Hi,
What would be a good ORM for Oracle in .NET? I am looking for something that can auto generate the classes and mapping etc. and is free. Something closer to Linq2Sql or SubSonic.
Hi,
What would be a good ORM for Oracle in .NET? I am looking for something that can auto generate the classes and mapping etc. and is free. Something closer to Linq2Sql or SubSonic.
I think there is a version of Hibernate which supports .NET. Hibernate for Java is highly praised, so .NET clone should be at least good :).
It seems LLBLGen supports Oracle. DataObjects.Net team works on Oracle driver also, but as far as I know it is not released yet.
The Mindscape LightSpeed ORM has first class support for Oracle - using either the built in .NET Oracle Client or the Oracle ODP.NET Driver.
Includes full model design and schema round tripping support for Oracle from within Visual Studio to help you create classes and/or tables.