What would be a good ORM for Oracle in .NET? I am looking for something that can automatically generate classes and collation, etc., and is free. Something closer to Linq2Sql or SubSonic.
It seems that LLBLGen supports Oracle. The DataObjects.Net team also works with the Oracle driver, but as far as I know, it has not yet been released.
Mindscape LightSpeed ORM has first-class support for Oracle - using the built-in .NET Oracle Client or Oracle ODP.NET Driver.
Oracle Visual Studio, / .
Mindscape LightSpeed
I think there is a version of Hibernate that supports .NET. Hibernate for Java is highly regarded, so the .NET clone should be at least good :).
Source: https://habr.com/ru/post/1714948/More articles:Adding and updating a foreign key in Entity Framework v1 - entity-frameworkHow to set default value for ASPX UserControl property? - c #How to exit the program immediately? - vb6iPhone 3.0 WebView Scroll PDF Error - [NSCFDictionary _absoluteLinkURL] - iphoneHow to synchronize (d) methods and change the properties of objects in the parent object? - javaFATAL ERROR в коде JNI - предположительно, в библиотеке JDIC - javaControl the back of the "button" in android - androiddependency browser that works against inversion of the control structure - dependency-injectionIs it possible to create an attribute that can only be set in the constructor in Moose? - perlSparse multidimensional data representation - cAll Articles