'Shared Source' .NET Overview
Lisa writes: "As part of Microsoft's Shared Source initiative, the company announced Tuesday the public availability of more than 1 million lines
of Windows and Microsoft .NET source code--aimed primarily at universities. I guess Microsoft hopes to slow down academic support for the open-source Linux OS. Don't know why they expect this to work, but Brian Jepson has a nice overview of this shared source release."
From the Microsoft website:
.NET Framework can explore this implementation of the CLI to see how garbage collection works, JIT compilation and verification is handled, security protocols implemented, and the organization of frameworks and virtual object systems.
.NET developers interested in how the technology works.
Developers interested in the internal workings of the
and
The Shared Source CLI goes beyond the printed specification of the ECMA standards, providing a working implementation for CLI developers to explore and understand. It will be of interest to academics and researchers wishing to teach and explore modern programming language concepts, and to
Before people criticize Microsoft for whatever reason, and claim that this was done in Microsoft's best interest, then you are absolutely right. Microsoft, will, ultimately benefit most from this release, but so will the community.
I guess Microsoft hopes to slow down academic support for the open-source Linux OS.
How so? What is it about this release that suggests anything to "compete" at all with Linux?
Microsoft have released source code for years. For example the MFC Class library has the source provided with Visual Studio which helps for debugging.
"One of the key considerations that went into the design of the Rotor's shared source license is that a programmer should be able to look at the Rotor source without becoming tainted."
So much for that particular conspiracy theory.
- Steve
> If you want to do real open source,
> do not look at the poison.
Eben Moglen, General Counsel to the Free Software Foundation, told the DotGNU project that programmers will not be tainted by reading the source, so long as they don't copy any of the code.
- Brian