Issue
I want to read my data from the .csv file. I think it may be done without strongly-typing my objects. In C#, we have two potential abilities: Anonymous Types and Dynamic Types.
I tried to check how the existing code could be adapted, but I could not fully understand the code.
Issue
I want to read my data from the
.csvfile. I think it may be done without strongly-typing my objects. In C#, we have two potential abilities: Anonymous Types and Dynamic Types.I tried to check how the existing code could be adapted, but I could not fully understand the code.