I'm positive that this guide existed, but my Google skills seem to be broken today. Could you show me the link to the MSDN pointing to that section?
Asked
Active
Viewed 3,109 times
2 Answers
14
As you figured out yourself, the article you were originally looking for is called Design Guidelines for Developing Class Libraries on the MSDN.
Note that it also exists a great complete book on the very same topic, named Framework Design Guidelines. Actually, the MSDN page encourages you to have a look at this book if you want to go deeper:
For more information on design guidelines, see the "Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries" book by Krzysztof Cwalina and Brad Abrams, published by Addison-Wesley, 2005.
(source: davesbox.com)

Glorfindel
- 21,988
- 13
- 81
- 109

Romain Verdier
- 12,833
- 7
- 57
- 77
-
-
5The relationship? Well the topic is the same, authors are likely the same. The article on the MSDN is a light version of the book. Many portions of the MSDN article come from the book actually. – Romain Verdier Nov 11 '09 at 18:55
-
-
1
It's called "Design Guidelines for Developing Class Libraries" and can be found here in the MSDN

mafu
- 31,798
- 42
- 154
- 247