Tag

web api

All blogs tagged with web api

12
Articles
82,244
Total Views

Showing 12 of 12 articles

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