Shared Source Common Language Infrastructure: Difference between revisions

Content deleted Content added
m remove portal link
Monkbot (talk | contribs)
m History: Task 16: replaced (1×) / removed (0×) deprecated |dead-url= and |deadurl= with |url-status=;
Line 6:
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 perl and Visual Studio 2005 running on Windows XP SP2 to compile.<ref>{{cite web | url = http://www.microsoft.com/downloads/en/details.aspx?FamilyId=8C09FD61-3F26-4555-AE17-3121B4F51D4D&displaylang=en#SystemRequirements | title = SSCLI 2.0 System Requirements | date = 2006-03-23 | accessdate = 2011-05-29}}</ref> Microsoft has not updated the source and build requirements since 2006. Even [[Microsoft Most Valuable Professional|Microsoft MVPs]], important part of Microsoft community ecosystem, complained about the lack of support for other Visual Studio versions and Operating Systems.<ref>{{cite web | url= http://msmvps.com/blogs/gbarnett/archive/2008/12/08/shared-source-cli-aka-rotor-on-vista.aspx | title= Shared Source CLI (aka Rotor) on Vista | last= Barnett | first= Granville | date= 2008-12-08 | accessdate= 2009-05-21 | deadurlurl-status= yesdead | archiveurl= https://web.archive.org/web/20090101104145/http://msmvps.com/blogs/gbarnett/archive/2008/12/08/shared-source-cli-aka-rotor-on-vista.aspx | archivedate= 2009-01-01 | df= }}</ref> However, a non-official patch for Visual Studio 2008<ref>{{cite web | url= http://blogs.msdn.com/b/jeremykuhne/archive/2008/02/19/sscli-2-0-and-visual-studio-2008.aspx | title=SSCLI 2.0 and Visual Studio 2008 | last = Kuhne| first = Jeremy | date= 2008-02-19 | accessdate= 2009-05-21}}</ref> was provided by a Microsoft employee in the MSDN Blog and another for Visual Studio 2010 was released by the community.<ref>{{cite web | url= http://callvirt.net/blog/post/SSCLI-20-Patch-for-VS-2010.aspx | title = SSCLI 2.0 Patch for VS 2010 | last=Pobar|first= Joel | date= 2010-04-27 | accessdate= 2009-05-21}}</ref>
 
==License==