.NET 3.5 was different and co-existed along with .NET 2.0. Is that still the same approach with .NET 4.0 or does it include functionality of previous versions of the framework rolled into it? In other words, if I have an app that uses .NET 2.0 functionality can I deploy .NET 4.0 and things will work or do I have to deploy both .NET 2.0 and 4.0?
.NET 4.0 and earlier versions
.net
Related Question
- .net – Warning: Found conflicts between different versions of the same dependent assembly
- C# – How to run a simple bit of code in a new thread
- .net – Difference between decimal, float and double in .NET
- .net – Does the .Net Framework 4.0 Installer include the .Net Framework 3.5
- C# – Unable to update the EntitySet – because it has a DefiningQuery and no
element exist - .net – “.NET Core”
- C# – Does C# 6.0 work for .NET 4.0
Best Solution
.Net 4.0 will support previous framework also. you wont worry about deploying it into two frameworks .
Note : new framework is to add sugars to pervious versions :)
Read ScottGu's Blog