Assessments

This section contains the answers to the questions from all the chapters.

Chapter 1 – Introduction to ASP.NET Core 5

  1. .NET Classic was tightly coupled with the Windows operating system. This prevented any cross-platform ambitions, and it was less than ideal for cloud usage and microservices. .NET Core removed some of these barriers; it provides a cleaner API surface and a leaner footprint.
  2. Yearly releases are in November. Every 2 years, the release is Long-Term Support.
  3. Web apps, based on the MVC pattern, are primarily made up of three components: M (as in Model) is the data structure for the application; V (as in View) is for the user interface; and C (as in Controller) represents the components that sit between the model and view ...

Get ASP.NET Core 5 for Beginners now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.