I am in love with the rails style of updating the db circuit. I can define a transition as a class with a fairly simple but powerful syntax. I can run updates with a single command, and all my models are updated. They aim to control the source and can be easily read, modified and canceled.
My current way to do this for my asp.net mvc project is to open the server explorer, manually change the database fields, and then restore all my linq-to-sql classes. This method is cumbersome, error prone and does not have almost all of the advantages listed above. I am sure there must be a better way.
Can anyone enlighten me?
source
share