Browse framework source?

  • Thread starter Thread starter Carl
  • Start date Start date
C

Carl

Hi,

It's quite easy to debug-step into the framework soruce, especially with VS
2008. That's great! But I would like to be able to just browse, with F12 you
know what I mean, without having to run/debug the application. Could that be
configured somehow?

regards

Carl
 
A very handy tool window in Visual Studio is the Code Definition Window,
when you have this open, you can place the cursor on an object in your
source code and the code definition window will display the class definition
 
Yes, I've checked it out, it's very handy. But I suppose it's not possible
to make it show the acutal framwork source?
 
Hi,

It's quite easy to debug-step into the framework soruce, especially with VS
2008. That's great! But I would like to be able to just browse, with F12 you
know what I mean, without having to run/debug the application. Could thatbe
configured somehow?

regards

Carl

The tool .NET Reflector allows browse compiled .NET code in your
language of choice. It's a pretty slick program and recommended for
any developer.

Regards,
 
Back
Top