-
Book Overview & Buying
-
Table Of Contents
ASP.NET 6.0 - Build Hands-On Web Projects
By :
ASP.NET 6.0 - Build Hands-On Web Projects
By:
Overview of this book
This comprehensive video course offers a step-by-step guide to building essential ASP.NET Core concepts using coding examples in Visual Studio 2019. Beginning with a hands-on approach, you will create a Razor app to-do list with an in-memory collection, followed by building the same application with MVC concepts to facilitate a comparative study between the two technologies.
The Web API also features the Serilog NuGet package for structured error logging in text files, offering a comprehensive learning experience to build database-driven applications with popular technologies.
Furthermore, you will learn about Web API through an ASP.NET Core 3.1 MVC application for CRUD operations, serving as the frontend, thereby extending the idea for you to consume public APIs through an in-house MVC client.
The video course also features an added section at the end on creating a Web API with ASP.NET 6.0 using EF Core, providing you with the opportunity to learn about both the popular technologies for database-driven applications. By the end of this video course, you will have gained practical experience in developing ASP.NET Core concepts and building web applications using modern and popular technologies.
All resources and code files are placed here: https://github.com/PacktPublishing/ASP.NET-6.0---Build-Hands-On-Web-Projects
Table of Contents (11 chapters)
Create and Take a Deep Dive into Your First ASP.NET Core 3.1 Application
Middleware in ASP.NET Core 3.1
Detailed Look into Razor Pages and MVC Application
Model Binding in ASP.NET Core
State Management in ASP.NET Core
Coding Project Part 1: Build a Web API
Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client
Bonus: Migrating the Project to ASP.NET 5
ASP.NET 6.0 Migration
Build ASP.NET 6.0 Web API Project Using Code First EF Core Approach