[C# 2.0 b2 framework] can download c# code source of the framework 2.0b2
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

