Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fdeniz07/recapproject
Rent A Car Project - Asp.Net Core API (Backend)
https://github.com/fdeniz07/recapproject
aop-aspects asp-net-core autofac crosscuttingconcerns entity-framework rest-api
Last synced: 7 days ago
JSON representation
Rent A Car Project - Asp.Net Core API (Backend)
- Host: GitHub
- URL: https://github.com/fdeniz07/recapproject
- Owner: fdeniz07
- Created: 2023-06-16T15:57:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-02T18:58:20.000Z (about 1 year ago)
- Last Synced: 2024-04-16T19:18:31.217Z (7 months ago)
- Topics: aop-aspects, asp-net-core, autofac, crosscuttingconcerns, entity-framework, rest-api
- Language: C#
- Homepage:
- Size: 112 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReCapProject
This Project is a Rent A Car Restful-API Project.
## Technologies to be used in this project:
- Developing a Project With N Layered Architecture -
- Entity Framework Core 7.0 Code First -
- Code First -
- Generic Repository Pattern -
- OOP -
- Polymorphism -
- Dependency Injection In N Layered Architecture -
- Extension Methods -
- Custom Result Structure -
- DTO (Data Transfer Object) -
- LINQ -
- AOP (Aspect Oriented Programming) - Validation - Caching - Performance - Transaction Aspects -
- Autofac - IoC Container -
- FluentValidation -
- Cross Cutting Concerns -
- Interceptor, Reflextion, Delegate, Attribute -
- File Upload -
- HMACSHA512 Password Hashing -
- ASP.NET Core Identity -
- Authentication & Authorization -
- JWT (JSON Web Token) -
- SOLID -
- CLEAN CODE -