.NET framework on disk?

  • Thread starter Thread starter 2obvious
  • Start date Start date
2

2obvious

Is there an downloadable .NET reference anywhere, where I can search
through the entire framework? I do a lot of my programming on the go,
where an Internet connection isn't possible.

Also, I've been digging around in the .NET Framework site for a simple
diagram of what objects contain what objects, so I can get a better
feel for the object model. No success. Is there anything out there like
this?
 
The Class Browser included in the SDK
is a nifty tool for that, too.

Installing the SDK will make it available locally.

Online, it's at
http://www.csharpfriends.com/quickstart/aspplus/samples/classbrowser/vb/classbrowser.aspx
and
http://www.csharpfriends.com/quickstart/aspplus/samples/classbrowser/cs/classbrowser.aspx
besides being at many other places, too.

The .NET Framework 1.1 SDK download is at
http://www.microsoft.com/downloads/...a6-3647-4070-9f41-a333c6b9181d&DisplayLang=en

The .NET Framework 1.0 SDK download is at
http://www.microsoft.com/downloads/...b5-c7a7-4505-9927-2213868a325b&DisplayLang=en

Have fun!



Juan T. Llibre
ASP.NET MVP
===========
 
Back
Top