2000 / XP, which Visual Studio + .NET Framework?

When creating .NET applications for a company that primarily runs 2000 / XP computers, which version of Visual Studio and the .NET Framework work best in this environment?

+3
source share
1 answer

Windows 2000 is only suitable for .NET 2.0. I think that’s why you are limited in this respect - your best options are VS 2005 and .NET 2.0.

XP is unlimited and supports all versions - so the very latest will work best. VS 2010 and .NET 4.0, if at all possible.

Obviously, it depends on what you want to develop, what .NET features or language you want, etc.

+2
source

Source: https://habr.com/ru/post/1795757/


All Articles