MagicMapper ========== A convention-based object-object mapper. MagicMapper uses a fluent configuration API to define an object-object mapping strategy. MagicMapper uses a convention-based matching algorithm to match up source to destination values. MagicMapper is geared towards model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer. New to MagicMapper? Check out the :doc:`Getting-started` page first. .. _user-docs: .. toctree:: :maxdepth: 2 :caption: Overview Getting-started Understanding-your-mapping The-MyGet-build .. _feature-docs: .. toctree:: :maxdepth: 2 :caption: Features Configuration Configuration-validation Dependency-injection Projection Nested-mappings Lists-and-arrays Construction Flattening Reverse-Mapping-and-Unflattening Mapping-inheritance Attribute-mapping Dynamic-and-ExpandoObject-Mapping Open-Generics Queryable-Extensions Expression-Translation-(UseAsDataSource) Enum-Mapping .. _Extensibility: .. toctree:: :maxdepth: 2 :caption: Extensibility Custom-type-converters Custom-value-resolvers Conditional-mapping Null-substitution Value-converters Value-transformers Before-and-after-map-actions .. _Upgrading: .. toctree:: :maxdepth: 2 :caption: Upgrading API-Changes 13.0-Upgrade-Guide 12.0-Upgrade-Guide 11.0-Upgrade-Guide 10.0-Upgrade-Guide 9.0-Upgrade-Guide 8.1.1-Upgrade-Guide 8.0-Upgrade-Guide 5.0-Upgrade-Guide Examples ======== The source code contains unit tests for all of the features listed above. Use the GitHub search to find relevant examples. Housekeeping ============ The latest builds can be found at `NuGet `_ The dev builds can be found at `MyGet `_ The discussion group is hosted on `Google Groups `_