|
1 | 1 | # Clean Structured API Project - ASP.NET Core |
2 | 2 |
|
3 | | -This template is for a clean structured ASP.NET Core API project, following the RESTful principles, Clean Architecture principles, SOLID design principles, implementing the Dependency Injection, Repository, and Unit of Work design pattern, and utilizing Entity Framework Core for data access. It provides a standardized structure and organization for building robust and maintainable ASP.NET Core API applications with complete CRUD (Create, Read, Update, Delete) operations. |
| 3 | +This [template](https://binarybytez.com/clean-structured-api-project/) is for a clean structured ASP.NET Core API project, following the RESTful principles, Clean Architecture principles, SOLID design principles, implementing the Dependency Injection, Repository, and Unit of Work design pattern, and utilizing Entity Framework Core for data access. It provides a standardized structure and organization for building robust and maintainable ASP.NET Core API applications with complete CRUD (Create, Read, Update, Delete) operations. |
4 | 4 |
|
5 | 5 | #### Reference |
6 | 6 | You can visit my blog post- [Clean Structured API Project – ASP.NET Core](https://binarybytez.com/clean-structured-api-project/) |
|
0 commit comments