We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this questionI'm positive that this guide existed, but my Google skills seem to be broken today开发者_如何学Python. Could you show me the link to the MSDN pointing to that section?
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)
It's called "Design Guidelines for Developing Class Libraries" and can be found here in the MSDN
精彩评论