English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

10 answers

I'm surprised there's not a good answer for this question yet. Visual C# is just a GUI designed by Microsoft to allow programming in the C# language to be done easier by having a help file, special file libraries to assist development, and debugging tools, amongst many other features.

Standard C# is just the language itself; each C# program must be compiled using an installed compiler. The program is simply entered into a text editor such as notepad or by using a Unix program such as Pico or emacs, then compiled. Visual C# has the compiler built into the program, which makes the process a bit easier.

The downside of using Visual C# is the amount of overhead generated; the program creates multitudes of files for each project. Using the standard language, you have only the code files and the compiled product.

I prefer the Visual iterations of languages; they make debugging and coding much easier.

2006-06-20 05:25:47 · answer #1 · answered by Ryan E 3 · 2 0

If by Visual C# you mean Microsoft Visual C# then Visual C# is just a series of tools (Predefined classes and structures made by microsoft) to make the development process easier for developers. Nothing different about code structure or anything.

2006-06-20 04:43:05 · answer #2 · answered by galwaypiper 2 · 0 0

C# is the language. Visual C# is Microsofts programming interface that helps you visually program windows and web apps.

2006-06-20 07:22:28 · answer #3 · answered by sinkablehail1978 5 · 0 0

Visual C# is Microsoft's implementation of the C# specification and includes libraries to make building Windows-specific programs easier, such as making interactive windows themselves. C# is the standard language with standard libraries.

2006-06-20 04:51:54 · answer #4 · answered by Ron 6 · 0 0

C# is simply c sharp but and Visual C# is a microsoft visual studio seiries.

2006-06-20 04:38:55 · answer #5 · answered by HeavyRain 4 · 0 0

nothing
visual c# is a tools for devlopling c# program

2006-06-20 04:38:57 · answer #6 · answered by rezazandieh 3 · 1 0

seen C++ is amazingly sturdy and the basics of C++ would be precisely the comparable. the massive modifications come interior the libraries. the only reason i could use something is as an occasion writing courses for Linux which has a marginally distinctive way of doing issues.

2016-10-31 04:36:37 · answer #7 · answered by Anonymous · 0 0

Difference is the Vistualization.

2006-06-26 19:01:23 · answer #8 · answered by Anonymous · 0 0

the word "Visual"

2006-06-20 04:42:38 · answer #9 · answered by zu2zu2 3 · 1 1

They are the same programming languages.

2006-06-20 04:57:03 · answer #10 · answered by Anonymous · 0 0

fedest.com, questions and answers