Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there a C# compiler for Macs that is compatible with Microsoft Visual C# 2008?

share|improve this question

4 Answers

You can use Mono.

It's a fantastic open source version of the .Net platform. I've been using it in conjunction with C# for about a year.

share|improve this answer

ewakened is right -- Mono is the way to go compiler/runtime-wise.

For the build side of things, go with NAnt. Converting from MSBuild to NAnt is trivial.

share|improve this answer

If you plan to use VS Studio, you could read this post: http://stackoverflow.com/questions/413820/visual-studio-on-a-mac

share|improve this answer

Do you want to use your Mac as a Development platform or a Target platform?

If the former then use Parallels, VMWare, or VirtualBox.

If the latter - doesn't Silverlight work on a Mac and isn't it .NET based? That may be an alternative to Mono - depending on what you want to do.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.