O
oggelito
Is this possible?
My goal is to create like an anonymous class, design generated from a
xml file, and populated and lastly displayed to the user.
Is there some fancy .net 3.5/4 solution with like reflection/codedom/
anonymous class that can provide this? I only want the object
temporarily and explore it via reflection.
Option 2 is to use a xmldocument first, then populate a dataset, but
that feels so .net 1.0, pardon my expression.
My goal is to create like an anonymous class, design generated from a
xml file, and populated and lastly displayed to the user.
Is there some fancy .net 3.5/4 solution with like reflection/codedom/
anonymous class that can provide this? I only want the object
temporarily and explore it via reflection.
Option 2 is to use a xmldocument first, then populate a dataset, but
that feels so .net 1.0, pardon my expression.