tags:

views:

419

answers:

3
+2  Q: 

DotNet Oracle ORM

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.

A: 

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 :).

Michal Pravda
+3  A: 

It seems LLBLGen supports Oracle. DataObjects.Net team works on Oracle driver also, but as far as I know it is not released yet.

Alex Kofman
Oracle support is already available.
Alex Yakunin
+2  A: 

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.

Mindscape LightSpeed

traskjd
Is it open source, I need something that's open source
aron
It is not open source, but you can purchase the source if required.
traskjd