[Mono-aspnet-list] ORM use to manipulate data

Daniel Lo Nigro lists at dan.cx
Thu Feb 7 01:49:32 UTC 2013


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 <ismel at gecpri.co.cu> 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
> Mono-aspnet-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20130207/dd3b4deb/attachment.html>


More information about the Mono-aspnet-list mailing list