Creating DTOs using AutoMapper

There is one small and nice object to object mapper called AutoMapper. I gave it a little try and I found it very useful. Specially if you have web service and you are using DTOs to move data between client and server. Good news is that AutoMapper is able to perform these mappings and you don't have to write more code than couple of lines. Let’s see example.

 

NB! This blog is moved to gunnarpeipman.com

Click here to go to article

4 Comments

Comments have been disabled for this content.