Skip to content

The project demonstrates the use of Dapper, a micro ORM library, in an ASP.NET Core Web API application. It features a generic repository pattern to simplify CRUD operations with SQL Server.

Notifications You must be signed in to change notification settings

serkankya/Dapper-Generic-Repository-WebAPI

Repository files navigation

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

About

The project demonstrates the use of Dapper, a micro ORM library, in an ASP.NET Core Web API application. It features a generic repository pattern to simplify CRUD operations with SQL Server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages