PreviousNext

Dapper In .NET Core – Part 1 – The What/Why/Who

by bill-s, 2019-08-06T02:26:09.890Z

For some time now I’ve been a huge fan of using Dapper in both personal and commercial projects. With more and more projects lending themselves to Microservices architecture, or at the very least a large application being made up of many smaller components, Dapper just makes sense. But I’m getting a little tired of telling the same story of what Dapper is and what it’s capable of doing, so here’s my attempt at a “crash course” in Dapper with .NET Core.

Read More