I am trying to figure out what is the best way to connect an (existing) ASP.Net application to an Oracle database to read its dictionary information.
There are simpl
Microsoft just announced it is deprecating System.Data.OracleClient.
I think that leaves you with a few choices (at least):
DevArt also has a LINQ to Oracle implementation which could be interesting to you.