Can I write for .Net 4 using VS2008?

Posted by chillitom on Stack Overflow See other posts from Stack Overflow or by chillitom
Published on 2010-05-17T15:39:23Z Indexed on 2010/05/17 15:50 UTC
Read the original article Hit count: 354

Can I write code against .Net 4 and its libraries using VS2008? If so how should I configure it?

I realise that VS2008 will probably struggle with language changes such as the dynamic keyword but can I install the version 4 and target it anyway? My only real interest is in being able to use some of the new libraries, in particular I'm interested in the TPL (http://en.wikipedia.org/wiki/Parallel_Extensions)

© Stack Overflow or respective owner

Related posts about .net-4.0

Related posts about visual-studio-2008