C# and Visual C#?

前端 未结 7 1192
闹比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:58

    You can say that Visual C# is the tool that is part of Visual Studio, provided my Microsoft used to create programs in the C# language.

    There is the ECMA-334 C# Language specification, that defines the language.

    There are other tools to create programs in C#, like SharpDevelop or MonoDevelop.

提交回复
热议问题