Is there a C# compiler for Macs that is compatable with Microsoft Visual C# 2008?
+1
A:
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.
Cody Brocious
2009-01-25 03:38:08
A:
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.
Fortyrunner
2009-01-25 15:45:52
+1
A:
If you plan to use VS Studio, you could read this post: http://stackoverflow.com/questions/413820/visual-studio-on-a-mac
Kb
2009-01-25 15:50:29