Rafael Noronha

closing the gap between business and technology

Migrations em .Net

without comments

Migrations can manage the evolution of a schema used by several physical databases. It‘s a solution to the common problem of adding a field to make a new feature work in your local database, but being unsure of how to push that change to other developers and to the production server.

http://api.rubyonrails.org/classes/ActiveRecord/Migration.html

Uma ferramenta muito interessante que foi portada de Ruby on Rails para a plataforma .Net é o Migration.

Deixo aqui então uma referência a dois posts do blog do Antonio Zegunis, colega de .Net Architects.

Nestes posts o Antonio demonstra o funcionamento do Migrator.Net, o que pode ser muito útil quando você adotar o uso de migrations pela primeira vez.

Fica aí a dica de como versionar a evolução de um banco de dados de maneira elegante e segura.


Help me to spread the word!
  • Digg
  • del.icio.us
  • RSS
  • DotNetKicks
  • Technorati
  • Twitter
  • FriendFeed

Written by rafanoronha

May 16th, 2009 at 12:22 pm

Posted in Sem categoria

Tagged with

Leave a Reply