Community

Using AutoMapper to map view models in ASP.NET MVC

(bengtbe) In projects that have complex domain models it is often necessary to map the domain models to simpler objects such as Data Transfer Objects (DTO) which is “an object that carries data between processes in order to reduce the number of method calls” or Presentation Models which “represent t

Read More - Register for Free Membership