Chapter 5: Exploring the ASP.NET Core and ABP Infrastructure
Both ASP.NET Core and ABP Framework provide many building blocks and features for modern application development. This chapter will explore the most basic building blocks so that you can understand how an application is configured and initialized.
We will start with the ASP.NET Core Startup class to understand why we need a modular system and how ABP provides a modular way to configure and initialize an application. Then we will explore the ASP.NET Core dependency injection system and ABP's way of automating dependency injection registration with predefined rules. We will continue by looking at configuration and the options pattern to learn ASP.NET Core's way of configuring the options ...
Get Mastering ABP Framework 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.