This project is a Web API developed using C# and the Dapper library, implementing a generic repository pattern. It provides a structure for performing CRUD operations and efficiently managing database interactions.
- Dapper: A fast and lightweight ORM for database operations.
- Generic Repository: A general-purpose repository structure for CRUD operations.
- Web API: Allows CRUD operations through HTTP requests.
- ASP.NET Core 8.0: Framework for developing the Web API.
- Dapper: Micro ORM for managing the data access layer.
- SQL Server: Database management system.
- Clone the Repository:
git clone https://github.com/serkankya/Dapper-Generic-Repository-WebAPI.git cd Dapper-Generic-Repository-WebAPI