views:

86

answers:

4

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?

+1  A: 

It's called "Design Guidelines for Developing Class Libraries" and can be found here in the MSDN

mafutrct
A: 

First link in google after pasting in your question:

http://msdn.microsoft.com/en-us/library/aa720433%28VS.71%29.aspx

Mark Redman
Not what I was looking for.
mafutrct
A: 

Is this what you are looking for?
Design Guidelines for Class Library Developers

Konamiman
Your link is to the 1.1 version.
mafutrct
+6  A: 

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.

alt text

Romain Verdier
What is the relationship between the topic in the MSDN and this book?
mafutrct
The 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
So basically it's a must-read for any serious developer.
mafutrct
I'll gladly accept this answer if you add the link found in my answer.
mafutrct