[Mono-dev] Request for status of Entity framework on Mono

Daniel Lo Nigro lists at dan.cx
Sun Aug 18 22:45:30 UTC 2013


There's no official release of Entity Framework 6 yet, the latest release
is the first beta release. Additionally, I don't think all the supporting
architecture is fully working in Mono yet. You could try it and see,
although I'd use Entity Framework from NuGet as the one bundled with Mono
is out of date.

If you only need basic features, I'd suggest looking at a micro ORM like
ServiceStack ORMLite, Dapper, or Massive. These are all very basic facades
over raw ADO.NET, usually providing only basic ORM. I use ORMLite with Mono
and it works quite well.


On Mon, Aug 19, 2013 at 7:16 AM, Martin Thwaites
<monoforum at my2cents.co.uk>wrote:

> I'm starting a new project from scratch soon, and I'm selecting some
> components.  I do everything in mono.. you'll be pleased to hear ;)
>
> For ORM, I'm looking to utilise EntityFramework, so I'm wondering where
> the development is at, is anyone working on it, etc.
>
> I don't think I'll be using any advanced features, just the basics.  So,
> are the basics in enough of a usable state to put into a production
> application?
>
> I'm not seeing any stabilisation branches/tags in the repository, so can I
> assume that it's still in flux and should be avoided for the timebeing?
>
> I'll obviously give it a go and see, but just wondering if anyone has any
> experiences?
>
> Thanks in advance.
> Martin
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20130819/29c79d0e/attachment.html>


More information about the Mono-devel-list mailing list