Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,
Am building an application using C#.
I heard that Vista and later windows OSs comes with .Net framework.

So what is the best and latest .Net framework version to target that Vista (Without service pack) or later OS users doesn't need to install any .Net version other than the one already comes with?

Thanks a lot
Posted

Windows Vista comes with .NET 3.0 (.NET 2.0 CLR)
Windows 7 comes with .NET 3.5 (.NET 2.0 CLR)
windows 8 comes with .NET 4.5 (no .NET 2.0!!!)

not familiar enough with windows server versions, but they are parallel.

this has been a bit of a challenge for my team. and we had to build a shim to drive our code on windows 8 using .NET 4
 
Share this answer
 
Hi!!!!
1.0 Visual Studio .NET N/A
1.1 Visual Studio .NET 2003 Windows Server 2003
2.0 Visual Studio 2005 Windows Server 2003 R2
3.0 Windows Vista, Windows Server 2008
3.5 Visual Studio 2008 Windows 7, Windows Server 2008 R2
4.0 Visual Studio 2010 N/A
4.5 Visual Studio 2012 Windows 8, Windows Server 2012

So if you use latest version of .net framework so you want install .netframework in old os!!!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900