4,824 questions
The data access providers in .NET Core are published in the official documentation.
The older libraries are still around in Core
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In .net framework you can use System.Data.Oledb classes to communicate with most databases using an ole db driver. Does .net CORE have a technology for using a Data Access Layer to connect to any database?
The data access providers in .NET Core are published in the official documentation.
The older libraries are still around in Core