My group regularly uses DataSet, DataTable, and DataRow objects in many of our apps.

Anyway, we’re simultaneously trying to implement good C# and object-oriented programming principles while maintaining these old apps, so we often end up having to map data from a data set to a C# object. We did this enough times that I and a coworker (we’ll call her Marlena) decided to sit down and just make up a new mapping system for use with these DataTable and DataRow objects.

#csharp #programming-c

Mapping DataTables and DataRows to Objects in C# and .NET
4.80 GEEK