Creating ASP.NET Core Web Applications Proven Approaches to Application Design and Development

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...

Full description

Bibliographic Details
Main Author: Strauss, Dirk
Format: eBook
Language:English
Published: Berkeley, CA Apress 2021, 2021
Edition:1st ed. 2021
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 02511nmm a2200301 u 4500
001 EB001960570
003 EBX01000000000000001123472
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210407 ||| eng
020 |a 9781484268285 
100 1 |a Strauss, Dirk 
245 0 0 |a Creating ASP.NET Core Web Applications  |h Elektronische Ressource  |b Proven Approaches to Application Design and Development  |c by Dirk Strauss 
250 |a 1st ed. 2021 
260 |a Berkeley, CA  |b Apress  |c 2021, 2021 
300 |a XVI, 291 p. 153 illus  |b online resource 
505 0 |a Chapter 1: Creating and Setting Up Your Project -- Chapter 2: Creating Models -- Chapter 3: Modifying Data -- Chapter 4: EF Core and SQL Server -- Chapter 5: Working with Razor Pages -- Chapter 6: Adding Client-Side Logic -- Chapter 7: Exploring Middleware -- Chapter 8: Web Application Deployment 
653 |a Microsoft software 
653 |a Microsoft 
653 |a Web Development 
653 |a Internet programming 
653 |a Microsoft .NET Framework 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
028 5 0 |a 10.1007/978-1-4842-6828-5 
856 4 0 |u https://doi.org/10.1007/978-1-4842-6828-5?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.268 
520 |a 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. You will: Work with models Modify data Work with EF Core and SQL Server Work with Razor pages and Partial Views Use separate scripts for production vs development Trace client-side errors using Chrome Developer tools Create cascading style sheets (CSS) with Sassy CSS (SCSS) Explore middleware Deploy your web application to IIS.