I have a two types that are very similar (i.e. the member names are very similar).
Is there an elegant way to copy one type to another, without having to copy each indi
Maybe Automapper?
For example:
Mapper.CreateMap(); return Mapper.Map(fromCsvFile);