Connect to Oracle database from .NET core application.

In this post, I go over using Oracle .NET core libraries to connect to Oracle database. In particular, we’ll look at the Oracle.ManagedDataAccess.Core and the Oracle.EntityFrameworkCore.
Using Oracle.ManagedDataAccess.Core library
The library provides a high level, intuitive API to connect and work with data in an…