MappingGenerator was initially designed as a design-time replacement to AutoMapper. The program is now developing into a coding aid which you can delegate even the most tedious code-related tasks:
MappingGenerator creates mapping code in design time. This method has many advantages over runtime mappings.
Control the mapping code shape with a dedicated UI settings panel.
Experiment with different mapping options and see the effect immediately in the preview box.
Generate implementation for fields representing mapping projections.
Define interface with mapping methods and generate implementation with a single run.
Even less typing with specialized converters that adjust the sides of mappings.
Get even more mapping matches for divergent models with type flattening and congruent matching rules.