Tag

Asp netAPIDapper

All blogs tagged with Asp netAPIDapper

1
Articles
4,579
Total Views

Showing 1 of 1 articles

18
Jan
2024
CRUD Operations Using Dapper In ASP.NET Core Web API
4,579 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