Microsoft.NETNative

技術小胖子發表於2017-11-15

早上看到了這個強悍的東西,微軟出品,把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。





     本文轉自 BoyTNT 51CTO部落格,原文連結:http://blog.51cto.com/boytnt/1390525,如需轉載請自行聯絡原作者