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
Official documentation for ASP.NET Core MVC views can be 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 are documented at the following link: https://learn.microsoft.com/en-us/aspnet/core/mvc/views/layout.
The following is a Razor syntax reference: https://learn.microsoft.com/en-us/aspnet/core/mvc/views/razor.
Exercise 4.2 – Practice exercises
The following practice exercises help you to explore the topics in this chapter more deeply.