How can i replicate in mi bd server from .NET using LINQ?
- by Augusto Càzares
I have a data model on LINQ in my project wich i generated from a DB on SQL Server the problem is that all the changes that i make only have effect in the Local DB on my project but not in the web SQL server, how can i replicate the changes automatically?