Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Mapping Enum to string column with custom SqlMapper.ITypeHandler - Dapper

c# orm enums dapper

Can you use Dapper to refresh existing object references rather than always returning new ones?

c# orm dapper

Injecting IDbConnection vs IDbConnectionFactory

c# asp.net-mvc autofac dapper

How do I call a stored procedure with unconventional parameters?

Dapper: The ConnectionString property has not been initialized

c# sql .net dapper