Tagged Questions
4
votes
2answers
3k views
Dynamic object property populator (without reflection)
I want to populate an object's properties without using reflection in a manner similar to the DynamicBuilder on CodeProject. The CodeProject example is tailored for populating entities using a ...