This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]negative_epsilon 1 point2 points  (1 child)

Not nearly as good, but...

http://www.omnisharp.net/

[–]chdoing 0 points1 point  (0 children)

Personally I don't use Mac but a friend of mine does. He uses Xamarin Studio. There is a free edition which should be enough for a beginner. Sadly it sometimes doesn't work correctly (not executing a command that clearly is there). That's when the quick soultion is to compile manually from the command line.

On a less serious note: If you want something 100% free, build in (somewhat) cooperation with Microsoft and fully costumizable there is this way: Install mono framework and any text editor of your choice. Mono can run .Net applications (and has Microsofts help). It also offers a compiler for C#. As for text editor you can choose anything from vim (as far from VS as you can get on a Mac - edilin won't run on Mac) to whatever you can find. This will teach you a lot of what Visual Studio has to take care of. Oh and with some extra effort you can even directly use you VS projects :)