Archives March 2023

How to use dapper with c#

Introduction

Dapper is a simple and efficient micro-ORM (Object Relational Mapping) tool that allows developers to map database objects to C# objects. It is a lightweight and fast library that can

Read More