C# - Dapper for ADO.NET Developers

2 years ago
5

Use Dapper to refactor old ADO.NET SQLDataReader code to get rid of the manually field mapped boilerplate code. This will greatly simplify your old code making it easier to make changes in the future.

Markdown file used in the video:
https://nunosolutions.com/downloads/Nunosolutions-Dapper.md

Loading comments...