top of page
Search

The Tech Platform
Sep 6, 2022
How to perform asynchronous methods using Dapper?
In this article, we'll explore how to use Dapper in an asynchronous manner to perform database operations using async/await. Dapper is a...

The Tech Platform
Jun 6, 2022
Dapper vs Entity Framework 6 Detailed Benchmark
Dapper is a lightweight tool that is developed by the StackOverflow developer team as a micro-ORM. On the other hand, Entity Framework is...

The Tech Platform
Dec 3, 2021
Database Setup with DbUp + Postgresql + Dapper in ASP.Net Core
When building applications in ASP.NET Core, it is essential to have a robust database system in place. One of the challenges of working...


The Tech Platform
Nov 3, 2021
Introduction to Dapper ORM
Dapper is an open-source, lightweight micro ORM, developed by the Stack overflow team for the .Net platform. It was developed considering...
bottom of page