views:

3261

answers:

7

I just need a file (picture, pdf or other type file for printing) of the framework structure. It is very usefull while learning .Net framework.

+1  A: 

http://download.microsoft.com/download/4/a/3/4a3c7c55-84ab-4588-84a4-f96424a7d82d/NET%5F35%5FNamespaces%5FPoster%5FJAN08.pdf

smink
Too small to be useful.
Joseph Daigle
Only the 7 headlines can be read, not any class names.
Peter Mortensen
Full resolution version: http://download.microsoft.com/download/4/a/3/4a3c7c55-84ab-4588-84a4-f96424a7d82d/NET_35_Namespaces_Poster_JAN08.pdf (PDF, 849 KB).
Peter Mortensen
Thanks @Peter Mortensen. Just updated the link.
smink
+8  A: 

.NET Framework 3.5 Common Namespaces and Types Poster

November 2007 Edition The .NET
Framework 3.5 Common Namespaces and Types Poster

Overview
The .NET Framework 3.5 Common Namespaces and Types Poster is downloadable as XPS or PDF format. There is also an XPS format file which prints over 16 letter or A4 pages for easy printing. Some assembly is required if you choose this print method.

aku
+1  A: 

If you are bold and adventurous you can use a tool I found on CodeProject. Send the framework classes to it and, voila, after some crunching, grinding and groaning you should get a diagram from it.

Jonathan C Dickinson
A: 

Try this link. Great pdfs with namespaces and classes.

http://www.neuromedia.ch/ressources/

A: 
Shoban
A: 

I'm looking at one (and several others) right behind me at the moment, apparently it comes with Visual C#/Studio.

Esko
A: 

You didn't specify which version of the .NET Framework, and it's a little unclear if you mean a map of each class or a map of all classes. Anyhow, here's for .NET 3.5:

http://download.microsoft.com/download/4/a/3/4a3c7c55-84ab-4588-84a4-f96424a7d82d/NET35_Namespaces_Poster_LORES.pdf

Cecil Has a Name