Coding
Populating DataGridView with list created from Dapper
I’m using Dapper to create an equipment inventory from my database. Multiple comments are mapped from a Comments table to the Comments property of EquipmentModel. I’ve successfully used StringBuilder to populate the inventory in a Read more…