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.

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

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

link|improve this answer
feedback

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

link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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