Hi,
Is there any difference in between Visual C# and C# language?
During article/blog submission, we have the option to select Visual C# and C# language under Minor Categories.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Jun 26, 2011, 12:54 PM
Suthish NairPosted Jun 27, 2011, 12:04 AM
Visual C# is an implementation of the C# language by Microsoft.
Visual Studio supports Visual C# with a full-featured code editor, compiler, project templates, designers,
code wizards, a powerful and easy-to-use debugger, and other tools.
Thanks guys for participating.
Sam HobbsPosted Jun 26, 2011, 9:19 PM
Mahesh ChandPosted Jun 26, 2011, 9:03 PM
Visual C# = IDE + C# Compiler
Sam HobbsPosted Jun 26, 2011, 6:53 PM
Mahesh ChandPosted Jun 26, 2011, 3:48 PM
Visual C++ was the IDE that is used to build C++ applications using IDE while using C++ compiler behind the scene to compile the code.
Visual C# is the IDE that uses C# language under the hood to build various (Windows, Web, WPF, Silverlight, Windows Phone, DLL etc) applications but under the hood it is using C# compiler to compile C# language.
That said, when I think of C#, I think as a pure C# code written in a notepad like editor and compiled using CSC compiler from command line. Mostly, work we do in school to learn logic and problem solving.
VulpesPosted Jun 26, 2011, 3:38 PM
Try typing the following at the command line:
csc /?
Sam HobbsPosted Jun 26, 2011, 3:30 PM
It seems clear to me that Visual C# refers to the IDE, not the compiler and not the language. Does Microsoft ever use the name "Visual C#" in a manner inconsistent with that? The C# compiler is provided free with .Net. It is the same compiler used in VS and it is available for use by any other IDE. Does Microsoft ever call the compiler Visual C#?
VulpesPosted Jun 26, 2011, 1:17 PM
They might even rename Visual Studio itself!
Suthish NairPosted Jun 26, 2011, 12:59 PM
VulpesPosted Jun 26, 2011, 12:58 PM