How can i replicate in mi bd server from .NET using LINQ?
        Posted  
        
            by Augusto Càzares
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Augusto Càzares
        
        
        
        Published on 2010-05-04T22:53:40Z
        Indexed on 
            2010/05/04
            22:58 UTC
        
        
        Read the original article
        Hit count: 382
        
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?
© Stack Overflow or respective owner