Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/serkankya/dapper-generic-repository-webapi

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.
https://github.com/serkankya/dapper-generic-repository-webapi

asp-net-core asp-net-core-web-api aspnetcore csharp dapper dapper-dot-net dapper-orm dotnet-core

Last synced: 3 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# **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**:
```bash
git clone https://github.com/serkankya/Dapper-Generic-Repository-WebAPI.git
cd Dapper-Generic-Repository-WebAPI