Jano's Software Ramblings
Code & Pray from Monterrey

.Net Database Migrations

February 3, 2008 02:01 by Jano
Not so long ago I was looking for a migration utility for .net framework. Unfortunately I was unable to find one, so I built my own. It was a fast trick and it didn't brought all of the benefits of Ruby on Rails Migrations implementation. One of the biggest one, was that it basically ran Sql Scripts; but the idea was sound. Now for a new project where quick development is a most (I hope we can make it, but it will be a rough ride) I decided that it should use Subsonic that in someways it is still stronger than LinQ. One of these ways is that it supports migrations. I love LinQ, and I think is a unique and powerful tool for C#, but I sure hope that Subsonic survives as an ORM, one of the few ORM truly designed for the .net framework.

Currently rated 2.5 by 2 people

  • Currently 2.5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories: C#
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Related posts

Comments are closed