Is it possible "in anyway" that I can use Linq to SQl on a Mono project? If it's actually .net port then if I import the System.data.Linq and the DBML that generated in VS, will it work?
THanks!
Is it possible "in anyway" that I can use Linq to SQl on a Mono project? If it's actually .net port then if I import the System.data.Linq and the DBML that generated in VS, will it work?
THanks!
Mono 2.6 comes with DbLinq. It's not user friendly though and you have to go through some pain before you can make it work.
Since Mono 2.6 you can use DbLinq however it's currently only in preview and beta is planned in Mono 2.8 release. Some queries works there (for example everything from NerdDinner MVC tutorial) but complex stuff won't work. You can read more about current status of DbLinq here.