dapper-extensions
There are 35 repositories under dapper-extensions topic.
phnx47/dapper-repositories
CRUD for Dapper
liningit/Dapper.LnskyDB
基于Dapper的LINQ扩展,支持Lambda表达式,支持按时间分库分表,也可以自定义分库分表方法,且实体类有T4模版自动生成.省去手写实体类的麻烦。已在实际项目使用
kogel-net/Kogel.Dapper.Extension
orm框架 dapper to linq
arbing/DapperDal
基于 Dapper、Dapper-Extensions 构建的微型 ORM 类库,提供一个包含增、删、改、查等常用方法的数据访问层基类,支持用 Lambda 表达式书写查询和更新条件
allycs/ALLYCSCRUD
基于Dapper进行扩展,ALLYCSCRUD基于实战应用将基础的增删改查语句进行封装,提供分页,以及实体类对sql的大小写转换(AaBb=>aa_bb);支持schema;支持自定义表名;支持标签自定义表名;支持自定义属性名;支持非对应类的sql匹配;
TBertuzzi/RepositoryHelpers
:package: Extensions for HttpClient and Custom Repository based on dapper
alexander-87/Dapper.FluentColumnMapping
Fluent Object-Column Mappings for use with Dapper
NimaAra/Easy.Storage
A fast and easy to use cross platform library for storing data.
dmitry26/Dapper.EFCore.Extensions
Dapper extensions for Entity Framework (EF) Core
adamfoneil/Dapper.QX
More powerful and testable inline SQL used with Dapper
myloveCc/NETCore.DapperKit
Dapper extensions
adamfoneil/Dapper.CX
A Crud library based on Dapper
AzThinker/SqlRepoEx
SqlRepoEx Intuitively build SQL statements using C# Lambda Expressions,it is a simple object mapper for .Net.
DynaSpan/Extended-Dapper
[Preview] Extension for the Dapper Micro-ORM, providing OneToMany & ManyToOne mappings, repositories (CRUD) and native LINQ 2 SQL.
marcominerva/Dapper110
A collection of samples that show how to use some advanced features of Dapper
zerosloney/DapperExtensions.Extend
基于DapperExtension的添加表达式和更新插入方法的重写
ayberkcanturk/Dapper.TableValuedParameter
An extension to provide Table-Valued Parameters to Dapper. .NET Core support available!
arbing/Dapper-Dal
用Dapper、Dapper-Extensions、Abp.Dapper封装的数据访问层 https://github.com/arbing/DapperDal
enisgurkann/DapperGenericRepository
Dapper Generic Repository
fgheysels/Fg.DbUtils
Introduces a DbSession object that manages the database connnection and transaction.
jasonhua95/Dapper.Extension
对Dapper的简单扩充
NotCoffee418/DapperBulkQueries
Unofficial implementation for executing bulk INSERT, UPDATE and DELETE queries with Dapper for PostgreSQL and SQL Server.
poojanpandya/Clean-architecture-demo
APIs and Role based Authentication using .net core 3.1 and Implemented using clean architecture (onion architecture)
ebruukolak/libraryautomation-asp-net-core-api
Library automation with .NET Core and Dapper technologies
EngRajabi/Aspcore-Dapper-Extensions
A package for easy use of dapper in aspcore that needs to be used very simply. asp core dapper extensions
fabiojbg/Dapper.SimpleCRUD.Core
Dapper.SimpleCRUD.Core is a porting for .NET Standard 1.3 from the excelent extension created by Eric Coffman (https://github.com/ericdc1/Dapper.SimpleCRUD).
JessicaCasteloBranco/Biblioteca-Virtual-
Projeto usando .Net 6, Blazor, Api Minimal, MudBlazor, RestSharp, SQL
rodri-oliveira-dev/dapper-mapper
Projeto tem como ideia mapear a entidade com sua respectiva tabela de forma fácil e clara.
vborovikov/spryer
Enum mapping for Dapper and more
crgeee/dapper-oracle
Sample app displaying Dapper integration with Oracle 11g
HieuPham2000/DATN-backend
The backend part of my engineering graduation project. The project uses clean architecture with ASP.NET Core
danielfalcaovt/EstudoC-
.NET FRAMEWORK Repository
fuad-ibrahimzade/asqme
Question & Answers Website Project
PatrickSouza27/CourseDapperBalta
Access data quickly and securely. Connect to SQL Server and run queries in an optimized, performant and secure way. Balta.io Career Course .NET
TaylanCann/Dapper
This project was written as an example to write an article. The main topic of the article is ORM, but the biggest example to be given in the article is Dapper.