0
How can i link c# with SQL in visual studio?
Como puedo enlazar c# con SQL en visual studio??
1 Answer
0
You should specify connection string in your app.config or web.config to your SQL server instance remote or local and default database. Then youâll be able use it in DbContext class object.