Top "Oracle.manageddataaccess" questions

FileNotFoundException: Could not load file or assembly 'System.Configuration.ConfigurationManager,

I am trying to connect to oracle database from .net core 3.1 using ado.net here's my code private OracleConnection GetOracleConnection() { …

c# ado.net oracle.manageddataaccess
options.UseOracle() not available in EF Core

Using EF Core with Oracle.ManagedDataAccess.Core(2.18.3) Not able to invoke the "options.UseOracle" method when trying to add DB …

c# asp.net-core entity-framework-core oracle.manageddataaccess
How To Pass a List Object From C# to an Oracle Stored Procedure?

I'm trying to send a List Object from my C# WebService method over to my stored procedure in Oracle. Before …

c# .net oracle stored-procedures oracle.manageddataaccess