.NET 3.5 的 ISO 标准
有谁知道涵盖 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
不存在诸如.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
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.
我正在挖掘一个旧线程,但我想附加以下信息:
有一个所谓的 .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 isICS 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
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.