创建.NET运行时envorimentNET、envoriment

2023-09-03 08:21:12 作者:清风烈酒

所以,我想建立.NET运行时envoriment我的机器上,有人可以告诉我什么是所有我需要留点软件吗?我知道我需要安装微软的Visual Studio中,还有什么我需要设置运行时间envoriment?

So I am trying to set up .NEt runtime envoriment on my machine, can someone tell me what are all the neccessary software that I need? I know I need to install Ms Visual Studio, what else do I need to set up the run time envoriment?

推荐答案

只是为了确保我们在谈论同样的事情,一个运行时间是运行在一些特定的开发框架或系统写入所需的软件。例如,用户需要安装,以运行软件Java编写的Java运行时。同样的,你需要安装才能运行软件使用的.NET语言之一(C#,VB.NET等)写在.NET运行库。

Just to make sure we're talking about the same thing, a runtime is the software necessary to run something written under a particular development framework or system. For example, a user needs the Java runtime installed in order to run software written in Java. Likewise, you need the .NET runtime installed in order to run software written using one of the .NET languages (C#, VB.NET, etc.).

如果这是你需要的,你并不需要的Visual Studio。但是,如果你需要的是一个的的发展环境的(这意味着有必要为你的软件的创建的软件),那么你需要的Visual Studio。在这种情况下,在Visual Studio安装程序将确保您有一切必要编写.NET软件。你不需要手动安装任何东西,除非你想使用第三方的组件。

If that's what you need, you do not need Visual Studio. If, however, what you need is a development environment (meaning the software necessary for you to create software), then you need Visual Studio. In that case, the Visual Studio installer will ensure that you have everything necessary to write .NET software. You will not need to install anything else manually unless you want to use third-party components.