Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.
Steve Maillet edited this page Jun 5, 2016 · 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](Getting Started)
  2. [Differences from previous CodePlex and the Porting Kit releases](Differences From CodePlex)
  3. Contributing
  4. [Coding Standards](Coding Standards)
  5. [Branching Strategy](Branching Strategy)
  6. Build System Requirements
  7. Architecture of the .NET Micro Framework
  8. [Physical hardware](Hardware Layer)
  9. [CPU Support layer (CPU)](CPU Layer)
  10. [Hardware Abstraction Layer (HAL)](HAL Layer)
  11. [Operating System (OS)](OS Layer)
  12. [Platform Abstraction Layer (PAL)](PAL Layer)
  13. [Common Language Runtime (CLR)](CLR Layer)
  14. [Interop](Interop Layer)
  15. [Base Class Libraries](BCL Layer)
  16. Tools
  17. MetadataProcessor
  18. File Formats
  19. PE Metadata File Format
Clone this wiki locally