This is an open-source ASP.NET Core N-Layer Architecture project. It implements clean architectural practices with clear separation between layers: Presentation, Application, Domain, and Infrastructure.
The application uses Entity Framework Core (EF Core) with Microsoft SQL Server (MSSQL) as the database provider. Built-in Dependency Injection ensures modular, testable, and maintainable code.
- ASP.NET Core
- C#
- Entity Framework Core
- Microsoft SQL Server (MSSQL)
- N-Layer Architecture
- Dependency Injection
- Clean N-Layer architecture
- EF Core integration with MSSQL
- Built-in Dependency Injection
- Easily extensible and maintainable structure
- .NET 8 SDK
- Visual Studio 2022+ or Visual Studio Code
- SQL Server (LocalDB or full edition)