-
Book Overview & Buying
-
Table Of Contents
The Complete Guide to ASP.NET Core MVC (.NET 6)
By :
The Complete Guide to ASP.NET Core MVC (.NET 6)
By:
Overview of this book
This is a beginner to an advanced-level course on .NET 6 that will take you from basics all the way to advanced mode. This course is for anyone who is new to ASP.NET Core or who is familiar with ASP.NET and wants to take the first stab at understanding what is different in ASP.NET Core. From there, we will build multiple projects to understand all the concepts in .NET 6 as we deploy our final application on Azure as well as IIS.
Throughout this course, we will understand the evolution of ASP.NET Core, and then take a look at the modified files and folder structure.
We will then discuss new concepts in ASP.NET Core. We will build a small Razor application with CRUD operations using the Entity Framework for integration with the database. We will build our Bulky Book website where you will learn advanced topics in ASP.NET MVC Core. Finally, we will deploy our Bulky Book website on Microsoft Azure and IIS.
By the end of the course, you will be able to build your own application using ASP.NET Core MVC, Entity Framework Core, and ASP.NET Core Identity.
The complete code bundle for this course is available at: https://github.com/PacktPublishing/The-Complete-Guide-to-ASP.NET-Core-MVC-.NET-6-
Table of Contents (13 chapters)
Introduction
MVC Basics - CRUD Operation
Razor Pages - CRUD Operation
N-Tier Architecture
Repository Pattern
Product Management
Home Page
Identity Management
Shopping Cart
Order Creation
Order Management
MVC Advanced Concepts
Seed Database and Azure Deployment