Yes, this may be an edge case, but it is a problem that you may run into one day. For example, say you're writing an App that requires you to accept any sort of random json or xml. While you could just consume them in dictionary format, it maybe not actually feasible for you to work with data in that format. And thus i present you with a way to create a class dynamically at runtime. So the way this will work, is we'll have one method you call into that will generate a class based of a list...(read more)
↧