Found 418 repositories(showing 30)
phnx47
CRUD for Dapper
timschreiber
Unit of Work and Repository Example for Dapper
iammukeshm
Let's Learn Dapper with ASP. NET Core! Here is an Implementation of Dapper in ASP.NET Core with Repository Pattern / Unit Of Work and a Clean Architecture.
zqlovejyc
.NET Standard 2.1、.NET 6、.NET 7、.NET 8、.NET 9 版本SQLBuilder,Expression表达式转换为SQL语句,支持SqlServer、MySql、Oracle、Sqlite、PostgreSql;基于Dapper实现了不同数据库对应的数据仓储Repository;
ElNinjaGaiden
Base structures to implement Data Repository pattern upon Dapper as MicroOrm.
zqlovejyc
.NET Framework4.5版本Expression表达式转换为SQL语句,支持SqlServer、MySql、Oracle、Sqlite、PostgreSql;基于Dapper实现了不同数据库对应的数据仓储Repository;
a34546
基于.Net6,EFCore+Dapper 封装Repository,实现UnitOfWork,提供基本的CURD操作,支持多数据库,多DbContext
Smoother IoC using Dapper Dapper.FastCRUD with Repository and UnitOfWork patterns
Olek-HZQ
Dapper and Repository Pattern in MVC
adlerpagliarini
Medium Article - C# .Net Core - Criando uma aplicação utilizando Repository Pattern com dois ORMs diferentes Dapper e Entity Framework Core
cajuncoding
A set of extensions for working with HotChocolate GraphQL and Database access with micro-orms such as RepoDb (or Dapper). This extension pack provides access to key elements such as Selections/Projections, Sort arguments, & Paging arguments in a significantly simplified facade so this logic can be leveraged in the Serivces/Repositories that encapsulate all data access (without dependency on IQueryable and execution outside of the devs control).
wcabus
A DbContext like implementation for Dapper, supporting the Unit Of Work pattern and simplifying usage with repository classes and IOC containers.
GokGokalp
Sample ASP.NET Core RESTful API with Dapper, Repository and Swagger
TBertuzzi
:package: Extensions for HttpClient and Custom Repository based on dapper
ZuraizAhmedShehzad
Implementation of Generic Repository Pattern using Dapper ORM
ccrookston
Dapper.SimpleRepository creates a Dapper repository that reduces CRUD operations to a single line of code. It also greatly simplifies executing CRUD operations with filters, executing full queries, and executing stored procedures. It supports Async and non-Async in Framework, Standard and Core.
Dapper Generic Repository
uzbekdev1
Dapper Repository
carlfranklin
Using Dapper with Repository pattern including filtered Get
rmlarios
Web API designed in Asp.NET Core 3.1, using Dapper and Entity Framework Core, Repository Pattern, Identity
thiagoloureiro
Repository with Examples and Performance tests with .NET Core 2.0 and EntityFramework Core, Dapper and ADO with AutoMapper.
mehrdadbahrainy
Dapper Generic Repository And Unit Of Work
Boriszn
Web API solution based Dapper MicroORM And Dapper infrastructure + UnitOfWork, Repository patterns
gavilanch
Repository for my Udemy Minimal APIs with ASP.NET Core and Dapper course
andissanayake
GenericRepoDapperSuite is a C# library for data management following SOLID principles. It integrates Dapper and Dapper.Contrib with a generic repository and unit of work patterns, ensuring efficient and maintainable data access. Perfect for robust, clean architectural designs.
glorious73
A Generic Repository implementation using .NET 8 and Dapper
gnllucena
API bootstrap application with Swagger documentation, MySQL managed database transactions, RabbitMQ integration and Redis for cache. Generic repository pattern with Dapper and payload validations with FluentValidation.
Emrek-stack
DotnetCore - Dapper & Ef Core Hybrid Repository
Twodio
Dapper Unit Of Work repository i'll be using for now on.
Local9
Example FiveM C# Repository using Dapper and FxEvents