I am presently working on an application with 3.5 framework. Would it be better to move the application to 4.0 or 4.5? What are the features/enhancements which are added in .NET 4.5 and not available in 4.0?
Any links to find the difference among both the versions(4.0 & 4.5) would be appreaciated.
One thing that’s not in .NET 4.5 is support for Windows XP.
So, if you want your application to support XP, you have to stay on .NET 4.0. 🙁