Content deleted Content added
Rescuing 1 sources and tagging 0 as dead. #IABot (v1.6.5) |
Citation bot (talk | contribs) Add: website. | Use this bot. Report bugs. | Suggested by Whoop whoop pull up | #UCB_webform 1174/1877 |
||
(15 intermediate revisions by 8 users not shown) | |||
Line 1:
{{Infobox software
| name = Shared Source Common Language Infrastructure (SSCLI)
| logo =
| logo_size =
| developer = [[Microsoft]]
| replaces =
| released = {{Start date and age|2002|03}}
| discontinued =
| latest release version = {{Start date and age|2006|03|23}}
| latest release date = 2.0
| latest preview version =
| latest preview date =
| repo = {{URL|https://github.com/SSCLI}}
| programming language = [[C Sharp (programming language)|C#]], [[JavaScript]], [[C++]], [[C (programming language)|C]]
| operating system =
| platform =
| genre = [[Software framework]]
| license = [[Microsoft Shared Source Common Language Infrastructure license]]
| website = {{URL|http://msdn.microsoft.com/msdnmag/issues/02/07/SharedSourceCLI/}}
}}
The '''Shared Source Common Language Infrastructure''' (SSCLI), previously codenamed '''Rotor''', is [[Microsoft]]'s [[shared source]] implementation of the [[Common Language Infrastructure|CLI]], the core of [[Microsoft .NET|.NET]]. Although the SSCLI is not suitable for commercial use due to its license, it does make it possible for [[programmer]]s to examine the implementation details of many .NET libraries and to create modified CLI versions. Microsoft provides the Shared Source CLI as a reference CLI implementation suitable for educational use.
==History==
Beginning in 2001, [[Microsoft]] announced they would release part of the [[.NET
In March 2002, Microsoft released version 1.0 of the '''Shared Source Common Language Infrastructure''', also called '''Rotor'''.<ref>{{cite web | url= http://ondotnet.com/pub/a/dotnet/2002/03/04/rotor.html | title = Uncovering Rotor — A Shared Source CLI | publisher = On .Net | first = Brian | last = Jepson | date = 2002-03-04 | accessdate = 2009-09-27}}</ref> The Shared Source CLI was initially pre-configured to run on [[Microsoft Windows|Windows]], but could also be built on [[FreeBSD]] (version 4.7 or newer), and [[Mac OS X]] 10.2. It was designed such that the only thing that needed to be customized to port the Shared Source CLI to a different platform was a thin [[Abstraction layer|Platform Abstraction Layer]] (PAL).
The last 2.0 version of SSCLI was released in March 2006,<ref>{{cite web | url= http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=8c09fd61-3f26-4555-ae17-3121b4f51d4d | title= Shared Source Common Language Infrastructure 2.0 Release | publisher= [[Microsoft]] | date= 2006-03-23 | accessdate = 2009-05-21}}</ref> and contains most of the classes and features of version 2.0 of the [[.NET Framework]].<ref>{{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# corner| 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}}</ref> SSCLI 2.0 can be downloaded directly from Microsoft downloads and requires
Later versions of .NET, originally known as .NET Core and now referred to simply as .NET, have been open sourced under the more permissive [[MIT License|MIT license]].
==License==
Line 12 ⟶ 34:
==See also==
* [[Microsoft and open source]]
* [[Common Language Runtime]]
* [[Mono (software)|Mono]]
* [[DotGNU]]
▲* [[Portable.NET]]
==References==
{{
==External links==
*
*
* [http://msdn.microsoft.com/msdnmag/issues/02/07/SharedSourceCLI/ Introduction to Shared Source CLI]
{{.NET}}
{{Common Language Infrastructure}}
[[Category:.NET
[[Category:2002 software]]
[[Category:Computing platforms]]
|