为什么.NET Framework 4.0安装程序的大小小于3.0/3.5?
我看到,.Net Framework 4.0的beta2安装程序只有55MB,而.Net 3.5的安装程序有200+MB,这是怎么回事?
As I can see, beta2 of .Net Framework 4.0 installation program is only 55MB, and it was 200+MB for .Net 3.5, What's happening?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
.NET 3.5 之所以这么大,是因为它在同一个包中包含 x64 版本的框架。 2.0、3.0 软件包针对 x86 和 x64 进行了区分。我猜4.0也会采用分离的方式。
这个链接解释了它:
链接
.NET 3.5 size is that big because it contains the x64 version of the framework in the same package. The 2.0, 3.0 packages were separated for x86 vs x64. I guess 4.0 will adopt a separated approach too.
This link explains it:
link
这是优化 Silverlight 插件框架工作的后续工作。
.net 已经有 10 年历史了,在版本 4 上执行了一些新技术和一些老式的代码春季清理,(希望)为我们提供了新版本中更清晰、更精致和更强大的框架。
This follow on from the work done to optimise the framework for the Silverlight plug-in.
.net is now 10 years old, new techniques and just some good old fashioned spring cleaning of the code is before performed on version 4, to (hopefully) give us a sharper, more refined and more capable framework with the new version.