Practicing and exploring
Test your knowledge and understanding by answering some questions, get some hands-on practice, and explore this chapter's topics with deeper research.
Exercise 17.1 – Test your knowledge
Answer the following questions:
- What are some of the benefits of using a CMS to build a website compared to using ASP.NET Core alone?
- What is the special relative URL path to access the Piranha CMS management user interface and what is the username and password configured by default?
- What is a slug?
- What is the difference between saving content and publishing content?
- What are the three Piranha CMS content types and what are they used for?
- What are the three Piranha CMS component types and what are they used for?
- List three properties that a Page type inherits from its base classes and explain what they are used for.
- How do you define a custom region for a content type?
- How do you define routes...