Hacker News new | ask | show | jobs
by ctrlaltesc 4964 days ago
What options are available for Linux/Mac developers? Can we just install Mono and Nuget and start hacking away?
1 comments

You can install Mono(on Linux at least; don't know about Mac). NuGet wasn't working last time I checked.
Yep, Mono works on Mac. And there's MonoDevelop, which is a reasonably pleasant IDE.

(I don't know about NuGet and ASP.NET MVC; I only have Mono and MonoDevelop on my Mac because occasionally I modify C# plugins for a Windows app and I like being able to see compiler errors without having to install it on a Windows machine.)