HomePosts tagged โ€œORMโ€

ORM

Showing 1 - 6 of 6 results
You can install or add Dapper to the project in one of the two ways as shown below. 1. Using...
Introduction Dapper.NET is one of the popular ORM (Object Relational Mapper) for .NET. It is an open source, light weight,...
This tutorial will demonstrate in simple steps on how to insert data to the table using Dapper in .NET. We...
This tutorial will demonstrate on how to update a record using Dapper in .NET. Note that we will continue using...
For last few years , I had the opportunity to try LINQ to SQL and Entity Framework and have been...
This tutorial will demonstrate in simple steps on how to retrieve a record (single record) from a table using Dapper...