dotnetcoder
dotnetcoder

Reputation: 3601

Logical breakdown for dot net namespace hierarchy

I am looking for a reference/links that give good high level logical breakdown of the dot net namespace.

And if it has some indicators to individual frameworks like what's specific to asp.net, wcf, wpf, wwf etc.

Any links/references/diagrams are highly appreciated.

Update

I found one poster for .net 4.0.

Upvotes: 0

Views: 668

Answers (2)

Mark Avenius
Mark Avenius

Reputation: 13957

The MSDN Library documentation should be a good start; it contains the entire framework and you can drill down into it as far as you would like to go.

Note: the first link on the page contains all of the class definitions.

Upvotes: 0

Related Questions