forked from fluentmigrator/fluentmigrator
-
Notifications
You must be signed in to change notification settings - Fork 0
Community articles
mikecole edited this page Jan 11, 2014
·
9 revisions
These are blog posts by users of FluentMigrator
- http://lostechies.com/seanchambers/2011/04/02/fluentmigrator-getting-started/
- http://proactivelylazy.blogspot.com/2011/05/practical-msbuild-database-migrations.html
- http://bob-the-janitor.blogspot.com/2011/07/using-fluentmigrator-with-nant.html
- http://danlimerick.wordpress.com/2011/06/01/migrations-with-rake-albacore-and-fluentmigrator/
- http://danlimerick.wordpress.com/2011/09/30/creating-nuget-packages-with-rake-and-albacore-2/
- http://manfredlange.blogspot.se/2011/11/fluent-nhibernate-and-fluent-migrator.html
- http://www.codeproject.com/Articles/402430/Using-FluentMigrator-with-MSBuild
- http://nexussharp.wordpress.com/2011/12/09/fluentmigrator-database-migrations-done-right/
- http://nexussharp.wordpress.com/2011/12/18/fluentmigrator-part-ii/
- http://roundcrisis.com/2010/04/02/fluentmigrator-composite-index/
- http://www.dllshepherd.net/2011/03/fluentmigrator-introduction.html
- http://www.computeristsolutions.com/#/blog/posts/2011/04/dumping-existing-schema-with-fluentmigrator
- http://thomasvm.github.com/blog/2012/12/10/launch-fluentmigrator-from-within-visual-studio/
- Getting FluentMigrator
- How to create a Migration
- Fluent Interface
- Migration Runners
- Use inbuilt database functions when setting the default value
- Sql Server Specific Extensions
- Raw Sql Helper for inserting data
- Auto Reversing Migrations
- Resharper File Template
- Transaction Modes for the Migration Runner
- ApplicationContext: Passing parameters to Migrations
- Dealing with Multiple Database Types
- Filter migrations run based on Tags
- Enforce migration version numbering rules
- Create custom metadata for the VersionInfo table