简体   繁体   English

如何使用 docker 在 mac 上安装 Visual Studio 2019 的 window 版本?

[英]How to install window version of visual studio 2019 on mac using docker?

I am new user of mac.我是mac的新用户。 I was learning asp.net and implementing on visual studio 2019 window version.我正在学习 asp.net 并在 Visual Studio 2019 window 版本上实施。 Now I switched on mac.现在我打开了mac。 And here its asp.net core but i want windows version of asp.net.这里是它的 asp.net 内核,但我想要 asp.net 的 windows 版本。 can get window like visual studio through docker on mac?可以在mac上通过docker像visual studio一样获得window吗?

Unfortunately Visual Studio is a Windows only product.不幸的是,Visual Studio 是 Windows 唯一的产品。 You always have the option of running Visual Studio in something like Parallels you also have some native Mac options:您始终可以选择在Parallels之类的工具中运行 Visual Studio,您还可以选择一些原生 Mac 选项:

  • Visual Studio Code : This is a lightweight IDE that's really popular and used by a lot of people. Visual Studio Code :这是一个轻量级的 IDE,非常流行并被很多人使用。 It's cross platform and runs on Windows, Mac and Linux.它是跨平台的,可在 Windows、Mac 和 Linux 上运行。 I would definitely recommend checking this out.我肯定会建议检查一下。
  • Visual Studio for Mac : This is a more fully featured IDE. Visual Studio for Mac :这是一个功能更全面的 IDE。 As you can see in the comparison on the VS for Mac site, it allows you to develop for web, desktop, mobile and more.正如您在 VS for Mac 网站上的比较中看到的那样,它允许您为 web、桌面、移动等进行开发。
  • JetBrains Rider : A very powerful IDE, not developed by Microsoft but by JetBrains focused on .NET development fully cross platform and loved by many. JetBrains Rider : 一个非常强大的 IDE,不是由 Microsoft 开发,而是由 JetBrains 专注于 .NET 开发,完全跨平台,受到许多人的喜爱。

I would encourage you to explore them all and see for yourself what you like.我鼓励你去探索它们,看看你自己喜欢什么。 I see myself using a combination of tools (mostly Visual Studio, Code and Rider) and switch between them during my day.我看到自己在使用多种工具(主要是 Visual Studio、Code 和 Rider)并在一天中在它们之间切换。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从 Visual Studio 2019 for mac 更新单声道版本 - how to update mono version from Visual Studio 2019 for mac 如何在 Visual Studio 2019 中打开手表 Window - How to open the Watch Window in Visual Studio 2019 visual studio 2019 .csproj 安装最新的 NuGet 版本 - visual studio 2019 .csproj install latest NuGet version 如何使用 Visual Studio 2019 for Mac 向 ASP.NET MVC 项目添加区域? - How to add an Area to an ASP.NET MVC project using Visual Studio 2019 for Mac? 如何在 Visual Studio 2019 模板列表中安装 DevExtreme 应用程序如下 - How to install DevExtreme Application in Visual studio 2019 templates list as below 如何在 Visual Studio 2019 中为 C# 安装 Google OR-Tools - How to install Google OR-Tools for C# in Visual Studio 2019 如何将 Visual Studio 2019 中的 .NET 版本更改为 .NET Framework 4.7.2? - How to change .NET version in Visual Studio 2019 to .NET Framework 4.7.2? 如何在 Visual Studio 2019 中更改 C# 版本 - How do I change the C# version in Visual Studio 2019 Visual Studio 2019 未在 Mac 上强调错误 - Visual Studio 2019 not underlining errors on Mac 在 Visual Studio 2019 上为 C# 安装 JetEntityFrameWorkProvider - Install JetEntityFrameWorkProvider on Visual Studio 2019 for C#
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM