Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Moving to Mono : Entity Framework alternatives

We've been working on in VS2010 and EF and various discussions around scalability and costing have led us to look into moving to Mono.

I understand almost all of my code would be functional, except the EF that we're using for our model (ASP.NET project).

Can anyone recommend an easy to use ORM that will allow us to do much of the same mapping (Foreign Keys etc) operations with MySQL? One thing I did like was the visual element of the EF modeling, making it very simple to make changes and see relationships.

like image 263
pierre Avatar asked Feb 28 '12 09:02

pierre


1 Answers

Mono 2.11.3 now comes bundled with Entity Framework. This is just a preview release, but the upcoming 2.12 release should fully support Entity Framework :)

See http://tirania.org/blog/archive/2012/Aug-13.html

like image 198
Daniel Lo Nigro Avatar answered Jan 03 '23 16:01

Daniel Lo Nigro