Tag

crud operations

All blogs tagged with crud operations

6
Articles
37,806
Total Views

Showing 6 of 6 articles

18
Jan
2024
CRUD Operations Using Dapper In ASP.NET Core Web API
4,580 views

Dapper is a simple Object Mapper and is nothing but Object-relational mapping (ORM) and is responsible for mapping between database and programming language and also it owns the title of King of Micro ORM in terms of speed. It is virtually as fast as using a raw ADO.NET data reader and also Entity Framework.

Translate Page