.NET 3.5 的 ISO 标准

发布于 2024-08-10 17:47:58 字数 92 浏览 10 评论 0原文

有谁知道涵盖 .NET 3.5 的 ISO 标准吗?我找到了 ISO/IEC 23270:2006,但我不确定这是否是正确的/最新的。我需要将其放入我的 SRS 文档中。

Does anyone know the ISO standard that covers .NET 3.5? I found ISO/IEC 23270:2006, but I am not sure if this is the right/latest one. I need to put this in my SRS document.

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

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

发布评论

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

评论(4

倒带 2024-08-17 17:47:59

不存在诸如.net 标准之类的东西。 ISO/IEC 23270:2006 适用于 C# 另一个 C# 标准是 ECMA-334

There is no such thing such as .net standard. ISO/IEC 23270:2006 is for C# another C# standard would be ECMA-334

躲猫猫 2024-08-17 17:47:59

ISO/IEC 23270:2006 是涵盖 C# 本身的标准。 .NET Framework 本身没有 ISO 标准。请参阅维基百科

ISO/IEC 23270:2006 is the standard that covers C# as such. There is no ISO standard for the .NET Framework itself. See Wikipedia.

隔岸观火 2024-08-17 17:47:59

我正在挖掘一个旧线程,但我想附加以下信息:

有一个所谓的 .net 标准,它为各种 .NET 框架(.NET 核心)定义了通用 API 、Mono、Xamarin、Universal ....):
https ://learn.microsoft.com/en-us/dotnet/articles/standard/library

您实际上指的是 ISO 标准 ISO 23270:2017,目前正在修订中。之前的版本是 ICS 35.060 / ISO 23270:2006,可以在此处找到:
https://www.iso.org/standard/42926.html

它对应的是 ECMA 标准 ECMA-334:2017,目前也在修订中:< br>
https://www.ecma-international.org/publications/standards/ Ecma-334.htm


The 2006's version of the C# standard correspond to the .NET framework v.2.0.
The currently revised version correspond to the .NET framework v.5.0.

微软的“.net standard”版本1.0对应.NET Framework v.4.5,.net standard 2.0版本对应.NET Framework v.4.6.2
.net 标准的 GitHub 存储库可以在这里找到:https://github.com/dotnet/standard

I'm digging out an old thread, but I wanted to append the following information:

There is a so-called .net standard, which defines a common API for the various .NET frameworks (.NET core, Mono, Xamarin, Universal ....):
https://learn.microsoft.com/en-us/dotnet/articles/standard/library

What you actually mean is the ISO standard ISO 23270:2017, which is currently under revision. The previous version is ICS 35.060 / ISO 23270:2006 which can be found here:
https://www.iso.org/standard/42926.html

It corresponds the ECMA standard ECMA-334:2017, which is also currently under revision:
https://www.ecma-international.org/publications/standards/Ecma-334.htm


The 2006's version of the C# standard correspond to the .NET framework v.2.0.
The currently revised version correspond to the .NET framework v.5.0.

Microsoft's ".net standard" version 1.0 correspond to the .NET framework v.4.5, and the .net standard version 2.0 correspond to the .NET framework v.4.6.2
The .net standard's GitHub repository can be found here: https://github.com/dotnet/standard

霓裳挽歌倾城醉 2024-08-17 17:47:59

ISO/IEC 23270:2006 确实是正确且最新的版本。我猜 .NET 4.0 推出后不久还会有另一个。

快速 ISO 站点的搜索证实了这一点。

ISO/IEC 23270:2006 is, indeed, the correct and latest rev. I'm guessing there will be another shortly when .NET 4.0 rolls out.

A quick search of the ISO site confirms it.

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