I installed MonoDevelop 2.0 on my Mac.
I created a new Console Application.
\"Hello World\" program runs fine.
But I can\'t use Linq.
u
The Latest version of Mono Develop does support linq. On the project you must select 3.5 under Build/General/RuntimeVersion. After that you can add the System.Core reference.