.NET ORM that Supports Oracle 8i

178 Views Asked by At

I have been tasked with creating a rewrite of a ColdFusion application with ASP.NET MVC3. I would like to use an ORM with this application to speed development.

However I have had some trouble finding one that supports the Oracle 8i database that the existing data is already in.

Does anyone know any ORM systems that will solve this problem?

Thanks

1

There are 1 best solutions below

1
On

I prefer this - http://bltoolkit.net/ It actually has better support for LINQ than Linq2SQL and it has Oracle provider as well. It's a kind of lightweight but pretty powerful at the same time.