Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dapper

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

Passing table as input parameter to dapper in dotnet core

How to prevent returned Json being split?

c# sql-server dapper

can Dapper implement multiple delete insert or update as QueryMultiple?

dapper

Using Breeze.js with Dapper

Why is dapper returning every number column as Int64?

c# .net dapper