I used ServiceStack ORMLite for my site, but most of the "micro" ORMs (Dapper, ORMLite, Simple.Data, PetaPoco, etc.) work on Mono. These are good for simple mapping and relatively simple queries.
NHibernate should also work on Mono, although I've never tried it. I'd suggest trying out NHibernate if you need more advanced features. You can use Fluent NHibernate to get a nice fluent syntax for mapping your classes (by default, NHibernate uses XML mapping files). On Thu, Feb 7, 2013 at 6:21 AM, morf <[email protected]> wrote: > I'll create a Asp .net mvc project, I only use Mono 2.10 and I need a ORM > to > manipulate data, > > What library I use to do this? and How I use it? > > > > -- > View this message in context: > http://mono.1490590.n4.nabble.com/ORM-use-to-manipulate-data-tp4658500.html > Sent from the Mono - ASP.NET mailing list archive at Nabble.com. > _______________________________________________ > Mono-aspnet-list mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/mono-aspnet-list >
_______________________________________________ Mono-aspnet-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
