How can we change the underlying database for Linq based WebApp ?
for example:
When we release our web application, say to release from production, if using ADO.NET, it is as simple as modifying connection string in web.config to point towards the live Database in use. The databases are almost identical, other data stored..
What and how do we change unerLying Database when using LINQ ?
Note ; Using c#
thanks