c# was initially created specifically for use with .NET platform.
c# is used with the .NET framework, which allows you access to a number of libraries that specifically intended for use with Windows.
The common language runtime (CLR) is the most important component of the .NET framework that allows you to compile and execute applications written in either c#, visual basic or C++.
C#语言被专门设计用于与.NET平台紧密结合,利用.NET框架提供的针对Windows的专用库进行开发。其中,最核心的组件是通用语言运行时(CLR),它允许使用C#、Visual Basic或C++编写的应用程序进行编译和执行。
4745

被折叠的 条评论
为什么被折叠?



