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 4.1 – Online material
Online material could be created by Microsoft or third-parties, or extra content for this book.
Official documentation for ASP.NET Core MVC views is found at the following link: https://learn.microsoft.com/en-us/aspnet/core/mvc/views/overview
Partial views are an effective way to break up large markup files into smaller components. You can learn about partial views at the following link: https://learn.microsoft.com/en-us/aspnet/core/mvc/views/partial
Layouts in ASP.NET Core is documented at the following link: https://learn.microsoft.com/en-us/aspnet/core/mvc/views/layout
Razor syntax reference: https://learn.microsoft.com/en-us/aspnet/core/mvc/views/razor
Exercise 4.2 – Practice exercises
Practice exercises go deeper into the topics for this chapter.