On main page there is MonoDevelop IDE, and MonoTo开发者_开发百科uch (IDE?)
What is the difference? Are they two separate IDE's? With different features?
MonoDevelop is the free cross-platform Mono IDE. It can be used with Mono, MonoTouch, MonoDroid, MonoMac, etc.
MonoTouch is the commercial SDK that exposes the iOS API for use with C#.
MonoTouch vs MonoDevelop From the Wiki:
Unlike Mono applications MonoTouch "Apps" are compiled down to machine code targeted specifically at the Apple iPhone. This is necessary because the iPhone kernel prevents just-in-time compilers from executing on the device.
精彩评论