Jump to content

.NET Compact Framework: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Sheeeng (talk | contribs)
→‎Release history: Added release dates column
Line 10: Line 10:
==Release history==
==Release history==
{| class="wikitable" align="center"
{| class="wikitable" align="center"
!Version Name!!Version Number
!Version Name!!Version Number!!Release Date
|-
|-
|1.0 RTM||1.0.2268.0||Late [[2002]]<ref>{{cite web | url = http://www.ddj.com/web-development/184406670 | title = .NET Compact Framework Nears Release | accessdate = 2007-12-06}}</ref>
|1.0 RTM||1.0.2268.0
|-
|-
|1.0 SP1||1.0.3111.0
|1.0 SP1||1.0.3111.0||Unknown
|-
|-
|1.0 SP2||1.0.3316.0
|1.0 SP2||1.0.3316.0||Unknown
|-
|-
|1.0 SP3||1.0.4292.0||January [[2005]]<ref>{{cite web | url = http://blogs.msdn.com/netcfteam/archive/2005/01/10/350249.aspx | title = .NET Compact Framework releases 1.0 SP3 | accessdate = 2007-12-06}}</ref>
|1.0 SP3||1.0.4292.0
|-
|-
|2.0 RTM||2.0.5238.0||October [[2005]]<ref>{{cite web | url = http://www.windowsfordevices.com/news/NS6191688737.html | title = Microsoft releases .NET CF 2.0 redistributable | accessdate = 2007-12-06}}</ref>
|2.0 RTM||2.0.5238.0
|-
|-
|2.0 SP1||2.0.6129.0||June [[2006]]<ref>{{cite web | url = http://blogs.msdn.com/netcfteam/archive/2006/06/21/642013.aspx | title = .NET Compact Framework v2.0 SP1 is done and is being released. | accessdate = 2007-12-06}}</ref>
|2.0 SP1||2.0.6129.0
|-
|-
|2.0 SP2||2.0.7045.0||March [[2007]]<ref>{{cite web | url = http://blogs.msdn.com/netcfteam/archive/2007/03/13/net-compact-framework-2-0-sp2-released.aspx | title = .NET Compact Framework 2.0 SP2 Released | accessdate = 2007-12-06}}</ref>
|2.0 SP2||2.0.7045.0
|-
|-
|3.5 Beta 1||3.5.7066.0||May [[2007]]<ref>{{cite web | url = http://www.microsoft.com/downloads/details.aspx?FamilyID=1343D537-A62F-4A6E-9727-7791BF4CC2BD&displaylang=en | title = .NET Compact Framework 3.5 Beta1 Redistributable | accessdate = 2007-12-06}}</ref>
|3.5 Beta 1||3.5.7066.0
|-
|-
|3.5 Beta 2||3.5.7121.0
|3.5 Beta 2||3.5.7121.0||Unknown
|-
|-
|3.5 RTM||3.5.7283.0
|3.5 RTM||3.5.7283.0||Unknown
|}
|}
The versions of the .NET Compact Framework installed on a Windows Mobile device can be determined by launching '''/Windows/cgacutil''' and comparing the displayed list of version numbers to the table above. More than one version can be installed on a device simutaneously.
The versions of the .NET Compact Framework installed on a Windows Mobile device can be determined by launching '''/Windows/cgacutil''' and comparing the displayed list of version numbers to the table above. More than one version can be installed on a device simutaneously.

Revision as of 21:06, 6 December 2007

The Microsoft .NET Compact Framework (.NET CF) is a version of the .NET Framework that is designed to run on Windows CE based mobile/embedded devices such as PDAs, mobile phones, factory controllers, set-top boxes, etc. The .NET Compact Framework uses some of the same class libraries as the full .NET Framework and also a few libraries designed specifically for mobile devices such as Windows CE InputPanel.

It is possible to develop applications which use the .NET Compact Framework in Visual Studio.NET 2003, in Visual Studio 2005 and in Visual Studio 2008, in C# or Visual Basic.NET. The resulting applications are designed to run on a special, mobile-device, high performance JIT compiler.

To be able to run applications powered by the .NET Compact Framework, the platform must support the Microsoft .NET Compact Framework runtime. Some operating systems which do include .NET CF are Windows CE 4.1, Microsoft Pocket PC, Microsoft Pocket PC 2002 and Smartphone 2003. .NET Compact Framework applications don't run on desktop computers with the full .NET Framework, because, although the executable files are binary compatible, they use a different digital signature. This is used to prevent a user from trying to run a full .NET application in a .NET Compact Framework device.[citation needed]

Xbox 360

A version of the .NET Compact Framework is also available for the Xbox 360 console. While it features the same runtime as the regular .NET CF, only a subset of the class library is available.[1] This version is used by XNA Framework to run managed games on the console. There are other limitations as well, such as the number of threads being limited to 256.[2] Unlike other versions of .NET CF, the Xbox 360 version allows setting processor affinity to threads created.[3] The threads are scheduled among four concurrent threads running on the multiple processor cores of the system.[2]

Release history

Version Name Version Number Release Date
1.0 RTM 1.0.2268.0 Late 2002[4]
1.0 SP1 1.0.3111.0 Unknown
1.0 SP2 1.0.3316.0 Unknown
1.0 SP3 1.0.4292.0 January 2005[5]
2.0 RTM 2.0.5238.0 October 2005[6]
2.0 SP1 2.0.6129.0 June 2006[7]
2.0 SP2 2.0.7045.0 March 2007[8]
3.5 Beta 1 3.5.7066.0 May 2007[9]
3.5 Beta 2 3.5.7121.0 Unknown
3.5 RTM 3.5.7283.0 Unknown

The versions of the .NET Compact Framework installed on a Windows Mobile device can be determined by launching /Windows/cgacutil and comparing the displayed list of version numbers to the table above. More than one version can be installed on a device simutaneously.

See also

References

  1. ^ ".NET Compact Framework for Xbox 360". TechNet. Retrieved 2007-06-21.
  2. ^ a b "Thread Pools in the .NET Compact Framework for Xbox 360". TechNet. Retrieved 2007-06-21.
  3. ^ "Additions to the .NET Compact Framework for Xbox 360". TechNet. Retrieved 2007-06-21.
  4. ^ ".NET Compact Framework Nears Release". Retrieved 2007-12-06.
  5. ^ ".NET Compact Framework releases 1.0 SP3". Retrieved 2007-12-06.
  6. ^ "Microsoft releases .NET CF 2.0 redistributable". Retrieved 2007-12-06.
  7. ^ ".NET Compact Framework v2.0 SP1 is done and is being released". Retrieved 2007-12-06.
  8. ^ ".NET Compact Framework 2.0 SP2 Released". Retrieved 2007-12-06.
  9. ^ ".NET Compact Framework 3.5 Beta1 Redistributable". Retrieved 2007-12-06.

External links