views:

108

answers:

1

Can anyone advise on the best Oracle ASP.NET 3.5 ORM in the land..pros and cons?

How good is Subsonic 3.0 with Oracle?

Thanks

+1  A: 

Your main choice is between NHibernate and Entity Framework. NHibernate generally wins those comparisons.

I don't believe SubSonic 3 supports Oracle.

You can read more about .NET ORMs here:

http://stackoverflow.com/questions/1377236/nhibernate-entity-framework-active-records-or-linq2sql/

Michael Maddox
There are also many commercial .NET ORMs out there, but they don't seem to offer too much differentiation from NHibernate and Entity Framework. Some of them monitor Stack Overflow and may post answers here.
Michael Maddox