I’ve got a copy of the Word document ‘C# Language Specification Version 1.2’ and was wondering in which framework this was introduced. I can’t remember there is something like .NET Framework 1.2
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
C# 1.2 was introduced in .NET v1.1. I have very little idea why, to be honest, and I’ve never seen a C# 1.1 specification. It’s possible that it had something to do with an ECMA spec revision, although that has somewhat separate version numbers anyway.
There weren’t many changes in 1.2 compared with 1.0. One important one was that as of v1.2
foreachcallsDisposeon the iterator at the end in a finally block, if the iterator implementsIDisposable.See also ‘What are the correct version numbers for C#?’