.NET Framework Libraries Source Code

Scott just announced that his team will be  releasing the souce code to the .NET base class libraries, ASP.net, Windows Forms and WPF!

The big advantage to this is that when you are stepping through the code, you no longer see the horrible "[External Code]' in your call stack. You are taken right to the source code! This really really helps in understanding how the internals of the classes work.

Wonder what I am going to do with reflector...hmm...

Read more at Scotts' blog

PS: The source code is being released under Ms-RL which means that I can view but I'm not allowed to copy and paste the source code.

No Comments