早上看到了這個強悍的東西,微軟出品,把C#編譯成為本地代碼,這樣在目標機上可以脫離Framework運行了,同時還可以獲得更高的性能和更低的內存占用。廣大DotNet程序員一直在盼望這樣的神器啊。
創(chuàng)新互聯(lián)專注于西烏珠穆沁網(wǎng)站建設服務及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗。 熱誠為您提供西烏珠穆沁營銷型網(wǎng)站建設,西烏珠穆沁網(wǎng)站制作、西烏珠穆沁網(wǎng)頁設計、西烏珠穆沁網(wǎng)站官網(wǎng)定制、微信小程序服務,打造西烏珠穆沁網(wǎng)絡公司原創(chuàng)品牌,更為您提供西烏珠穆沁網(wǎng)站排名全網(wǎng)營銷落地服務。
原文出處: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兼得快速開發(fā)的便利與高性能。使用.NET Native編譯后,Windows Store應用啟動可以加快60%,而內存占用可以下降15-20%。 |
目前只是Developer Preview版,僅支持VS2013 Update RC2開發(fā)Windows Store Apps for ARM/x64。