Automapify is a .NET library designed to simplify the process of object mapping without the need for extensive service setup or configuration. This tool provides two main methods for utilization: Attributes and Configuration.
Attributes Method:
- Use the MapProperty attribute to specify the property name from the source in the destination object.
- Allows for easy mapping to both new and existing objects using simple method calls.
Configuration Method:
- Create detailed mapping configurations using a MapifyConfigurationBuilder.
- This method is more flexible, allowing for complex mappings and transformations between source and destination objects.
Check it out on nuget package or if you like to contribute to the open source project, check out Automapify