温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

Microsoft .NET Native

发布时间:2020-07-05 20:19:57 来源:网络 阅读:1400 作者:BoyTNT 栏目:编程语言

早上看到了这个强悍的东西,微软出品,把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。



向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI