用于编程 .NET/C# 的最佳等效 VisualStudio IDE for Mac

Best equivalent VisualStudio IDE for Mac to program .NET/C#(用于编程 .NET/C# 的最佳等效 VisualStudio IDE for Mac)
本文介绍了用于编程 .NET/C# 的最佳等效 VisualStudio IDE for Mac的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在工作中大部分时间都在使用我的 Mac.家里有我的 Windows 电脑,我用 Visual Studio 编写我的 .NET/C# 东西.

I'm using my Mac most time at work. At home there's my Windows computer, where I program with Visual Studio my .NET/C# stuff.

因为我想在外面编程,如果我的 Mac 有一个等效的 IDE,那就太好了.

在我的情况下,哪些软件是拥有相同功能的类似工作场所的最佳解决方案?

我更喜欢开源,但商业软件也可以.

I prefer open source, but commercial software is okay too.

推荐答案

MonoDevelop 来自:http://monodevelop.com/

MonoDevelop from: http://monodevelop.com/

没有与 Visual Studio 等效的产品.但是,对于在 Mac 或 Linux 上编写 C#,没有比 MonoDevelop 更好的了.

There is no equivalent to Visual Studio. However, for writing C# on Mac or Linux, you can't get better than MonoDevelop.

Mac 版本是预测试版.来自 Mac 上的 MonoDevelop 站点:

The Mac build is pre beta. From the MonoDevelop site on Mac:

MonoDevelop 的 Mac OS X 移植版正在积极开发中,尚未发布稳定版本.Michael Hutchinson 描述的最近的工作重点是提高 Monodevelop 在 Mac 上的可用性和稳定性.这项工作将在 MonoDevelop 2.2 中发布.现在它还没有完成,而且还只是一个 Alpha 版.

The Mac OS X port of MonoDevelop is under active development and has not seen a stable release yet. Recent work described by Michael Hutchinson has focussed on improving the usability and stability of Monodevelop on the Mac. This work will be released in MonoDevelop 2.2. Right now it's not finished, and is very much an alpha.

这篇关于用于编程 .NET/C# 的最佳等效 VisualStudio IDE for Mac的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

DispatcherQueue null when trying to update Ui property in ViewModel(尝试更新ViewModel中的Ui属性时DispatcherQueue为空)
Drawing over all windows on multiple monitors(在多个监视器上绘制所有窗口)
Programmatically show the desktop(以编程方式显示桌面)
c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
LINQ many-to-many relationship, how to write a correct WHERE clause?(LINQ多对多关系,如何写一个正确的WHERE子句?)