开发者

How long to wait to upgrade ASP.NET or .NET Framework for my project?

I have a project that runs on ASP.net 2 something and .NET framework 2 something. How long do people typically wait to upgrade their apps to the latest ASP.NET and .NET framewo开发者_如何学Crk version?


Some "people" as soon as possible - preferably while the newest version is still in beta :)

some "people" after the first servicepack

Some "people" never

Some "people" only if the client is paying for it

But in general I would say after the initial bugs are out and there is a mild case to upgrade due to new features (e.g. easier URL rewriting, client side ID's, threading, Linq, EF etc) or improved security or other aspects like higher developer productivity.


If you're not developing the site/application, just leave it running as is until additional work is done, then upgrade it if its fairly straight forward or required.

At a minimum we tend to upgrade our Visual Studio Versions as they are released then upgrade applications shortly after that.


With web apps the platform you develop against is largely irrelevant to your users. So the answer is “Sometime after your hosting server has been updated to handle the new platform” and “As soon as you have a need to use/feel comfortable with the new tools and have the time to go through testing to make sure nothing broke”.

In my case we have had the licenses to work in VS 2010 and .net 4 for about a year, and a few projects have come along that would have been easier with some of the new features, but our server groups have been stalling on the infrastructure upgrades so we are still locked at no higher than .net 3.5. I typically pick up the new version of the tools with a new project but I don’t try to bring old code up-to-date until after I am comfortable with the differences and a fairly major revision is needed. The whole if it is not broke don’t fix it concept.


If you're web app is working perfectly and performing well, why upgrade at all?

You should only upgrade if this upgrade fixes something, or adds a feature that you need. Upgrading for upgrading's sake is of no use to anybody, and can be quite dangerous sometimes as there's always the possibility of breaking something in the process.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜