Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm starting a web app using .Net Core 3.n that needs to access a MySql server. What nuget packages do I need to install.

I do NOT want to use Entity Framework. I just want to use ADO.

What I have tried:

I've looked around in NuGet, but the ecosystem is confusing.
Posted
Updated 27-Jun-20 4:54am

1 solution

Quote:
I just want to use ADO.
Then just add the NuGet packages for ADO.NET.

Get started here and read through the content to learn more about the providers and other services; Code examples - ADO.NET | Microsoft Docs[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900