Daily Shaarli

All links of one day in a single page.

June 1, 2022

CRUD Operation Using Dapper In C#

Dapper is an ORM library, which extends methods of IDbConnection interface. These extension methods have efficient code to perform insert, update delete and select methods. These extension methods are,

WPF DataGrid Control - Performing Update and Delete Operations | DotNetCurry

In this article, I have developed a small application using ADO.NET EF (Entity Framework) and WPF DataGrid. The script for creating the Database table is in the db.sql file in the source code of this article.