简体   繁体   English

从.Net 2.0迁移到.Net 3.5,我们的客户有什么?

[英]What do our customers have from migrating from .Net 2.0 to .Net 3.5?

I found very much about the benefits of using a newer .Net version for programmers (LINQ, WPF etc.) but I didn't find anything about the benefits for our customers. 我发现了对于程序员(LINQ,WPF等)使用更新的.Net版本所带来的好处,但是我没有发现任何对我们的客户所带来的好处。

So, I'm thinking about migrating our application (WinForms, C#, .Net2.0) from .Net2.0 to .Net3.5 and I need answers to the question: "What are the benefits for our customers?" 因此,我正在考虑将我们的应用程序(WinForms,C#、. Net2.0)从.Net2.0迁移到.Net3.5,我需要回答以下问题:“对我们的客户有什么好处?”

The biggest disadvantage is that .Net 3.5 is not running on Windows 2000 anymore. 最大的缺点是.Net 3.5不再在Windows 2000上运行。 If our management insists on running on Windows 2000 the discussion is invalid. 如果我们的管理层坚持要在Windows 2000上运行,则该讨论无效。

Hope you can help me. 希望您能够帮助我。

Regards, 问候,

Inno 创能

In short - better and cheaper product. 简而言之-更好,更便宜的产品。

They don't need LINQ, but they need benefit from it - you will be able to develop faster and more reliable. 他们不需要LINQ,但是他们需要从中受益-您将能够更快,更可靠地进行开发。 They will receive faster development of new features and less bugs. 他们将获得更快的新功能开发和更少的错误。

That leads to better and cheaper product. 这导致更好和更便宜的产品。

In theory the benefits to your customers would be a by-product of your increased efficiency and functionality that your can produce based on the fact that your can respond to their needs with a greater agility. 从理论上讲,对您的客户的好处将是您可以提高生产效率和功能的副产品,因为您可以以更大的敏捷度响应他们的需求。

The biggest thing for me was the introduction of WCF which allowed a more configurable and scaleable approach to building connected systems. 对我而言,最大的事情是WCF的引入,它允许使用更可配置和可扩展的方法来构建连接的系统。

.NET 3.5在哪里,.NET 3.5 SP 1在其他方面还包括一​​些不错的性能改进

The benefits are mainly for developers. 好处主要是给开发人员的。 Especially using WinForms you don't have many new great things to use, just stick to .NET 2.0. 尤其是使用WinForms时,您无需使用许多新功能,只需坚持使用.NET 2.0。 You can upgrade to VS2008 if you don't already and use all new fancy C# 3.0 features while still targeting .NET 2.0. 如果尚未升级,则可以升级到VS2008,并在仍以.NET 2.0为目标的同时使用所有新的C#3.0新功能。

One good argument for users would that be Framework 3.5 SP1 has faster cold start but the user get that just by installing the SP1: no changes needed in code. 对于用户来说,一个很好的论据是Framework 3.5 SP1的冷启动速度更快,但用户只需安装SP1即可获得启动:无需更改代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM