Home > Guides > Programming > .NET and Windows Programming

Toggle Open Guide Table of ContentsGuide Contents

Close Table of ContentsGuide Contents

Close Table of Contents

.NET Compact Framework

Last updated Jan 1, 2004.

The .NET Compact Framework

A subset of the .NET Framework, the Microsoft .NET Compact Framework is intended for developing applications for resource-constrained devices. The .NET Compact Framework runs managed code and XML web services in an extensive collection of smart devices such as personal digital assistants (PDAs), mobile phones, set-top boxes, and so on. Because the .NET Compact Framework is fully integrated with Visual Studio .NET 2003, developers can develop mobile applications using either Microsoft Visual Basic .NET or Microsoft Visual C# .NET. (Future releases will support many other .NET-compliant languages.)

The .NET Compact Framework enables developers to build, debug, and deploy client-side mobile applications on a broad range of smart devices running the Microsoft Windows CE operating system, such as Pocket PC 2000, 2002, 2003, or Phone Edition, and devices running Windows CE .NET 4.1 or above.

Following are the key benefits of using the .NET Compact Framework:

  • Shared .NET programming model and Visual Studio .NET toolset. Using the .NET Compact Framework significantly decreases the mobile application's development cost and increases developer productivity. Portions of .NET Framework code may be utilized to create mobile applications using .NET Compact Framework.

  • Easy transition for Visual Studio .NET developers. Developing applications for smart devices is similar to developing desktop applications.

  • Better security. Security on the .NET Compact Framework is evidence-based.

  • Improved performance. Because the .NET Compact Framework is intended for resource-constrained devices, applications can achieve benefits such as high performance from the built-in just-in-time (JIT) compiler, memory efficiency, high productivity, and so on.

  • Enhanced debugging. While developing mobile applications, you can set breakpoints, step through code, watch and trace variables, view local variables, etc. You can also remotely debug a deployed mobile application from within Visual Studio .NET, using the integrated debugger.

  • Access to XML web services. Mobile web applications can consume XML web services, accessing application logic from dissimilar systems (platform-independent access) using standard data formats and protocols.

  • Easier testing. The Visual Studio .NET design environment includes a first-rate device emulator, which simplifies testing.

  • CPU independence. Applications developed for a particular device by using the .NET Compact Framework will run independently of the CPU resident on the device. For instance, applications developed for Pocket PC can run on all Pocket PC devices without recompiling.

Discussions

Copies of the array?
Posted Dec 23, 2008 03:40 PM by luige21
1 Replies
Hi
Posted Dec 5, 2008 05:10 AM by ajay2000bhushan
2 Replies
You have no clue.
Posted Jun 10, 2008 03:28 PM by theinternetmaster
1 Replies

Make a New Comment

You must log in in order to post a comment.

Related Resources

Jim Mischel"Highly unlikely" does not mean "impossible"
By Jim MischelJuly 18, 2009 No Comments

One of my programs crashed the other day in a very unexpected place.  A call to System.Threading.ConcurrentQueue.TryDequeue (from the Parallel Extensions to .NET) resulted in an OverflowException being thrown.  Investigation revealed a pretty serious bug in the System.Random constructor.

It's Here; Put Away Your Pre-Conceptions on What an OS Must Be: Part II
By John TraenkenschuhMay 24, 2009 No Comments

In the last blog in this series, Traenk relates his first experiences with computers and with coding.  But now, some years have passed. . .

It's Here; Put Away Your Pre-Conceptions on What an OS Must Be: Part I
By John TraenkenschuhMay 24, 2009 No Comments

Traenk relates his past experience with Operating Systems that goes back 25 years, ok, more than that but he ain't tellin'

See More Blogs

Informit Network