Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dapper

Dapper - Bulk insert of new items and get back new IDs

sql c#-4.0 dapper bulkinsert

dapper populate DropDownlist

orm dapper

Dapper Unable to cast object of type 'Dapper.WrappedReader' to type 'System.Data.SqlClient.SqlDataReader'

c# dapper

Dapper issue with postgres returning id or select currval(pg_get_serial_sequence('<table>','<id>'))?

postgresql dapper npgsql

How to respect CommandTimeout when using Dapper.NET async API

How does Dapper execute query without explicitly opening connection?

dapper

What's the difference between 'QueryFirstOrDefault<T>' and 'ExecuteScalar<T>'?

c# dapper

Could not load file or assembly 'Dapper, Version=1.8.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies

c# asp.net-mvc dapper

Npgsql 3.0.0 Fails to Parse Enumerated Types

c# postgresql dapper npgsql

Dapper memory usage when using many databases

dapper

Is there a way to map a property to a custom type in Dapper?

c# dapper

Dapper with MS Access Update and Insert issue

c# ms-access dapper

Using MicroORM for read layer in CQRS

cqrs dapper massive

Dapper table valued parameter as a property?

dapper

recursive query using dapper in .net core

.net asp.net-core dapper

How do I use C# records with Dapper?

c# .net .net-core record dapper

Easily switching between connection strings in .NET Core

Dapper to insert multiple rows into two tables using stored procedure