0
kicks
Mapping datareader to objects using Reflection.Emit
I've previously written of how to automatically map a DataTable into a strongly typed collection of objects. There's a problem though, it's not fast... I wanted to improve on it, and this is what I ended up with.