Skip to content

Commit

Permalink
updated documentation a little
Browse files Browse the repository at this point in the history
  • Loading branch information
garywoodfine committed Feb 12, 2018
1 parent 24b49f8 commit 4714be8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/Getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ What makes AutoMapper interesting is that it provides some interesting conventio

Why use Threenine.Map
*********************

Using AutoMapper, developers typically place mapping configuration in a completely separate profile class, which creates an artificial barrier between two things that
are likely to change together: The Object Model and the mapping definition.

Threenine.Map provides and alternative approach to help keep you Automapper Configuration logic clean and closer to the object model you're mapping whether that be Domain Objects,
View Models and entities.

Using the magic of reflection and assembly scanning Threenine.Map will also ensure your mapping logic is available when needed.


How to install
Expand Down

0 comments on commit 4714be8

Please sign in to comment.