Martin Vobr
Martin Vobr

Reputation: 5823

When will Microsoft end mainstream support for existing versions of the .NET Framework?

I'm wondering until when the .NET Framework 2.0, 3.0, 3.5 will be supported by Microsoft.

According to Microsoft Support Lifetime page for developer products, the mainstream support phase should last for 5 years and extended support phase for another 5 years.

I found a .NET Framework 2.0 entry in the Support Lifetime Index, however I was unable to find any entry for .NET 3.0 and .NET 3.5 there (or .NET 4.0).

According to the .NET framework 2.0 entry mainstream support phase for .NET 2.0 will end at 4/12/2011.

I have two questions:

Upvotes: 46

Views: 21307

Answers (2)

Martin Vobr
Martin Vobr

Reputation: 5823

Microsoft has published a new article about .NET 3.x support policy:

Mainstream support phases will end as follows:

Beginning with .NET 3.5 SP1, the .NET Framework is considered a Component of the Windows OS. Components follow the Support Lifecycle policy of their parent product or platform.

Upvotes: 33

Hans Olsson
Hans Olsson

Reputation: 55009

According to wikipedia:

http://en.wikipedia.org/wiki/List_of_.NET_Framework_versions

3.0 - 2012-10-04
3.5 - 2013-09-04

Upvotes: 1

Related Questions