CoolMagic
CoolMagic

Reputation: 258

Where can I find .NET Framework class diagram?

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.

Upvotes: 9

Views: 12846

Answers (6)

Shoban
Shoban

Reputation: 23016

Check this poster and see if it helps.

alt text
(source: msdn.com)

and Here is the deep zoom version.

Upvotes: 2

Cecil Has a Name
Cecil Has a Name

Reputation: 4992

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

Upvotes: 0

Esko
Esko

Reputation: 29377

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

Upvotes: 0

Jonathan C Dickinson
Jonathan C Dickinson

Reputation: 7285

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.

Upvotes: 3

aku
aku

Reputation: 123994

.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.

Upvotes: 11

Related Questions