Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find the Microsoft .NET Framework Development Guide? [closed]

Tags:

.net

msdn

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?

like image 843
mafu Avatar asked Nov 10 '09 09:11

mafu


People also ask

How do I open Microsoft .NET Framework?

Select Start > Control Panel > Programs > Programs and Features. Select Turn Windows features on or off. If not already installed, select Microsoft . NET Framework and click OK.

How do I find .NET Framework in Control Panel?

NET Framework yourself through the Control Panel in Windows. In Control Panel, choose Programs and Features, choose Turn Windows features on or off, and then select the . NET Framework check box.

Where can I find .NET Framework on my computer?

The version of . NET Framework (4.5 and later) installed on a machine is listed in the registry at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full.


2 Answers

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
(source: davesbox.com)

like image 141
Romain Verdier Avatar answered Oct 19 '22 10:10

Romain Verdier


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

like image 39
mafu Avatar answered Oct 19 '22 10:10

mafu