Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.
Joseph Ates edited this page Apr 15, 2017 · 18 revisions

.NET Micro Framework

Abstract

.NET Micro Framework is an open source platform that enables you to write managed code C# applications using Visual Studio for resource constrained embedded devices. .NET Micro Framework is open sourced by Microsoft .NET Foundation.

Table of Contents

  1. Getting Started
    1. Differences from previous CodePlex and the Porting Kit releases
    2. Contributing
    3. Coding Standards
    4. Branching Strategy
    5. Build System Requirements
  2. Architecture of the .NET Micro Framework
    1. Physical hardware
    2. CPU Support layer (CPU)
    3. Hardware Abstraction Layer (HAL)
    4. Operating System (OS)
    5. Platform Abstraction Layer (PAL)
    6. Common Language Runtime (CLR)
    7. Interop
    8. Base Class Libraries
  3. Tools
    1. MetadataProcessor
  4. File Formats
    1. PE Metadata File Format