vote up 10 vote down star

Will .Net 4.0 use a new version of the CLR (v2.1, 3.0) or will it stick with the existing v2.0?

Supplementary: Is it possibly going to keep with CLR v2.0 and add DLR v1.0?

Update: Whilst this might look like a speculative question which cannot be answered, the VS team appear to be releasing more and more info on VS10 and .Net 4.0 so this may very soon not be the case. (Info available here -> http://msdn.microsoft.com/en-us/vstudio/products/cc948977.aspx)

flag

2 Answers

vote up 7 vote down check

4.0 is going to be another side by side release from what I have read.

http://blogs.msdn.com/wenlong/archive/2008/09/07/net-4-0-wf-wcf-and-oslo.aspx

link|flag
Good link, but it doesn't actually answer the question. – Scott Dorman Nov 18 '08 at 23:37
vote up 4 vote down

Yes, .NET 4.0 will introduce a new version of the CLR (which will also be at 4.0). The DLR will essentially become a part of the core framework, but it will still sit on top of the CLR.

link|flag
you should include some links here to back it up blogs.msdn.com/rmbyers/archive/… agree with you that the answer marked correct is not really complete – Sam Saffron Apr 19 at 4:55
clr v4 has an improved GC and better introp support – Sam Saffron Apr 19 at 4:56

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.