How to Reference Class Properties with Strings Using ASP.NET Reflection
I often want to get (and less frequently set) the value of a class property using a string containing the property name rather than a standard dot reference. So instead of this: I want...