Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dapper

How to use Dapper micro-ORM with Oracle to map NUMBER (OracleDecimal)

dapper odp.net-managed

Provide Dapper with a class instance to map to instead of always instantiating a new one?

c# .net orm dapper

Nullable return value on a generic argument

c# generics nullable dapper

dapper-extensions GetList() with (nolock)

"ERROR: 57014: canceling statement due to user request" Npgsql

XML Serializing dapper results

TimeSpan ticks get +1 after save

c# dapper

Dapper multi-mapping not returning null object when splitOn column is not in child object

dapper

Dapper conversion of TinyInt

SecurityException - Dapper on shared hosting

Using Dapper with Oracle User-Defined Types

c# .net oracle orm dapper

Why do my objects returned from Dapper have null and default property values?

c# .net dapper

Filling and binding two combobox WPF Caliburn.micro

Are Dapper-dot-Net's "Query" and "QueryMultiple" equal in performance and behavior when returning one resultset?

dapper

Do not update a certain property on Update method with dapper extensions

dapper dapper-extensions

Mandatory parameters, Dapper and System.Data.SqlClient.SqlException

c# dapper

Dapper SqlException and Unobserved exception

How to convert an enum to int automatically via FastMember?

c# dapper fastmember

Dapper Multiple Query Read is slow

c# sql-server dapper

Is there a way to access the columns in a Dapper FastExpando via string or index?

c# dynamic dapper