Summary
In this chapter, you learned how to build large, complex websites in a way that is easy to unit test and manage with teams of programmers using ASP.NET Core. You learned about startup configuration, authentication, routes, models, views, and controllers in ASP.NET Core MVC.
In the next chapter, you will learn how to build websites using a cross-platform Content Management System (CMS). This allows developers to put responsibility for the content where it belongs: into the hands of users.