Populating Object from Text Files via Reflection
Download readfileviareflection.zip
In .Net, an XML file or even a CSV file can easily be mapped to an object using proper attributes. Using the reflected object type, such XML or CSV files can easily be deserialized into the corresponding object. Continue reading ‘Populating Object from Text Files via Reflection’ »