ASP.NET C# Reflection Mapping DataTables and DataRows to Objects in C# and .NET Let's take data from DataTable, DataRow, and DataSet objects and use Reflection in .NET to map them automatically to full classes. by Matthew Jones
ASP.NET Reflection WCF Loading Entity Framework Related Entities with AutoMapper and Reflection by Matthew Jones
ASP.NET Reflection Sample Project Using .NET Reflection to Map DataTables to Strongly-Typed Models by Matthew Jones
Reflection ASP.NET MVC Sample Project Mapping an MVC ViewModel to a List of Name/Value Pairs Let's use ASP.NET Reflection to take properties of a ViewModel and map them to a generic List<>. Includes a working sample project. by Matthew Jones