Layout of the best DTO versions
What are the best practices for DTO versioning? And maybe a small sample with serialization / deserialization and how does this version control ensure that the code doesn't break? I seem to get a little lost and couldn't find many documents on the internet. Thank you.
+3
Elena
source
to share
1 answer
You can start with the following: http://msdn.microsoft.com/en-us/library/ms731138.aspx and http://msdn.microsoft.com/en-us/library/ms731083.aspx
+2
the_joric
source
to share