Hi all,
I was wondering if C# source code is available (either officially or unofficially) for the .NET BCL.
Sometimes I would like to trace into the BCL to see how a particular method is implemented. I realize I can decompile any given method using ".NET Reflector", and that's useful on a case by case basis, but I was hoping I might be able to get all the C# source for the BCL and then (somehow) use it in VS 2005.
Is this possible
Thank you

?? .NET Libraries as C# Source Code ??
Scott Currie MSFT
jlkirkjr
sanjay_shinder
- Shared Source Common Language Infrastructure 2.0 Release
- Microsoft Shared Source Initiative Encourages Academic Innovation
- Microsoft Releases Shared Source CLI and C# Implementation
If you just want to browse and search through the BCL is suggest a reflector, the best one is: Lutz Roeder's .NET Reflector, this will generate source code based om MSIL.