Displaying posts categorized under

Reflection

Calling a property by name

Here’s a practical use of reflection.

Recently in a project I was involved with, I (my application that is) was to receive some XML files generated from another application. My task now was to map these into my own object model and basically it all ended up with the problem with setting an objects property by [...]