Is there a C# compiler for Macs that is compatible with Microsoft Visual C# 2008?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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. |
|||
|
|
|
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. |
|||
|
|
|
If you plan to use VS Studio, you could read this post: http://stackoverflow.com/questions/413820/visual-studio-on-a-mac |
|||
|
|
|
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. |
|||
|
|