Updated Getting started (markdown)
Removed guide as it broke links. :(
Changed up the title to be less redundant.
Called out specifics about the fact AutoMapper will swallow NREs by design.
Updated Configuration (markdown)
Updated Home (markdown)
Updated Queryable Extensions (markdown)
Updated Conditional mapping (markdown)
First draft of the page.
Adding naming conventions
Adding an example of using a profile to organize your mapping code
Adding a value for configuration to explain things like profiles, naming conventions etc..
Corrected CalendarEvent.EventDate to be CalendarEvent.Date as the documentation below is indicating that the model was (presumably) intended to be.
Added link to new Queryable Extensions page.
Initial pass at some documentation for the Queryable Extensions.
Updated Custom value formatters (markdown)
Updated Null substitution (markdown)
removed unnecessary generic type parameter
Updated Mapping inheritance (markdown)
Updated Containers (markdown)
Updated Custom type converters (markdown)
Updated Nested mappings (markdown)
Updated Lists and arrays (markdown)