.NET Framework
- Details
- Last Updated on 19 February 2011
- Written by Administrator
- Hits: 1833
Standards
Available standard documents, free of charge.
- C# Language Specification: http://www.ecma-international.org/publications/standards/Ecma-334.htm, also ISO/IEC 23270:2006
- Common Language Infrastructure (CLI): http://www.ecma-international.org/publications/standards/Ecma-335.htm, also ISO/IEC 23271
Platforms
Windows: CLR
Linux/Windows: Mono
Mono is binary compatible for code compiled for the Microsoft CLR, it means managed applications can run without recompilation directly under Mono
Migration to .NET 4
http://msdn.microsoft.com/en-us/library/ff657133.aspx
Flavors:
.NET Framework (with different profiles) on PC
.NET Compact Framework (memory footprint of about 12MB)
.NET Micro Framework with a really small memory footprint (about 300KB)
![]()


