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: 6 months 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 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T18:58:20.000Z (about 2 years ago)
- Last Synced: 2025-04-13T01:57:03.352Z (6 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: 1
- 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 -