I am looking for a good ORM for an upcoming project.
The database will have from 1000 to 1200 tables, and it will be in SQL Server and Oracle, which will be used depending on the needs of customers. Also part of the project will work with WCF services. I need a designer or something like that. Good LINQ support. Allowable performance.
I tried DataObjects.Net, but it does not have a designer. We cannot code all these tables and do not use a code generator. And I'm not sure if DataObjects.Net supports database switching. I am also familiar with EF4, but it cannot support both databases together, and also manually switch the databases (changing the edmx file) is a pain in ... for maintenance work.
Thanks in advance.
Edit: It seems OpenAccess and LLBLGEN Pro have a designer, but I have no experience with them.
Salar
source share