VS 2010 comes with .NET Framework 4.0, let’s say I want to use a new ability that is in C# 4.0, so I think if I just go and download .NET Framework 4.0 I should still be able to use that ability with VS 2008? right? it is a little confusing for me .
thanks
VS 2010 comes with .NET Framework 4.0, let’s say I want to use a
Share
Here are the release date of every version of C# and the .NET Framework, and with which version of Visual Studio they were released.
You can see that .NET Framework 4.0 has been released with Visual Studio 2010. So you won’t be able to target .NET 4.0 with VS 2008 since it does not know about it.