本文介绍了我应该附带有什么.NET Framework版本; 2,3,3.5?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的应用程序使用2.0。在未来的某个时候我可能要开始使用在以后的框架版本中添加新功能。我是否应该等到那个时候?还是有优势,更新到最新的.NET 3.5现在?

My application uses 2.0. At some point in the future I may want to start using newer features added in later framework versions. Should I wait until then? Or are there advantages to updating to the latest .NET 3.5 now?

我想的时候,我已经准备好了明年春季的4.0版就出来了。也许我应该坚持2.0我今年秋季发布,并保存我的客户的硬盘空间和安装的另一个框架版本的时间?

I suppose by the time I am ready for next spring's release 4.0 will be out. Perhaps I should stick with 2.0 for my fall release and save my customers the HD space and install time of another framework version?

在此先感谢,

-Ed

推荐答案

在我看来,你应该随你的应用程序的需求。否则,你正在你的安装再没有任何理由,正如你指出的使用客户的硬盘空间又根本没有理由。

In my opinion, you should ship with what your app needs. Otherwise you are making your install longer for no reason and as you noted using your customer's HD space again essentially for no reason.

这篇关于我应该附带有什么.NET Framework版本; 2,3,3.5?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-23 07:18