I need to dynamically set values on a bunch or properties on an object, call it a transmission object.
There will be a fair number of these transmission objects that will be created and have its properties set in a short space of time. I want to avoid the use of reflection.
Are there alternatives? If so are there sample implementations I could look at?