While developing this project, I learned new techniques and patterns and I developed myself very well. If you need detailed information, you can contact me.
- .NET
- ASP.NET for Restful api
- EntityFramework Core
- Autofac
- FluentValidation
- MsSql
- Layered Architecture Design Pattern
- OOP
- AOP
- JWT
- Autofac dependency resolver
- IOC
If you want to check content of entity when add, update etc. operations you can create validation for related entity.
- ValidationAspect
- CacheAspect
- CacheRemoveAspect
- PerformanceAspect
- SecuredOperationAspect
- TransactionAsepct
You can understand better if you examine the classes in the concrete folder in the business layer.
- Brand
- Car
- CarImage
- Color
- Customer
- FakeCard
- Rental
- OperationClaim(In the core layer)
- UserOperationClaim(In the core layer)
- User(In the core layer)
- Autofac - Version = v6.1.0
- Autofac.Extensions.DependencyInjection - Version = v7.1.0
- Autofac.Extras.DynamicProxy - Version = v6.0.0
- FluentValidation - Version = v9.5.1
- Microsoft.AspNetCore.Authentication.JwtBearer - Version = v3.1.12
- Microsoft.AspNetCore.Http - Version = v2.2.2
- Microsoft.AspNetCore.Http.Abstractions - Version = v2.2.0
- Microsoft.AspNetCore.Http.Features - Version = v5.0.3
- Microsoft.EntityFrameworkCore.SqlServer - Version = v3.1.12
- Microsoft.IdentityModel.Tokens - Version = v6.8.0
- Newtonsoft.Json - Version = v13.0.1
- System.IdentityModel.Tokens.Jwt - Version = v6.8.0