Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fdeniz07/myfinalproject
Kodlama.io
https://github.com/fdeniz07/myfinalproject
Last synced: 8 days ago
JSON representation
Kodlama.io
- Host: GitHub
- URL: https://github.com/fdeniz07/myfinalproject
- Owner: fdeniz07
- Created: 2023-06-19T21:25:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-01T18:48:15.000Z (about 1 year ago)
- Last Synced: 2024-04-16T19:18:31.073Z (7 months ago)
- Language: C#
- Size: 102 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyFinalProject
## In this project, Restful API structure was built in N-Tier Architecture using Northwind infrastructure. Technologies and libraries used:
- Developing a Project With N Layered Architecture -
- Entity Framework Core 7.0 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) -
- Autofac - IoC Container -
- FluentValidation -
- Cross Cutting Concerns -
- Interceptor, Reflextion, Delegate, Attribute -
- HMACSHA512 Password Hashing -
- ASP.NET Core Identity -
- Authentication & Authorization -
- JWT (JSON Web Token) -
- SOLID -
- CLEAN CODE -