Content deleted Content added
Rescuing 1 sources and tagging 0 as dead. #IABot (v2.0beta10ehf1) |
Rescuing 2 sources and tagging 0 as dead. #IABot (v2.0beta10ehf1) |
||
Line 40:
* Transparent support for storing objects in non-volatile memory
Due to the constraints under which it operates, the Micro Framework does have some limits beyond those imposed by its slimmed-down libraries. For example, the platform does not support [[symmetric multiprocessing]], multidimensional arrays, machine-dependent types, or unsafe instructions. The CLR is an interpreter rather than a just-in-time compiler, and uses a simpler mark-and-sweep [[Garbage collection (computer science)|garbage collector]] instead of a generational method. An ahead-of-time compiler is being developed<ref>{{cite web|url=https://blogs.msdn.microsoft.com/netmfteam/2015/10/03/llilum-roadmap-and-latest-additions/|title=LLILUM roadmap and latest additions|publisher=Microsoft|access-date=2016-06-30|archive-url=https://web.archive.org/web/20180826141116/https://blogs.msdn.microsoft.com/netmfteam/2015/10/03/llilum-roadmap-and-latest-additions/|archive-date=2018-08-26|dead-url=yes|df=}}</ref> using a modified [[LLVM]] compiler. Interoperation between managed and native code currently has several limitations. As of 2011, Micro Framework supported two .NET languages: C# and Visual Basic.<ref>[http://blogs.msdn.com/b/vbteam/archive/2011/06/08/micro-framework-v4-2-support-for-visual-basic.aspx .NET Micro Framework only supports C# and Visual Basic]</ref>
==Support==
Line 50:
==History==
In November 2009, Microsoft released the source code of the Micro Framework to the development community as [[free and open-source software]] under the Apache License 2.0.<ref>{{cite web|url=https://blogs.technet.microsoft.com/port25/2009/11/16/microsoft-to-open-source-the-net-micro-framework/|title=Microsoft to Open Source the .NET Micro Framework|publisher=Microsoft|access-date=2017-02-06|archive-url=https://web.archive.org/web/20181114014924/https://blogs.technet.microsoft.com/port25/2009/11/16/microsoft-to-open-source-the-net-micro-framework/|archive-date=2018-11-14|dead-url=yes|df=}}</ref>
In January 2010, Microsoft launched the ''netmf.com'' community development site to coordinate ongoing development of the core implementation with the open-source community.<ref>{{Cite web |url=http://www.netmf.com/ |title=netmf.com |access-date=2012-06-29 |archive-url=https://web.archive.org/web/20120705113134/http://www.netmf.com/ |archive-date=2012-07-05 |dead-url=yes |df= }}</ref>
|