.Net Framework Classes Sourcecode

  • Thread starter Thread starter pete
  • Start date Start date
P

pete

Hi there. When extending .Net Framework classes it would be very useful to
see the source code to them. Is there any way of accessing this or anywhere
I can download it from?

Cheers, Pete
 
The ROTOR source (shared souce version of the CLI) is downloadable from Microsoft [1] and is pretty close to the surrent base class library implementation. Also Reflector [2] allows you to reverse engineer the actual code of much of the class library

[1] http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/mssharsourcecli2.asp

[2] http://www.aisto.com/roeder/dotnet/

Regards

Richard Blewett - DevelopMentor
http://www.dotnetconsult.co.uk/weblog
http://www.dotnetconsult.co.uk

Hi there. When extending .Net Framework classes it would be very useful to
see the source code to them. Is there any way of accessing this or anywhere
I can download it from?

Cheers, Pete
 
Richard,

Thanks - Reflector is what I was after!

Pete

Richard Blewett said:
The ROTOR source (shared souce version of the CLI) is downloadable from
Microsoft [1] and is pretty close to the surrent base class library
implementation. Also Reflector [2] allows you to reverse engineer the actual
code of much of the class library
[1] http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/mssharsourcecli2.asp

[2] http://www.aisto.com/roeder/dotnet/

Regards

Richard Blewett - DevelopMentor
http://www.dotnetconsult.co.uk/weblog
http://www.dotnetconsult.co.uk

Hi there. When extending .Net Framework classes it would be very useful to
see the source code to them. Is there any way of accessing this or anywhere
I can download it from?

Cheers, Pete
 
Back
Top