Visuas Studio .NET
I was wondering when can I buy Visual Studio .NET and is there be Visual C++
or only C#?
And Is C# programming language like VB so you can actually draw a controls
and write code for them or you must write code for evrything like in C++?
Thanks
[260 byte] By [
Marko] at [2007-11-9 18:21:58]

# 1 Re: Visuas Studio .NET
> I was wondering when can I buy Visual Studio .NET and is there be Visual
C++
> or only C#?
Visual Studio.NET won't be released for quite some time. Probably not until
the second half of 2001.
It will include:
Visual C++.NET
Visual Basic.NET
C#
Visual FoxPro
and probably a lot more.
> And Is C# programming language like VB so you can actually draw a controls
> and write code for them or you must write code for evrything like in C++?
C# is just a programming language.
Visual Studio.NET will include the GUI designers for C#. They will be
EXACTLY THE SAME ONES as you'll use for Visual Basic.NET.
For more information, check out the FAQs at
http://www.dev-archive.com/dotnet/resources/
Robert Scoble
http://www.dev-archive.com/dotnet/
###
# 2 Re: Visuas Studio .NET
"Marko" <dmitic@tigar.com> wrote in message news:39bca21f$1@news.dev-archive.com...
>
> I was wondering when can I buy Visual Studio .NET and is there be Visual
C++
> or only C#?
Mid-year 2001.
C# will come with Visual C++.
> And Is C# programming language like VB so you can actually draw a controls
> and write code for them or you must write code for evrything like in C++?
Exactly like VB in this regard. In fact, VB and C# will share the same
components.
Jon