vote up 1 vote down star
2

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

flag

3 Answers

vote up 1 vote down check

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|flag
vote up 0 vote down

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|flag
This is more a comment than an answer. – mmyers Apr 7 at 14:41
exlpanation/overview of some other API, for some .net library – Sasha Apr 7 at 14:43
vote up 0 vote down

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

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.