.Net 4.0 会包含新的 CLR 还是保留版本 2.0

发布于 2024-07-06 12:30:30 字数 361 浏览 5 评论 0原文

.Net 4.0 会使用新版本的 CLR(v2.1、3.0)还是会继续使用现有的 v2.0?

补充:是否可能保留CLR v2.0并添加DLR v1.0?

更新:虽然这可能看起来像是一个无法回答的推测性问题,但 VS 团队似乎正在发布越来越多有关 VS10 和 .Net 4.0 的信息,因此情况可能很快就不是这样了。 (此处提供的信息 -> http://msdn.microsoft.com/ en-us/vstudio/products/cc948977.aspx)

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)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

王权女流氓 2024-07-13 12:30:30

是的,.NET 4.0 将引入新版本的 CLR(4.0 也将出现)。 DLR 本质上将成为核心框架的一部分,但它仍然位于 CLR 之上。

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.

街角迷惘 2024-07-13 12:30:30

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

浅听莫相离 2024-07-13 12:30:30

用另一种方式表述 - 根据 Microsoft 的 Visual Studio 2010 和 .NET Framework 4 培训套件 - 4.0 将独立存在(即,不会 位于 2.0 之上,就像3.0 或 3.5 做到了)。 全新的框架和全新的CLR。

就 DLR 而言,它位于 BCL 之上,就像 Linq、WinForms 和 WPF 一样(即 DLR -> BCL -> CLR)

要查看详细介绍此内容的 PowerPoint 幻灯片,请单击“概述”(右侧)侧)-> “绕行 .NET Framework 4”,然后单击同名的 PowerPoint 幻灯片。 请看第二张和第三张幻灯片。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文