Reputation: 3601
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.
I found one poster for .net 4.0.
Upvotes: 0
Views: 668
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