This topic has not yet been rated - Rate this topic

Creating a .NET Micro Framework Application

Using Visual Studio, you can create custom programs to run on devices you are also developing.

For devices based on the .NET Micro Framework, a device’s firmware is the framework, its libraries, and the libraries provided by your development board vendor. An application is the specific program that you write for your hardware and that the framework’s CLR executes when the device starts.

This Quickstart demonstrates how to create a .NET Micro Framework application. The application targets the emulator that ships with the .NET Micro Framework Platform SDK.

In This Section

Creating a New .NET Micro Framework Project
Choose a template and follow this procedure to start your program development.
Writing a New .NET Micro Framework Program
Combine your development expertise with this code to work through the process of writing an application.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.