Code Design Warnings: A guide to code health by MSDN
Posted in Technology by UpperStrata on November 6, 2009
MSDN published a list of several design warnings that can be a good health check for applications. Of course every application has particular needs. But the list may have some eye openers as it gives you more information on the .Net Framework itself. With the release of .NET 2.0/3.5 there was a great emphasis on generics and LINQ. This list contains some interesting warning concerning the two.
Read the list http://msdn.microsoft.com/en-us/library/ms182125.aspx
