Hi All,
I am about to use linqtosql in my first asp.net mvc application. I have come up with a database schema. But the problem is that I may change few of the tables in future. So keeping the model classes in sync with database will be a issue.
I got this link which states the similar situation,
http://stackoverflow.com/questions/914606/keep-linqtosql-sync-with-the-database/914657#914657
My question is, has any body used the third party tools given in the above post, do they work properly
www.perpetuumsoft.com/Product.aspx?lang=en&pid=55&tid=linqtosqlsynchronization
Or is there any better approach for this problem.