Will .Net 4.0 include a new CLR or keep with version 2.0

烈酒焚心 提交于 2019-11-29 13:12:16

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

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.

To state it yet another way - according to Microsoft's Visual Studio 2010 and .NET Framework 4 Training Kit - 4.0 will stand on it's own (i.e., will not sit on top of 2.0 like 3.0 or 3.5 did). Brand new framework and brand new CLR.

As far as the DLR goes it sits on top of the BCL just like Linq, WinForms and WPF does (i.e., DLR -> BCL -> CLR)

To see the PowerPoint slide detailing this click on "Overview" (right-hand side) -> "Lap Around the .NET Framework 4" then click the PowerPoint slide of the same name. Look at the second and third slides.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!