Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dapper

Dapper AddDynamicParams for IN statement with "dynamic" parameter name

c# c#-4.0 dapper

Inserting an IEnumerable<T> collection with Dapper errors out with "class is not supported by Dapper."

c# vb.net insert dapper

Dapper and anonymous Types

c# orm dapper

Why Entity Framework performs faster than Dapper in direct select statement [closed]

c# entity-framework dapper

How do I build a dynamic Where clause with Dapper when passing in a model

c# sql .net dapper

Latest Dapper VS Entity Framework 6 performance considerations

When using the multi-mapping APIs ensure you set the splitOn param if you have keys other than Id", "splitOn

c# dapper

How to return dynamic types List<dynamic> with Dapper ORM

c# .net orm dapper

CancellationToken with async Dapper methods?

Simple inner join result with Dapper?

dapper

Can I map a result to Tuple in Dapper?

c# dapper

How to pass a null parameter with Dapper

dapper

Dapper and SQL Injections

.net orm .net-3.5 dapper

Explanation of dapper buffer/cache

.net caching dapper

Is there any way to trace\log the sql using Dapper?

dapper

What does the buffered parameter do in Dapper dot net?

.net sqldatareader dapper

Dapper & TransactionScope?

transactionscope dapper

Why does Dapper's .Execute(...) return an int?

c# sql-server dapper

Dapper. Paging

paging dapper

Multiple SQL statements in one roundtrip using Dapper.NET

c# sql .net sql-server dapper