How can i link c# with SQL in visual studio? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i link c# with SQL in visual studio?

Como puedo enlazar c# con SQL en visual studio??

18th Sep 2019, 5:40 PM
Ricardo Santillan
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.
19th Sep 2019, 1:19 AM
Rustem Sharipov
Rustem Sharipov - avatar