By Angelo on
5/27/2008 7:07 PM
Taken from
Sorce Analysis Blog Site (
Download)Sunday, May 25, 2008 10:05 AMA Brief History Of C# StyleA number of astute developers have noted that the C# code style enforced by Microsoft Source Analysis differs in some ways from the style typically seen in sample code coming from the Microsoft Developer Division. For example, the very fine book Framework Design Guidelines by Krzysztof Cwalina and Brad Abrams includes many code samples which use a different style, and this style is briefly described in an appendix in the back of the book.In fact, the differences between the "Source Analysis style" and the "Framework Design Guidelines style" are relatively minor. One of the biggest differences is that the framework style prefixes private and internal fields with an underscore, while Source Analysis style omits the underscore and instead prefixes all...