Relative Content

Tag Archive for c#.netdapper

Improve Dapper Query with More Than 7 Joins Mapping on Net 8

I’m using Dapper to execute a stored procedure that joins multiple tables and maps the results to various related objects. The code works, but I find it a bit cumbersome and I’m not sure if I’m using the mapping correctly. Here’s the current implementation: