November 2022
Intermediate to advanced
818 pages
20h 38m
English
This chapter is about building websites with a modern HTTP architecture on the server side using Microsoft ASP.NET Core MVC, including the configuration, authentication, authorization, routes, request and response pipeline, models, views, and controllers that make up an ASP.NET Core MVC project.
This chapter will cover the following topics:
ASP.NET Core Razor Pages are great for simple websites. For more complex websites, it would be ...