什么是.NET框架?框架、NET

2023-09-02 10:40:36 作者:信什么不好, 信爱情 °

我很困惑有人可以澄清什么是.NET框架的意思吗?

I am confused can someone clarify what is .NET Framework means?

那是一个Visual Studio中的一个名字吗?

Is that an another name of Visual Studio?

推荐答案

.NET Framework是旨在扩大公共语言运行库(CLR),使系统开发更简单的类和函数的集合库。不需要Visual Studio中。您也可以下载针对它的框架,SDK和code在文本编辑器。

The .Net framework is a collection libraries of classes and functions designed to extend the Common Language Runtime (CLR) and make system development easier. Visual Studio is not required. You can download the framework SDK and code against it in a text editor.

您也可以看看框架CLR和库集合的组合,因为它是所有分布式为单位。

You could also look at the framework as the combination of the CLR and the set of libraries since it is all distributed as a unit.