Section 3: Developing Your Enterprise Application
In this section, we will develop different layers of the application. We will start with the data layer and then develop the API layer and web layer. During the course of this development, we will leverage the cross-cutting concerns that we learned about in Section 2, Cross-Cutting Concerns.
This section contains the following chapters:
- Chapter 9, Working with Data in .NET 5
- Chapter 10, Creating an ASP.NET Core 5 Web API
- Chapter 11, Creating an ASP.NET Core 5 Web Application