That Saar 馃拵 @codewithsaar.com 路 Feb 9

#30MinsLearning Day 4: migrated the first database using entity framework core 9.0 into the SQL database. It turned out the most difficult part was actually write the correct connection string.

1 likes 3 replies

?

Replies

That Saar 馃拵 路 Feb 9

Now if I did everything correct, after kill and restart the sql server container, the data should still be there. Wish me good luck.

That Saar 馃拵 路 Feb 9

Here's a document that helped: learn.microsoft.com/dotnet/api/s.... I didn't know that the server name was ".". And trust server certificate to true. #dotnet #sql #database #entityframeworkcore #entityframework

Hammad Maqbool 路 Feb 10

Why are you using VSCode for these kind of task when you have the option of Visual Studio and JetBrains Rider as well?