Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dapper

Why it is good or bad idea to add "Change Tracking of fields" to Dapper?

Create database if it doesn't exists with Dapper

c# sql-server database dapper

How to return JSON not associative array

The first item in a list-expansion cannot be null

Dapper class vs. dll?

asp.net-mvc-4 dapper

Disable dapper.rainbow from using ID while inserting

c# sql dapper dapper-rainbow

Can anyone suggest an elegant way of writing a generic C# Dapper procedure to return n result sets?

c# sql dapper type-parameter

InvalidOperationException: No columns were selected when performing a DELETE query

c# sql dapper

A parameterless default constructor is required to allow for dapper materialization error when reading object with list of child objects

c# asp.net-mvc-3 dapper

How can Dapper set a read-only property?

c# dapper

"Procedure expects parameter which was not supplied..." SQL Trace indicates procedure gets the parameter

Dapper Multiple Results From single query

c# sql-server dapper

Dapper or MySql not finding stored procedures that contain a full stop "."

Dapper and access returning blank values

c# ms-access oledb dapper

Dapper: is it possible to customize the type mapping of a specific field of a specific type?

c# sql dapper micro-orm

What's the difference between [Computed] and [Write(false)] attributes?