Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Install
Install-Package DapperAid
dotnet add package DapperAid
paket add DapperAid
DapperAid Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Dapper(>= 1.50.2)
- Dapper(>= 1.50.2)
- System.ComponentModel.Annotations(>= 4.4.0)
- Dapper(>= 1.50.2)
Tags
属性/ラムダ式の指定をもとに内蔵クエリビルダが実行SQLを自動生成します。SQL記述不要でDBを参照更新できます。
This library provides CRUD operations of the database as Extension Methods.
By specifying Attribute / Lambda-Expression, You can perform database query/update using Dapper without writing SQL.