Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 1.42 KB

README.md

File metadata and controls

33 lines (30 loc) · 1.42 KB

Car Rental Project

It is a project where CRUD operations can be applied and can be used to rent a car.

report bug - request feature

About the project

Car Rental Project

Technologies used

  • Integrated Development Environment: Visual Studio 2019
  • C#
  • ASP.NET
  • EntityFramework Core
  • Autofac
  • FluentValidation
  • Sql Server
  • AOP
  • JWT

Features

  • CarRental has been prepared with C# programming language and Layered architectural structure (Entities, DataAccess, Business, Core and WebAPI layers) under the name of ASP Net Core platform.
  • Information is kept confidential during the registration process.
  • JWT integration, Transaction, Cache, Validation and Performance aspects have been implemented.
  • Added FluentValidation support for Validation and Autofac support for IoC.

Acknowledgements