Friday, May 10, 2019

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? 
Entity Framework: How do I use something other than SQLEXPRESS in the connection string? Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team