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

with what languages???

2007-02-19 05:31:00 · 1 answers · asked by BrandonJDB 1 in Computers & Internet Programming & Design

The IDE Sharp Develop only supports C#, VB.Net, Boo unlike visual studio that supports massive amount off languaes

2007-02-19 06:02:17 · update #1

1 answers

I assume you are talking about the .NET Framework. This environment uses a common language runtime language so that developers can use whatever language they are most comfortable with.

Because C# is the closest to the MSIL, it is the one that is first used when testing functionality of new .NET Framework features. The syntax is similar to C++ and Java, so learning the language is relatively easy for many developers.

It carefully avoids the most hairy bugs that are found in buggy C++ code. Microsoft deserves many awards for creating this environment. It is standards based and is the language of the future. I'd recommend learning C# because it is the most popular .NET Framework language.

2007-02-19 05:55:46 · answer #1 · answered by Skeptic 7 · 0 0

fedest.com, questions and answers