← Back
Nick Chapsas August 31, 2025 26s

Dapper split queries are awesome in C#

Summary

The transcript discusses a Dapper ORM technique for joining and mapping two database tables to multiple objects efficiently. The key technique involves using the "split on" keyword to specify how Dapper should map results across different object types based on ID columns. This approach significantly reduces manual mapping code, allowing developers to hydrate related objects more streamlined and with less complex implementation.

View original episode ↗