Entity Framework: How do I use something other than SQLEXPRESS in the connection string?
Most of the tutorials assume you're using SQLEXPRESS in your connection string, but what if for whatever reason I wanted to use something else like SQLite or MySQL, or something else? Is the data source always .\SQLNameHere? Also, do I have to install that SQL version from nuget package manager?
0 comments:
Post a Comment