Section 1 – Crawling
In this section, you will learn the basics of .NET Core 5, including an overview, goals/values, new features, and its history. We’ll also help you refresh your C# skills, and we’ll cover setting up your cross-platform environment, as well as building apps and pages with CSHTML, MVC, Razor Pages, and Blazor (by using a unified markup engine—Razor). Finally, we’ll explain the dependency injection software design pattern.
This section includes the following chapters:
- Chapter 1, Introduction to ASP.NET Core 5
- Chapter 2, Cross-Platform Setup
- Chapter 3, Dependency Injection
- Chapter 4, Razor View Engine
- Chapter 5, Getting Started with Blazor