Can I write for .Net 4 using VS2008?
Is it possible to write code with .Net 4 and its libraries using VS2008? If so, how do you set it up?
I understand that VS2008 will probably struggle with language changes like the dynamic keyword, but can I install version 4 and customize it? My only real interest is in being able to use some of the newer libraries, in particular I'm interested in TPL ( http://en.wikipedia.org/wiki/Parallel_Extensions )
a source to share
I'm not afraid not :( its 2010 or nothing, it will work backwards, but not forward. Thus, 2010 will run all previous versions of the framework, but not vice versa.
My only offer is the 2010 Express Edition
a source to share
Technically, you can use Visual Studio to write code and use the command line 4.0 compiler to compile with .Net 4.0. It would be like using Notepad ++ or some other coding software.
This way you can still use Intellisense. But you will have to deal with errors and you will not be able to run or debug with Visual Studio.
But it will be a real PITA. I suggest you get the Express Edition 2010 .
a source to share