Mastering Dapper Relationship Mappings
Dapper is a lightweight object-relational mapper in .NET. It's popular because it's easy to use and fast at the same time.
Dapper extends the IDbConnection interface with methods for sending SQL queries to the database.
But, because of the nature of ...
milanjovanovic.hashnode.dev5 min read