Skip to main content

Questions tagged [dapper]

dapper is the micro-ORM for .NET developed and used by the stackoverflow team, focusing on raw performance as the primary aim.

2 votes
0 answers
78 views

Here's my attempt to implement the suggested corrections I received in my previous post. Since System.Data.IDbTransaction doesn't support ...
FAMO4S's user avatar
  • 33
2 votes
3 answers
278 views

Goal I'd like to understand if this current method, of loading data and inserting data into a database I currently use is to be avoided? Code I drafted a simple application that loads data and inserts ...
DeveloperLV's user avatar
2 votes
2 answers
240 views

I live in the buildings that have 50 people in it and for each floor splits into 2 groups each group is from ~9 people. I'm trying to build an Xamarin app (IOS, ANDROID ,Win10,maybe web app) to make ...
rynex akil's user avatar
0 votes
1 answer
448 views

So, I am using Repository pattern with Dapper and ADO.NET. I have my based DB infrastructure setup as follows: ...
Rahul Sharma's user avatar
2 votes
1 answer
157 views

I've got a method which removes quantity from inventory when an order is completed. If there is not enough inventory quantity available, the order completion fails and the sql transaction is rolled ...
GisMofx's user avatar
  • 153
5 votes
2 answers
3k views

So I am using the latest version of Dapper and it works great for mapping my POCO classes but there are some scenarios where I need to return a DataSet instead of ...
Rahul Sharma's user avatar
4 votes
1 answer
247 views

Just looking for reviews to improve my coding and my structure of C#. It feels I probably have some unnecessary code that is not needed, been following some YouTube videos to accomplish some tasks. ...
DeveloperLV's user avatar
3 votes
1 answer
948 views

I want to test my CRUD operation to a MySql database (I use dapper as my ORM). This is what I wrote with ...
SilentRage47's user avatar
0 votes
1 answer
125 views

Lets say I have one method, which extracts property name and value: ...
Eduardas Šlutas's user avatar
4 votes
1 answer
5k views

I have been building my data access layer and performance is key for the project I am working on. I have chosen to use Dapper and dotnet core 3. I want to make use of the latest and greatest async ...
LiverpoolOwen's user avatar
0 votes
1 answer
1k views

I'm playing around with using Dapper with Mediatr in a .NET Core API. It's all working nicely. Its a learning project for me so I am just putting together a system that will hold user details ...
DevOverflow's user avatar
2 votes
0 answers
404 views

I wanted to write a custom session to act as proxy for a Dapper connection that could support transactions without having to expose any other DB related entities. At first, I thought of opening a ...
Luís Gabriel de Andrade's user avatar
0 votes
1 answer
3k views

The following C# code is written to fetch the Categories data from SQL Server Database using Asynchronous Task for HttpGet. The Dapper library is used as ORM. I ...
Coder Absolute's user avatar
3 votes
0 answers
3k views

I am attempting to update some legacy code that I work with, but my knowledge of data access is limited to a basic use of Entity Framework and simple Dapper. After some research, I have a loose ...
neldridg's user avatar
2 votes
1 answer
3k views

I want to have the same experiance with slq/dapper for my navigation properties just like in Entity Framework. But I'm not sure which sql query i should use. As you see, every single Resource entity ...
Ismail Yilmaz's user avatar

15 30 50 per page