What is the difference between C# and .NET?

后端 未结 10 1901
梦毁少年i
梦毁少年i 2020-12-02 04:20

May I know what is the difference between C# and .NET? When I think of C#, right away I would say it is a .NET language, but when I search for job posts, they require candid

10条回答
  •  庸人自扰
    2020-12-02 05:03

    C# is a programming language.

    .Net is a framework used for building applications on Windows.

    .Net framework is not limited to C#. Different languages can target .Net framework and build applications using that framework. Examples are F# or VB.Net

提交回复
热议问题