How can we change the underlying database for Linq-based WebApp?
, eg:
When we release our web application, say for release from production, if you use ADO.NET, it is as simple as changing the connection string in web.config to indicate the database you are using. Databases are almost identical, other stored data.
What and how to change UnerLying Database when using LINQ?
Note; Using C #
thank
source
share