I am not sure if you are unsure of updating EDMX. Just go ahead and update your model from the database. Most likely, it will work. But if it’s not, just get the old version from the original control and make the changes manually.
With LINQ to SQL, on the other hand, it is more complicated because there is no update function. You must remove the changed objects from your model, re-add them and reapply any changes you made manually. Again, source control is vital; You will want to compare the XML files with the previous version to make sure that you have not forgotten anything.
, . , (RikMigrations), Rails. , , . ORM-. , Rails, .NET.