Mono on OS X Compatible with MSVC 2010 peers?

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2011-01-12T06:29:56Z Indexed on 2011/01/12 8:53 UTC
Read the original article Hit count: 169

Filed under:
|
|
|

I'm to begin .NET development at work but have the option of using MonoDevelop/Mono on OS X instead of MSVC 2010 on Windows and would prefer it because of my familiarity with OS X. We are likely going to use a number of popular frameworks, such as NHibernate and Castle DI - my question to those of you familiar with .NET development and Mono: will I be at much of a disadvantage? Are there strong incompatibilities or, with some "paper cuts", the two systems are roughly compatible? Again, my colleagues will be using MSVC 2010 and we intend on working on the same codebases together.

Thanks for any insight you can give to this .NET newbie.

EDIT: I should note I'll primarily be doing development with MVC 2, which I understand does work with Mono, and will have some leeward in choosing frameworks, i.e. I can avoid highly incompatible frameworks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET