473,395 Members | 1,554 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

What's version of C# ships with Visual Studio 2005?

I can't seem to find the version of C# that ships with Visual Studio
2005 on Microsoft's web site. What I do find is a document called " C#
Language Specification 2.0, March 2005 Draft". But this is a draft.
Does Specification 2.0 ship with VS 2005?

One other question, is there somewhere where I can simply see what
additions / changes were made to C# between Visual Studio 2003 and
2005? I already know C# that ships with VS 2003 and don't want to waste
time weeding through documentation just to find out what is new or has
been changed.

Thanks
Polaris

Jul 14 '06 #1
4 1494
po********@gmail.com wrote:
I can't seem to find the version of C# that ships with Visual Studio
2005 on Microsoft's web site. What I do find is a document called " C#
Language Specification 2.0, March 2005 Draft". But this is a draft.
Does Specification 2.0 ship with VS 2005?
VS 2005 ships with C# 2.0, but I don't know whether the spec has been
"released" anywhere yet. The ECMA equivalent (ECMA-334, 4th edition)
looks like it's out now:

http://www.ecma-international.org/pu...s/Ecma-334.htm

Jon

Jul 14 '06 #2

po********@gmail.com wrote:
<snip>
One other question, is there somewhere where I can simply see what
additions / changes were made to C# between Visual Studio 2003 and
2005? I already know C# that ships with VS 2003 and don't want to waste
time weeding through documentation just to find out what is new or has
been changed.
'CSharp 2.0 Specification.doc' only contains the language changes.
It's a delta.

Cheers,

Dave Boyle

Jul 14 '06 #3
"Jon Skeet [C# MVP]" <sk***@pobox.comwrote:
po********@gmail.com wrote:
I can't seem to find the version of C# that ships with Visual Studio
2005 on Microsoft's web site. What I do find is a document called " C#
Language Specification 2.0, March 2005 Draft". But this is a draft.
Does Specification 2.0 ship with VS 2005?

VS 2005 ships with C# 2.0, but I don't know whether the spec has been
"released" anywhere yet. The ECMA equivalent (ECMA-334, 4th edition)
looks like it's out now:

http://www.ecma-international.org/pu...s/Ecma-334.htm
AFAIK, 3rd ed covered C# 2.0. The 4th is for changes due to ISO
ratification - I'm not sure what they were.

-- Barry

--
http://barrkel.blogspot.com/
Jul 14 '06 #4
Barry Kelly <ba***********@gmail.comwrote:
"Jon Skeet [C# MVP]" <sk***@pobox.comwrote:
po********@gmail.com wrote:
I can't seem to find the version of C# that ships with Visual Studio
2005 on Microsoft's web site. What I do find is a document called " C#
Language Specification 2.0, March 2005 Draft". But this is a draft.
Does Specification 2.0 ship with VS 2005?
VS 2005 ships with C# 2.0, but I don't know whether the spec has been
"released" anywhere yet. The ECMA equivalent (ECMA-334, 4th edition)
looks like it's out now:

http://www.ecma-international.org/pu...s/Ecma-334.htm

AFAIK, 3rd ed covered C# 2.0. The 4th is for changes due to ISO
ratification - I'm not sure what they were.
Yes, I'd thought that 3rd covered C# 2.0 too. Ah well - might as well
use the most recent version :)

(I haven't checked yet to see whether some corrections I suggested have
gone in :)

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Jul 15 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Kevin R | last post by:
I'm trying to get asp.net 1.1 running on my home PC. When I try creating a new ASP.NET Web Application in 'Visual Studio .NET 2003' I get the following error: "Visual Studio .NET has detected...
3
by: Shapper | last post by:
Hello, I am starting 2 new projects to deliver in January 2006. I want to create them in Asp.Net 2.0 using Visual Studio 2005. All my clients web sites are Visual Studio 2003 projects in...
14
by: saunderl | last post by:
Hello Everyone, I'm a lead developer of a ASP.Net site. We have over 150 "applications" running at our site. Each application is a "Solution" in VS. When we roll to test and production, the...
1
by: micky | last post by:
i've download vs studio team suite but it look like beta 2 CTP versio such as folder structure.. there are msdn, visio, vs ,vss folder and to check version this iso file i opened setup.ini and...
0
by: athos | last post by:
Previously, we could use Visual Studio .Net 2002 combined with Visual SourceSafe 6.0 to maintain version control for Stored Procedures. (refer to "How to add SQL Server 2000 Stored Procedures to...
2
by: Peter Stojkovic | last post by:
I am using Visual Studio 2005 with the above Build. Is this the latest Version ??? Thanks Peter Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200)
4
by: =?Utf-8?B?bXVzb3NkZXY=?= | last post by:
Hi Is there a way to easily tell the version pf .NET a project is compiled using in Visual Studio? I have a solution with a few projects, but I have a feeling some of the projects are...
11
by: Paul Brady | last post by:
Apparently, I have been living on the wrong planet. I have written 15 databases in Microsoft Access in the past 10 years, some of which are split, one uses ODBC interface with a SQL server, one...
1
by: watkinsdev | last post by:
Hi, I have a few questions regarding Visual Studio Pro Academic 2003. Which version of ASP.NET does Visual Studio 2003 use: Is it version 1.0 or Version 2.0 ? If it uses version 1.0 then,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.