Entity Framework and Oracle

entity-framework, oracle, orm

Solution

Microsoft doesn't have a supported option for Oracle for the Entity Framework - all the current options are non-free 3rd party providers.

NHibernate works very well with Oracle in my experiences, as does LLBLGenPro (not free, but has a reasonably priced per-developer license for the entity mapping designer).

Problem

I've got to look at the ORM solution for a new ASP.NET Web App with an Oracle backend. Has anyone had good/bad experience with using Entity Framework with Oracle? Are there any (free preferably) alternatives?

Original source

Related problems