This is a project sample for ASP.NET Web API with .NET 9 following clean architecture with CQRS design pattern using entity framework core and repository pattern. This is a ready-to-use solution with example CRUD. There is a complete CRUD example for App Setting.
- .NET 9
- ASP.NET Core
- MediatR
- Microsoft Entity Framework Core 9
- Fluent Validation
- Code-First Approach with Configuration
- AutoMapper
- Generic Repository Pattern
- Dependency Injection
- Microsoft SQL Server Database
- Custom Logs Capture Module
- Authentication and Authorization
- Configuration Extension Class
- Graph API Example
- Add some CRUD with complex Models
- Fluent Validation
- Domain Events Implementation
This is an open-source project and contributors are what make such project with rich feature to learn, inspire, and motivate. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Module Branch (
git checkout -b module/FeatureName
) - Commit your Changes (
git commit -m 'Add some FeatureName'
) - Push to the Branch (
git push origin module/FeatureName
) - Open a Pull Request
Distributed under the MIT License.
This project is created for learning and sharing purpose. Additionally, this project can be used in your project. Please share your feedback or issues. Please support with star and share in your network 👌