Creating ASP.NET Core Web Applications (e-bog) af Strauss, Dirk
Strauss, Dirk (forfatter)

Creating ASP.NET Core Web Applications e-bog

473,39 DKK (inkl. moms 591,74 DKK)
Design and develop an ASP.NET Core web application using .NET Core 3.0. This book shows you how to publish a web application to a web server and connect the published web application to a production database.Creating ASP.NET Core Web Applications starts by setting up the Visual Studio project where you will learn about Razor pages, Entities, and creating a data service. You will create models a...
E-bog 473,39 DKK
Forfattere Strauss, Dirk (forfatter)
Forlag Apress
Udgivet 5 marts 2021
Genrer UMP
Sprog English
Format pdf
Beskyttelse LCP
ISBN 9781484268285
Design and develop an ASP.NET Core web application using .NET Core 3.0. This book shows you how to publish a web application to a web server and connect the published web application to a production database.Creating ASP.NET Core Web Applications starts by setting up the Visual Studio project where you will learn about Razor pages, Entities, and creating a data service. You will create models along with methods to use a query string and handle bad requests. Modifying data with Tag helpers is discussed as well as installation of Entity Framework, working with database migrations, and implementing a data access service. You will learn how to use layout pages and sections with Partial Views, _ViewImports, and _ViewStart files. You also will create custom middleware and log application events. You will be able to deploy the web application as well as connect it to a SQL Server database.What You Will LearnWork with modelsModify dataWork with EF Core and SQL ServerWork with Razor pages and Partial ViewsUse separate scripts for production vs developmentTrace client-side errors using Chrome Developer toolsCreate cascading style sheets (CSS) with Sassy CSS (SCSS)Explore middlewareDeploy your web application to IISWho This Book Is ForSoftware developers on the .NET stack who want to create ASP.NET Core web applications