Technology news and Jobs
The Linux distillery
No FOSS please, we’re Microsoft: checking out the .NET source code license
The Linux distillery
No FOSS please, we’re Microsoft: checking out the .NET source code license | No FOSS please, we’re Microsoft: checking out the .NET source code license |
|
|
| by David M Williams | |
| Monday, 21 January 2008 | |
|
Page 2 of 3 The source code was not the code to the actual Java compiler or interpreter, but to the class libraries which gave Java all its functionality. It was a dead useful resource and gave insight into how the libraries worked and how they could be best used. It also gave examples of good Java code.Just as above, Delphi programmers could read through the VCL code and learn how classes had been implemented. They could eke more performance from their code by understanding the libraries better; they could improve their own programming. And when debugging, it was effortless to single-step between your own code and the VCL code and back again. Yet, despite precedent, Microsoft did not release the .NET framework source code when it released the first Visual Studio.NET at the start of this decade. And, might I add, despite the fact that the very same talented individual who created Delphi was poached to Microsoft and produced the .NET framework and the C# language. That’s right; there’s a direct evolution of thought between Borland’s Delphi and Microsoft’s .NET in the form of Anders Hejlsberg who authored both. Whether Hejlsberg did or did not want to release the .NET framework source code as he had done for Delphi previously is moot; Microsoft did not do so – until now. Windows’ developers worldwide are applauding the recent announcement that much of the framework source code has now been made public. However, what are the ramifications? Does this mean Microsoft are adopting open source? Can you submit your own bug fixes back to Microsoft? Can you compile your own .NET libraries from the source code? Can this boost the work of the Mono project, and bring .NET to the world of Linux and other non-Windows operating systems? The short answer to all the above is a resounding no. The license is not what we might consider a free software license but instead places a number of important restrictions on the end user. The first restriction is that the source code is read-only. It cannot be compiled. It cannot be modified. No person outside Microsoft has any authority to modify it, correct it, enhance it or alter it in any way. This restriction is made somewhat more capricious by the fact the source code is only viewable within Visual Studio 2008. You can’t even download it as a series of program code files and inspect it within any old text editor. You can’t check it out using the free, “express” versions of Visual Studio, let alone any other development environment, including previous versions of Visual Studio itself. So, legally you may only read the source code, and practically you may only read it using the commercial editions of Visual Studio 2008. Still, what’s it mean for Linux? Read on! CONTINUED
|
| < Next story in category | Previous story in the category > |
|---|











