VS studio 2005 versus VS studio 2003

  • Thread starter Thread starter Amanda
  • Start date Start date
A

Amanda

Hi,

If someone one to learn C# NOW, isn't it a bad idea to be using VS
studio 2003?

Btw, what is the exact difference between C# versus Visual C#?
 
Amanda said:
If someone one to learn C# NOW, isn't it a bad idea to be using VS
studio 2003?

I would say it is a bad idea. For a beginner it is not good
that several examples found on the net etc. does not work.
Btw, what is the exact difference between C# versus Visual C#?

C# = Language

Visual C# = IDE / MS implementation / brand name

Arne
 
Amanda said:
If someone one to learn C# NOW, isn't it a bad idea to be using VS
studio 2003?

Yes:

- You can't write C# 2.0 in VS.NET 2003
- VS 2005 is significantly better than VS.NET 2003 in many ways
- VS 2005 Express is free anyway
Btw, what is the exact difference between C# versus Visual C#?

As Arne said, C# is the language, Visual C# is a product (part of
Visual Studio)
 
Back
Top