What is the difference between C# and .NET?

后端 未结 10 1916
梦毁少年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:09

    Here I provided you a link where explain what is C# Language and the .NET Framework Platform Architecture. Remember that C# is a general-purpose, object-oriented programming language, and it runs on the .NET Framework.

    .NET Framework includes a large class library named Framework Class Library (FCL) and provides user interface, data access, database connectivity, cryptography, web application development, numeric algorithms, and network communications.

    .NET Framework was developed by Microsoft that runs primarily on Microsoft Windows.

    Introduction to the C# Language and the .NET Framework from Microsoft Docs

提交回复
热议问题