Mono products (www.xamarin.com) are getting better and better version throught version.
Currently I'm porting a 2d game from Windows Phone (XNA) to iphone and using ExEn (http://andrewrussell.net/exen/) and Monotouch (http://xamarin.com/monotouch) and it works really fine. (3d is unsupported right now)
I've done some test using monogame (http://monogame.codeplex.com) v2 and found some issues that I didnt find them using ExEn. With ExEn (almost) everything works out of the box.
ExEn includes an excelent working example for Silverlight, iphone, android, etc. This example was my primary learning source.
Other positive point to ExEn is its develepor: Andrew Rusell (https://twitter.com/#!/_AndrewRussell), is XNA/DirectX MVP (http://andrewrussell.net/2011/10/look-at-me-im-an-mvp/)
What's wrong with ExEn? its developemnt appears to be stopped.
Monogame community and developers appears to be more active. They recently release a new version (v2.1) that I didnt test it. v2.1 includes our first steps to 3D support as well as bug fixes, optimizations and more XNA 4.0 support (http://cocoa-mono.org/archives/452/monogame-takes-tentative-steps-into-3d-monogame-2-1-announced/)
Personally I'll continue my porting using ExEn because everything is working up to now (and I almost finish it :) but for my next project I'll monogame 2.1 a try.