Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter's topics with deeper research.
Exercise 2.1 – online material
Online material could be created by Microsoft or third parties, or extra content for this book.
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-net9/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.
Exercise 2.2 – practice exercises
Practice exercises go deeper into the topics for this chapter.
Practice building UIs with Bootstrap
Create a new ASP.NET Core MVC project named ExploringBootstrap
. Add views...