does .net core have a good data access layer to connect to any db?

dwijay 0 Reputation points
2023-01-18T19:58:23.76+00:00

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?

Developer technologies | ASP.NET | ASP.NET Core
{count} votes

1 answer

Sort by: Most helpful
  1. AgaveJoe 30,126 Reputation points
    2023-01-18T20:41:09.9633333+00:00

    The data access providers in .NET Core are published in the official documentation.

    Database Providers

    The older libraries are still around in Core

    OleDbConnection Class

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.