Hello I have already installed Visual basic Express in to my Computer and Sql Server Express.
Now I need to Install C# .Should I have to uninstall some of the above programs before to install it and if yes is there any way to avoid it
thanks
Hello I have already installed Visual basic Express in to my Computer and Sql Server Express.
Now I need to Install C# .Should I have to uninstall some of the above programs before to install it and if yes is there any way to avoid it
thanks
Installing C#
Imran Shaikh
I installed myself VB, VC++, VC# and VJ# after each other, no problems there.
herbjorn
Happy news is that it shouldn't be too much of a hassle to port your program code to C# if you become at ease with that it does garbage collecting for you. Every time you pass something just do it by ref or by value.
If you want to write in C, you can download Visual C++ Express Edition.
gerich
Thanks Ilanth..I have another question too about C#:
is C# the same as C or is it different (I mean syntactically as a programming langauge)
so if I have a C program written in C to be able to compile and run it in C# or I may face incompatibillity problems
thanks
Dimitris