✅ Connecting to a database + Extracting Data from it.
I'm trying to read data from a database I made in ssms, and I have no Idea how to connect to it from Visual Studio. I have tried for about 2 days now, and haven't found any solution. I'm trying to connect using the server explorer from Visual Studio.
3 Replies
the simple and recommended way to use a database with c# applications is Ef Core
$helloef
Getting Started - EF Core
Getting started tutorial for Entity Framework Core
thanks
I'll get to that now