Boilerplate | Asp.net

ASP.NET Boilerplate is a starting point for modern web applications that integrates the most popular tools and follows the best coding patterns in the .NET ecosystem. It serves as a comprehensive "infrastructure-as-a-service" for your code, handling everything from database connectivity to user authorization out of the box. The Evolution into the ABP Framework

The heart of the application, containing entities, value objects, and domain services. asp.net boilerplate

Coordinates tasks and delegates work to the domain layer. It uses Data Transfer Objects (DTOs) to communicate with the presentation layer. asp.net boilerplate