Have you ever seen "NaN" appear on a badly coded website? Or been perplexed by a persistent bug, only to find out that it's some quirk with the language? The problem is partly to do with your ...
If you ever need to work with all of the properties in some object, you can use GetType and GetProperties to retrieve the object's PropertyInfo objects. After that you can do what you want. Here's an ...