【问题标题】:What are the IDEs for developing .Net Core application? [closed]开发 .Net Core 应用程序的 IDE 有哪些? [关闭]
【发布时间】:2018-08-26 22:53:04
【问题描述】:

我想学习 .net 核心应用程序开发。我目前正在使用Visual Studio 2012

有没有办法用 Visual Studio 2012 开发一个 .net 核心应用程序 .net核心开发必须使用Visual Studio 2017

【问题讨论】:

  • 你可以用记事本来做。你会学到更多,但这需要更长的时间,你很可能会提前放弃。

标签: .net visual-studio visual-studio-2012 .net-core


【解决方案1】:

根据the official docs,如果您想在 Windows 上开发 .NET Core 应用程序,您有三种选择:

  • Command line 使用您选择的任何编辑器(也可以是 VS 2012)
  • Visual Studio 2017(微软无意支持早期版本的 VS 用于 .Net Core 开发)——它也有社区版
  • Visual Studio Code 便于跨平台开发,最适合 ASP.NET Core 应用

【讨论】:

    【解决方案2】:

    您可以(并且应该)使用Visual Studio Code

    【讨论】:

    • 如果 Visual Studio 可供他使用,为什么他应该使用Code?你应该详细说明
    • 恕我直言,使用轻量级编辑器开发 Web 应用程序变得更加容易。而且它是免费的。
    • 社区版也是免费的,因为 OP 询问 学习 .Net Core 开发
    【解决方案3】:

    我们可以使用多种应用程序或方法开发 .Net 核心应用程序。

    1. 命令提示符

    我们可以使用命令提示符来开发 .net core 应用程序和 我们想要的其他东西是 .net 核心 SDK。你可以关注this

    1. Visual Studio 代码

    您可以使用 Visual Studio 代码进行 .net 核心开发,即 可以免费使用的轻量级应用程序。关注this 文章。

    1. Visual Studio 2017 社区版

    这也是开发.net核心应用的一种方式,自带 许多设施。注册后你也可以免费使用这个。关注this

    【讨论】:

      猜你喜欢
      • 2021-12-04
      • 2017-06-18
      • 1970-01-01
      • 2011-11-26
      • 2010-10-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多