Note:
I know there was disscussion about similar questions before, like in:
but i have to know how to handle this scenario:
Problem:
I wrote program that use LINQ to SQL and it will be send to client. Tables that my program uses may be changed ( let's say only added new columns). Is there any way to not update, recompile and send my program to client each time those changes occurs?