It's pretty good for .NET 2.0 features. Many .NET 3.x features are in process now but aren't complete. The easiest way to check for your specific project is to run the [Mono Migration Analyzer (MoMA)][1]. The benefit is that it will notify the Mono team of issues which will prevent you from using Mono (if any), which lets them prioritize their work. I recently ran MoMA on SubSonic and found only one issue - a weird use of Nullable types. That's a big codebase, so the coverage there was pretty impressive. Mono is in active use in [several commercial as well as open source products][2]. It's in use in some large applications, such as [Wikipedia and the Mozilla Developer Center][3], and has been used in embedded applications such as the Sansa MP3 players and in some gaming application (which they're not allowed to discuss publicly). At the language level, [the Mono compiler is fully compliant with the C# 3.0 language specification][4]. [1]: http://www.mono-project.com/MoMA [2]: http://www.mono-project.com/Software [3]: http://www.mono-project.com/Companies_Using_Mono [4]: http://mareksafar.blogspot.com/2008/07/mono-c-compiler-gets-full-c-30-support.html