Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 845 Bytes

File metadata and controls

22 lines (15 loc) · 845 Bytes

Dapper Generic Repository WebAPI

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.

Features

  • 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.

Technologies

  • 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

  1. Clone the Repository:
    git clone https://github.com/serkankya/Dapper-Generic-Repository-WebAPI.git
    cd Dapper-Generic-Repository-WebAPI