Coding
Multiple groupings with Dapper
I’m using Dapper to return employee information from my Database and map the columns to the properties of EmployeeModel. It’s also grouping the rows by employee id, so there aren’t multiple objects made for each Read more…