Added syntax highlighting
added syntax highlighting
Updated Mapping Inheritance (markdown)
Fixed incorrect property name
Updated Projection (markdown)
The Mapper.CreateMap method is not thread safe, so calling it from different threads can result in exceptions under load, e.g. when using AutoMapper to map database entities to DTOs in a Web Service which is called by multiple Web Service clients simultaneously. As such, I don't think that the wording is strong enough.
Updated Containers (markdown)
Updated Home (markdown)
Updated Custom value formatters (markdown)
ITypeConverter.Convert had wrong argument type.
Revert 3245903947b714b85d5c63862eddb22bfc223904^ ... 3245903947b714b85d5c63862eddb22bfc223904
Destroyed Getting Started (markdown)
Updated Custom type converters (markdown)
I see the interface ITypeConverter has been changed .So update it.
Created Containers (markdown)
Created Mapping inheritance (markdown)
Added link to mapping inheritance wiki page
Updated Getting Started (markdown)
Created Null substitution (markdown)
Created Custom value formatters (markdown)
Created Custom value resolvers (markdown)