tags:

views:

53

answers:

1

Hi guys, i have a question to do..

The framework java give us free an API full of context of any class of they framework.

In .net is possible shared the same idea?

I never found anything, i need always to go to the internet to consult any classe or something..

A: 

If you want to simply find out the innards of native .NET classes, you may want to download the free version of Red Gate Reflector to read the code behind these classes.

There are some parts of .NET that are open sourced, e.g., ASP.NET MVC which you can check out as well.

Jon Limjap
basically Reflector + "print out your own MSDN library"
ROCK HEART