Related resources for Complex Class
  • Complex Class in .NET10/28/2012 3:50:55 PM. Today, in this article let’s play around with one of the interesting and most useful concepts in C#.
  • Best Practices in .NET XML Serialization of Complex Classes12/7/2010 8:20:11 PM. This article will show you XML serialization, so simply added in code, is not a magical stick. Serialization must be planned in full detail when working with complex classes, rather than expected to work by itself. Loss of planning work leads to redesign work later on, when maintaining serialization of original classes becomes too expensive or even hits the limit after which serialization of original classes is not possible without loss of data.