Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best equivalent VisualStudio IDE for Mac to program .NET/C# [closed]

Tags:

c#

.net

macos

ide

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.

Because I want to program outside, it would be great to have an equivalent IDE for my Mac.

Which software are the best solution in my case to have a similar workplace with the same functionality?

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

like image 659
ChrisBenyamin Avatar asked Aug 14 '09 11:08

ChrisBenyamin


People also ask

Does Visual Studio work on Mac?

Visual Studio 2022 for Mac brings a new, fully native macOS UI built on .NET 6, plus native support for the Apple M1 chip. It all adds up to faster, more fluid daily coding time for you.

Can you program .NET on a Mac?

Net Core 5.0 has been deployed on Window, MacOs and Linux.

What IDE should I use for Mac?

Xcode is the built-in IDE for macOS. Though it's not installed by default, you can download it for free from Apple through the Terminal or from Apple's website. Xcode is a bit more limited than Visual Studio since it has a more singular purpose. It's for developing apps for Apple products, not apps at large.

Can you code in Visual Basic on Mac?

No, you can't run a VB.Net program on mac with creating windows form.


2 Answers

MonoDevelop from: http://monodevelop.com/

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

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

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.

like image 74
grenade Avatar answered Oct 13 '22 06:10

grenade


The question is quite old so I feel like I need to give a more up to date response to this question.

Based on MonoDevelop, the best IDE for building C# applications on the Mac, for pretty much any platform is http://xamarin.com/

like image 32
smnbss Avatar answered Oct 13 '22 07:10

smnbss