Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

My Company is reluctant to move .NET 2.0 Application to the latest. Are there any Security flaws?

Tags:

c#

I joined a place where they have an application that is written using VS2005 and .NEt 2.0 Desktop application. Reason why they don't want to move is they are not feeling comfortable and they feel it will break a lot. I feel the opposite. There may be lot Security fixes .NET latest version it was not applied to old version. Is there a Security issue here? I know there are breaking changes but it will take one or two months to sort it out.

Did any one faced same problem. What are the risk here not to upgrade to the latest version. I understand .NET 4.5 has whole lot of new functionality it will improve programming experience. Since it is a maintenance application is there a benefit of upgrading to the latest version.

like image 756
user3190401 Avatar asked Jul 29 '14 19:07

user3190401


1 Answers

NET 2.0 should be secure. The mainstream support for .NET 2.0 has ended on 4/12/2011 as noted here. Right now MS offers only extended support till 4/12/2016, which includes security updates as you can see in the table at: http://support.microsoft.com/lifecycle/default.aspx?LN=en-us&x=12&y=15.

like image 188
Rumen Jekov Avatar answered Oct 13 '22 09:10

Rumen Jekov