Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dapper

Is SqlBulkCopy still faster than Dapper?

Will Dapper not work with members that have custom getters/setters?

.net dapper

Why doesn't Select() convert a IEnumerable<dynamic> to IEnumerable<StrongType>?

c# linq dapper

Difference between connection.OpenAsync and connection.Open when using Dapper QueryAsync method

Dapper row to json

c# .net json dapper

Dapper.NET: The varchar(4000) default

dapper "IN" clause not working with multiple values

dapper

Return inserted item's UUID back from Dapper/PostgreSQL

Dapper, ODATA, and IQueryable in ASP.NET

Is there a way to remove the default dependency on Entity Framework within MVC 4?

How to ignore a class property using Dapper.net Extensions?

c# dapper dapper-extensions

How to make Dapper resilient for SqlAzure?

Dapper.SimpleCRUD Insert / Update / Get fails with message "Entity must have at least one [Key] property"

Dapper: Unit Testing SQL Queries

c# .net unit-testing tdd dapper

Problems in Dapper and MVC VNext

dapper asp.net-core-mvc

Does dapper support .net dataset

dapper

How to map an identity column, that has a different name, with Dapper?

c# dapper

Conversion between IEnumerable to IList (Dapper return result)

c# .net asp.net-mvc dapper

Dapper for NET Core: Insert into a table and return id of inserted row

asp.net-core dapper

Should dapper use a "using" statement?

c# dapper micro-orm