[C# 2.0 b2 framework] can download c# code source of the framework 2.0b2

hello,

Can i download (like java) the source code of the 2.0b2 framework?

it's just for understand design pattern, how it'is working and how it's writing.

it's in fact for see how it is writing a button, serialization, designer or attributes.

it's for my two personnal project :
interoperabily java/.net with binary serialization and skinnable custom controls.

for examples:
- i want rewrite button with native skinnable appearence and i want the source code of the button "to not recreate the wheel".
- i want understand the serailization mecanism for create mine.
- i want understand the wsdl mecanisme (proxy creation) for autogenerate my j2ee classes.
thanks

[702 byte] By [LHERMITTE] at [2007-12-16]
# 1

You can try to use Reflector from http://www.aisto.com/roeder/dotnet/

But be aware - it's not good to do copy-paste of resulting disassembly and you can get into legal troubles if will do disassembly to replicate existing programs.

IANAL, But you can check sources for compatibility reasons only.

TAG at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# General...