C# and Visual C#?

前端 未结 7 1171
闹比i
闹比i 2021-01-07 18:25

Just would like to make clear, I cannot find straight answer. C# is general specification of this language done by MS, while Visual C# is implementation of this language, ag

7条回答
  •  無奈伤痛
    2021-01-07 18:56

    Visual C# is the name of compiler (and IDE). C# is the language. It is the same as Borland C++ and C++ (first is the specific compiler). Or MySQL and SQL.

提交回复
热议问题