ReCapProject Araç kiralama sisteminin Backend tarafını yapıyorum kendimi geliştirmek için Standartlara ve SOLID prensiblerine bağlı kalarak genişletebilir ve sürdürülebilir bir sistem olma yolunda ilerliyor.
Asp.Net Core *Aspect Oriented Programing (AOP) *Fluent Validation * DesingPattern(GenericRepository) *Extension Method * Web API * Autofac * Entity Framework * JWT *N-Katmanlı Mimari *IoC Container *Dependency Injection *Caching (Memory Cache) *Sql Ling Sorguları
-Autofac(6.1.0) -Autofac.Extras.DynamicProxy(6.0.0) -Autofac.Extensions.DependencyInjection(7.1.0) -FluentValidation(9.5.1) -Microsoft.AspNetCore.Http.Abstractions(2.2.0) -Microsoft.Extensions.DependencyInjection(5.0.1) -NETStandard.Library(2.0.3)
-Autofac(6.1.0) -Autofac.Extensions.DependencyInjection(7.1.0) -Autofac.Extras.DynamicProxy(6.0.0) -FluentValidation(9.5.1) -Microsoft.EntityFrameworkCore.SqlServer(3.1.11) -Microsoft.AspNetCore.Http(2.2.2) -Microsoft.AspNetCore.Http.Abstractions(2.2.0) -Microsoft.AspNetCore.Http.Features(5.0.3) -Microsoft.Extensions.Configuration(5.0.0) -Microsoft.IdentityModel.Tokens(6.8.0) -NETStandard.Library(2.0.3) -Newtonsoft.Json(12.0.3) -System.IdentityModel.Tokens.Jwt(6.8.0)
-Microsoft.EntityFrameworkCore.SqlServer(3.1.11) -NETStandard.Library(2.0.3)
-Autofac.Extensions.DependencyInjection(7.1.0) -Microsoft.AspNetCore.Authentication.JwtBearer(3.1.11)
-Entities, DataAccess, Business ve Console katmanlarını oluşturuldu. -Bir Car nesnesi oluşturulup,Id, BrandId, ColorId, ModelYear, DailyPrice, Description alanları eklendi -InMemory formatta GetById, GetAll, Add, Update, Delete oprasyonları yazıldı.
-Brand ve Color nesneleri eklendi,her iki nesneye de Id ve name özellikleri eklendi. -Sql Server tarafında yeni bir veritabanı kuruldu,Adı Recap olarak belirlendi ve Cars,Brands,Colors tabloları eklendi. -Sisteme Generic IEntityRepository altyapısı yazıldı -Car, Brand ve Color nesneleri için Entity Framework altyapısı yazıldı.
-Core katmanı oluşturuldu. -Tüm sınıflar için crud operasyonları yazıldı. -IDto oluşturulup gerekli tablolar join edildi.
-Core katmanına Result yapılandırması yapıldı. -Customers ve Users tabloları da oluşturulup birbirleriyle ilişkilendirildi. -Araba kiralanma bilgilerini tutan Rental tablosu da sisteme eklendi.
-Web API katmanı kuruldu.
-Projeye Autofac ve FluentValidation desteği eklendi. -Projeye AOP desteği eklendi.
-Api üzerinden arabaya resim ekleyecek sistemi yazıldı. -Resim silme, güncelleme yetenekleri eklendi.
-Projeye JWT entegrasyonu yapıldı.
-Cache, Transaction ve Performance aspectlerini eklendi.