Single Responsibility Principle in Serialization

Posted on C# Corner See other posts from C# Corner
Published on Jun 02, 2010 Indexed on 2010/06/02 8:05 UTC
Read the original article Hit count: 303

Filed under:
The Single Responsibility Principle may be one of the most important design concepts in programming. This blog illustrates how Microsoft broke this pattern in MFC, and how they later redeemed themselves in .NET

© C# Corner or respective owner