Clean Architecture Sample For ASP.NET Razor Pages Web Project
The Solution Contains:
- Application
- Domain
- Infrastructure
- Web (Razor Pages)
- Tests (xUnit+Moq+FleuentAssertion+Microsoft.AspNetCore.Mvc.Testing)
These Packages & Tools Used In this Project:
- EntityFramework
- MediatR
- FluentValidation
- AutoMapper
- RelationalDatabase (Sql Server)