InfoQ

News

Catching Up With the .NET Micro Framework

Posted by James Vastbinder on Feb 19, 2008 12:03 AM

Community
.NET
Topics
.NET Framework,
Mobile
Tags
.NET Micro Framework

Recently Microsoft Embedded Evangelist Mike Hall pointed out his port of Space Invaders to the .NET Micro Framework and called out fellow 'Softie Pavel Bansky for his port of Tetris.  While Mike wrote Space Invaders as a demo for a presentation last year, Pavel wanted to test the limits of WPF within the .NET Micro Framework.

In Pavel's own words:

I've always wanted to code Tetris, but as time goes on,this game looks a bit old fashion. Especially on those new computers with all bells and whistles, but this led me to idea of writing Tetris for .NET Micro Framework. It will be cool sample application and discovery of WPF possibilities in Micro Framework.

In order to develop on the .NET Micro Framework, developers have at their disposal the C# language and a subset of the .NET Framework libraries.  The actual footprint of the .NET Micro framework is only several hundred kilobytes.  Unlike the other versions of the .NET Framework, this smaller cousin was actually developed from scratch according to the ECMA specifications.

Because a developer's code is compiled to an intermediate language, as long as it is a 32-bit processor or a processor which will run 32-bit code, developers are provided hardware independence.  This is gained through porting of the .NET Micro Framework Common Language Runtime or CLR.  A downside to porting the .NET Micro Framework CLR, if it is not available for your favorite hardware platform, is that Microsoft is currently asking for a fee.  At present the SDK is freely available to developers on ARM7, ARM9, XScale, and more recently Blackfin. 

If developers have ported other games to the .NET Micro Framework, Mike Hall promises post a link once a video of the game is provided online.

No comments

Reply

Exclusive Content

Rationalizing the Presentation Tier

Thin client paradigm characterized by web applications is a kludge that needs to be repudiated. Old compromises are no longer needed and it's time to move the presentation tier to where it belongs.

Agile Project Management: Lessons Learned at Google

In this presentation filmed during QCon 2007, Jeff Sutherland, the creator of Scrum, talks about his visit at Google to do an analysis of Google's first implementation of Scrum.

AtomServer – The Power of Publishing for Data Distribution

In this article, Bryon Jacob and Chris Berry introduce AtomServer, their implementation of a full-fledged Atom Store based on Apache Abdera, which is now available as open source.

An Introduction to Virtualization

It is easy to think that virtualization applies only to servers. In reality the recent resurgence of the concept is also being applied to networking, storage, and application infrastructure.

REST Anti-Patterns

In this article, Stefan Tilkov explains some of the most common anti-patterns found in applications that claim to follow a "RESTful" design and suggests ways to avoid them.

Choosing between Routing and Orchestration in an ESB

In this article, Adrien Louis and Marc Dutoo discuss the differences and relative merits of using orchestration vs. routing in a typical ESB setup, and discuss various implementation options.

Enterprise Batch Processing with Spring

Wayne Lund discusses batch processing, Spring Batch objectives and features, scenarios for usage, Spring Batch architecture, scaling, example code, failures and retrying, and the future roadmap.

User Story Estimation Techniques

Developer Jay Fields draws on his experiences as a ThoughtWorks consultant to describe effective user story estimation techniques.