.NET standard 2.0 project not able to load Dapper 1.50.5...
Read MorePassing in a list of items (that can possibly be null) as params for an IN clause using Dapper...
Read MoreCannot pass object to Dapper.SimpleCrud insert...
Read MoreDynamic Add and Edit of Data in Asp.net Mvc using Razor view...
Read MoreIncorrect syntax whilst using Dapper...
Read MoreDapper.net 2.0 Unable to cast exception...
Read MoreHow to add a new PropertyType in Dapper .Query<>()...
Read Moresyntax error at or near "=@" when using parameters...
Read MoreDapper - "Must declare the scalar variable @VersionId"...
Read MoreDapper QuerySingleOrDefault doesn't return null...
Read MoreDapper mapping throws invalid cast...
Read MoreIs there a way to map a property to a custom type in Dapper?...
Read MoreC# Identity UserManager CreateAsync then FindByEmailAsync returns User with Id=0...
Read MoreError could not find stored procedure with Dapper and c# only when I specify commandType...
Read MoreMapping List<dynamic> using Slapper...
Read MoreWhy dapper QuerySingleOrDefault returns null?...
Read MoreIs there a way to access the columns in a Dapper FastExpando via string or index?...
Read MoreUsing Always Encrypted of SQL Server from .NET Core 2.1...
Read MoreWhich transaction is better with Dapper: BEGIN TRAN or TransactionScope?...
Read MoreDapper.Contrib + MS Access: Error - Characters found after the end of the SQL statement...
Read MoreDapper changing connection string at runtime...
Read MoreDapper Multiple Query Read is slow...
Read MoreSystem.Data.SqlClient.SqlConnection does not contain a definition for Query with dapper and c#...
Read MoreHow can return string from database using dapper...
Read MoreC# Displaying returned parameter as decimal within a label...
Read MoreWhy did my async with ContinueWith deadlock?...
Read MoreWhat does the buffered parameter do in Dapper dot net?...
Read More