Is a simple object mapper for .NET and owns the title of King of Micro ORM in terms of speed and is virtually as fast as using a raw ADO.NET data reader. An ORM is an Object Relational Mapper, which is responsible for mapping between database and programming language.
Dapper extends the IDbConnection by providing useful extension methods to query your database.
home
https://github.com/DapperLib/Dapper
https://nuget.org/packages/Dapper/
example
https://dev.to/byme8/making-dapper-and-json-friends-5afc
byme8.Dapper.Json - Add JSON support for Dapper
https://github.com/byme8/Dapper.Json
Is the era of reflection-heavy C# libraries at an end?
https://blog.marcgravell.com/2021/05/is-era-of-reflection-heavy-c-libraries.html
Create barebones code for Blazor Dapper CRUD for a database table
Dapper - Table to Entity Converter
Dapper Helper
Dapper.Contrib
Model Generators :
MSSQL - Generate POCO classes by dbase
MYSQL - Generate POCO class by table
POCO Generator
PocoClassGenerator
FAQ :
https://github.com/StackExchange/Dapper
https://stackoverflow.com/questions/tagged/dapper
Dapper extends the IDbConnection by providing useful extension methods to query your database.
home
https://github.com/DapperLib/Dapper
https://nuget.org/packages/Dapper/
example
https://dev.to/byme8/making-dapper-and-json-friends-5afc
byme8.Dapper.Json - Add JSON support for Dapper
https://github.com/byme8/Dapper.Json
Is the era of reflection-heavy C# libraries at an end?
https://blog.marcgravell.com/2021/05/is-era-of-reflection-heavy-c-libraries.html
Create barebones code for Blazor Dapper CRUD for a database table
Dapper - Table to Entity Converter
Dapper Helper
Dapper.Contrib
Model Generators :
MSSQL - Generate POCO classes by dbase
MYSQL - Generate POCO class by table
POCO Generator
PocoClassGenerator
FAQ :
https://github.com/StackExchange/Dapper
https://stackoverflow.com/questions/tagged/dapper