up vote 2 down vote favorite
2
share [g+] share [fb]

Would someone recommend an example of a good API (.NET) overview documentation. I don't mean, chm file with all the method/classes, but actual overview with diagrams, explanation, tutorial, etc., preferably commercial...

Thanks

link|improve this question
feedback

3 Answers

up vote 2 down vote accepted

If you want a very big overview, how about .NET Framework 3.5 Commonly Used Type and Namespaces? it doesn't come with brief explanations anyway ..

alt text

link|improve this answer
feedback

It's not clear from your question whether you're after documentation about the .NET Framework, just documentation of some other API, or after a tool for creating documentation.

link|improve this answer
This is more a comment than an answer. – Michael Myers Apr 7 '09 at 14:41
exlpanation/overview of some other API, for some .net library – Sasha Apr 7 '09 at 14:43
feedback

There is a poster of the .Net Framework Class Library, but obviously that is very high level and is no where near a tutorial.

The library is so big I don't think you'll find simple tutorials very useful if you want to cover all of it, is there a specific area you are interested in (UI, Web, DB etc)? - someone may be able to recommend specific books.

If you want to know how .Net itself works Richter is a great book, and Box is also recommended (but I have not read the latter).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown