- Shared Source Common Language Infrastructure
The Shared Source Common Language Infrastructure (SSCLI), previously codenamed Rotor, is
Microsoft 'sshared source implementation of the CLI, the core of .NET. Although the SSCLI is not suitable for commercial use due to its license, it does make it possible forprogrammer s to examine the implementation details of many .NET libraries, as well as for hackers to create and use modified CLI versions. Microsoft provides the Shared Source CLI as a reference CLI implementation and expects it to be of real value to students learning cross-platform compiler technologies, class system design guidelines, and so on, being the real-world illustration to their lectures.The Shared Source CLI was pre-configured to run on Windows,
FreeBSD (version 4.7 or newer), andMac OS X 10.2. It is designed such that the only thing that needs to be customized to port the Shared Source CLI to a different platform should be a thin Platform Abstraction Layer (PAL).The current version of SSCLI is 2.0, which contains most of the classes and features of version 2.0 of the
.NET Framework [cite web
url=http://www.c-sharpcorner.com/UploadFile/kristoferkrause/GuidetoMSsharedSourceCLI11302005232759PM/GuidetoMSsharedSourceCLI.aspx
title=A Beginner's Guide to Microsoft's shared Source CLI (Rotor)
publisher=c-sharpcorner.com
last=Krause|first=Kristofer
date=2003-05-13
quote="Most of the .NET framework class libraries are present except for ADO.NET, Windows Forms, Web Forms, and Web Services. Either you or the Rotor community will have to implement these. On a less painful note, remoting, networking, and XML functionality (and source) are included."
accessdate=2008-10-05] . Unlike the previous version however, it is only supported on Windows XP SP2.License
The Shared Source CLI use the Microsoft Shared Source Common Language Infrastructure license. This license allows modifications and redistribution of the code for personal or academic usages, but they can't be used for commercial products [As written in the license, examples of commercial purposes would be running business operations, licensing, leasing, or selling the Software, or distributing the Software for use with commercial products] .
ee also
*
Common Language Runtime
*Mono
*DotGNU References
External links
* [http://www.microsoft.com/downloads/details.aspx?FamilyID=8c09fd61-3f26-4555-ae17-3121b4f51d4d Shared Source Common Language Infrastructure 2.0 Release]
* [http://www.microsoft.com/downloads/details.aspx?FamilyID=3a1c93fa-7462-47d0-8e56-8dd34c6292f0 Shared Source Common Language Infrastructure 1.0 Release]
* [http://www.microsoft.com/downloads/details.aspx?FamilyID=44d1ca59-081a-464e-8a8c-844b1df7d9f0 Shared Source Common Language Infrastructure; Beta 1 Release]
* [http://msdn.microsoft.com/msdnmag/issues/02/07/SharedSourceCLI/ Introduction to Shared Source CLI]
Wikimedia Foundation. 2010.