-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Real-World Web Development with .NET 10 - Second Edition
By :
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter’s topics with deeper research.
If you need to maintain ASP.NET Core projects that were built using .NET 5 or earlier, then they will use an additional file along with Program.cs: a file named Startup.cs. I have written an online section about this, found at the following link: https://github.com/markjprice/web-dev-net10/blob/main/docs/ch02-startup.md.
The official documentation for ASP.NET Core MVC is found at the following link: https://learn.microsoft.com/en-us/aspnet/core/mvc/overview.
The following practice exercises help you to explore the topics in this chapter more deeply.
Controllers are where the business logic of your website runs, so it is important to test the correctness...