早上看到了这个强悍的东西,微软出品,把C#编译成为本地代码,这样在目标机上可以脱离Framework运行了,同时还可以获得更高的性能和更低的内存占用。广大DotNet程序员一直在盼望这样的神器啊。


原文出处:http://msdn.microsoft.com/en-US/vstudio/dotnetnative


.NET Native compiles C# to native machine code that performs like C++. You will continue to benefit from the productivity and familiarity of the .NET Framework with the great performance of native code. Popular Windows Store apps start up to 60% faster and use 15-20% less memory when compiled with .NET Native.


自己随便翻译一下:

.NET Native 用于将C#程序编译成本地机器码,这样你可以使用熟悉的.NET Framework兼得快速开发的便利与高性能。使用.NET Native编译后,Windows Store应用启动可以加快60%,而内存占用可以下降15-20%。


目前只是Developer Preview版,仅支持VS2013 Update RC2开发Windows Store Apps for ARM/x64。