I'm doing some research for my end of degree project: a multiplattform application developed using .net3.5 and mono2.0
I need some opinion about what you people think is the best Object Relational Mapping framework which will also run with mono.
Additionaly, any opinion about what ORM will work the best for my project, will be handy (think in simplicity :) )
My project will be a desktop application, with a simply DB that will be using SQL-Lite as there is no need for multiple connections nor multiuser access. Intended development platforms are Mac & Win (no linux by the moment, but i asume that if I manage to make it work with mac, adding support for linux in the future will be relative easy :) )
Thanks in advance