Click here to Skip to main content
15,884,237 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I'm beginner to c# i wan't to learn all the stuff of DTO, also serialization so snuggest some good articles that teach it from begining.
Posted
Comments
StianSandberg 13-Aug-12 6:56am    
DTO (Data Transfer Object) is a (often simpler) class representing an Entity or combination of multiple entities from your ORM.

http://msdn.microsoft.com/en-us/library/ff649585.aspx
Kenneth Haugland 13-Aug-12 7:00am    
Yes :-)

Wiki is a good place to start : http://en.wikipedia.org/wiki/Data_transfer_object[^]
 
Share this answer
 
You should always check the Microsoft documentation, it usually gives you a good startingpoint:
http://msdn.microsoft.com/en-us/library/ff649585.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900