Hello,
I was wondering how could I create a C# class during runtime either from a Xml or a String or any other method.
I am aware of some of the risks, and I am aware of the posibillity to include the class properties in a dictionary of a predefined class.
The Dictionary aproach is not what I am looking for.
I am literally looking for a C# class generated dynamically at runtime.
Thank you.