<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: FluentMigrator getting started</title>
	<atom:link href="http://lostechies.com/seanchambers/2011/04/02/fluentmigrator-getting-started/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/seanchambers/2011/04/02/fluentmigrator-getting-started/</link>
	<description>Just another LosTechies site</description>
	<lastBuildDate>Thu, 13 Sep 2012 07:11:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Lukas Pöllabauer</title>
		<link>http://lostechies.com/seanchambers/2011/04/02/fluentmigrator-getting-started/#comment-566</link>
		<dc:creator>Lukas Pöllabauer</dc:creator>
		<pubDate>Wed, 28 Sep 2011 06:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/seanchambers/?p=127#comment-566</guid>
		<description>Derive your migrations from AutoReversingMigration

</description>
		<content:encoded><![CDATA[<p>Derive your migrations from AutoReversingMigration</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CVallance</title>
		<link>http://lostechies.com/seanchambers/2011/04/02/fluentmigrator-getting-started/#comment-565</link>
		<dc:creator>CVallance</dc:creator>
		<pubDate>Sat, 24 Sep 2011 21:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/seanchambers/?p=127#comment-565</guid>
		<description>As Sean says, FluentMigrator (FM) isn&#039;t concerned with what ORM you are using, but I thought I&#039;d share how I&#039;m using FM with the EntityFrameworl (EF) 4.1.

Basically I&#039;ve created a custom IDatabaseInitializer that creates a RunnerContext and then spins up a TaskExecutor to execute it. So when ever my web application starts up, it&#039;ll run any migration automatically.

It works great for my little project!</description>
		<content:encoded><![CDATA[<p>As Sean says, FluentMigrator (FM) isn&#8217;t concerned with what ORM you are using, but I thought I&#8217;d share how I&#8217;m using FM with the EntityFrameworl (EF) 4.1.</p>
<p>Basically I&#8217;ve created a custom IDatabaseInitializer that creates a RunnerContext and then spins up a TaskExecutor to execute it. So when ever my web application starts up, it&#8217;ll run any migration automatically.</p>
<p>It works great for my little project!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Eyde</title>
		<link>http://lostechies.com/seanchambers/2011/04/02/fluentmigrator-getting-started/#comment-528</link>
		<dc:creator>Thomas Eyde</dc:creator>
		<pubDate>Mon, 29 Aug 2011 16:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/seanchambers/?p=127#comment-528</guid>
		<description>How can I run the migrations from my unit tests?</description>
		<content:encoded><![CDATA[<p>How can I run the migrations from my unit tests?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konstantin Spirin</title>
		<link>http://lostechies.com/seanchambers/2011/04/02/fluentmigrator-getting-started/#comment-521</link>
		<dc:creator>Konstantin Spirin</dc:creator>
		<pubDate>Tue, 14 Jun 2011 01:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/seanchambers/?p=127#comment-521</guid>
		<description>Can it generate Down actions based on Up actions (at least for CREATE)?</description>
		<content:encoded><![CDATA[<p>Can it generate Down actions based on Up actions (at least for CREATE)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Migrations with Rake, Albacore and FluentMigrator &#124; danlimerick</title>
		<link>http://lostechies.com/seanchambers/2011/04/02/fluentmigrator-getting-started/#comment-520</link>
		<dc:creator>Migrations with Rake, Albacore and FluentMigrator &#124; danlimerick</dc:creator>
		<pubDate>Wed, 01 Jun 2011 13:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/seanchambers/?p=127#comment-520</guid>
		<description>[...] by Mark Boltuc) I thought I would give Rake a try. For an introduction to FluentMigrator see Sean Chambers’ introduction or this article on FluentMigrator and [...]</description>
		<content:encoded><![CDATA[<p>[...] by Mark Boltuc) I thought I would give Rake a try. For an introduction to FluentMigrator see Sean Chambers’ introduction or this article on FluentMigrator and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/seanchambers/2011/04/02/fluentmigrator-getting-started/#comment-519</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 18 Apr 2011 13:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/seanchambers/?p=127#comment-519</guid>
		<description>Hi Sean, did you get my email asking for the world? :) </description>
		<content:encoded><![CDATA[<p>Hi Sean, did you get my email asking for the world? <img src='http://lostechies.com/seanchambers/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aluminium Kozijnen</title>
		<link>http://lostechies.com/seanchambers/2011/04/02/fluentmigrator-getting-started/#comment-518</link>
		<dc:creator>Aluminium Kozijnen</dc:creator>
		<pubDate>Mon, 11 Apr 2011 11:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/seanchambers/?p=127#comment-518</guid>
		<description>Of course.. This has a lot of interesting benefits.. Thanks for sharing this codes.. </description>
		<content:encoded><![CDATA[<p>Of course.. This has a lot of interesting benefits.. Thanks for sharing this codes.. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris Garcia</title>
		<link>http://lostechies.com/seanchambers/2011/04/02/fluentmigrator-getting-started/#comment-517</link>
		<dc:creator>Kris Garcia</dc:creator>
		<pubDate>Sun, 10 Apr 2011 20:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/seanchambers/?p=127#comment-517</guid>
		<description>Looks very promising and I&#039;m glad to hear that the project is gaining momentum. I hope that you get around to writing a post as to how one might approach deployments with this tool. Certainly there are many considerations that would depend on one&#039;s environment, but I would be interested in hearing/reading about your experiences and approach regarding deployments with FluentMigrator. Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Looks very promising and I&#8217;m glad to hear that the project is gaining momentum. I hope that you get around to writing a post as to how one might approach deployments with this tool. Certainly there are many considerations that would depend on one&#8217;s environment, but I would be interested in hearing/reading about your experiences and approach regarding deployments with FluentMigrator. Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/seanchambers/2011/04/02/fluentmigrator-getting-started/#comment-516</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 09 Apr 2011 05:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/seanchambers/?p=127#comment-516</guid>
		<description>That would work as well.

However, FM supports many more databases than only sql server as stated in the post. The link you posted will only work for MSSQL.

In addition, I personally don&#039;t like writing sql. I rather write code that I can easily parse to sql.

Personal preference I guess.</description>
		<content:encoded><![CDATA[<p>That would work as well.</p>
<p>However, FM supports many more databases than only sql server as stated in the post. The link you posted will only work for MSSQL.</p>
<p>In addition, I personally don&#8217;t like writing sql. I rather write code that I can easily parse to sql.</p>
<p>Personal preference I guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes Mcclure</title>
		<link>http://lostechies.com/seanchambers/2011/04/02/fluentmigrator-getting-started/#comment-515</link>
		<dc:creator>Wes Mcclure</dc:creator>
		<pubDate>Wed, 06 Apr 2011 05:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/seanchambers/?p=127#comment-515</guid>
		<description>FWIW: why reinvent the wheel when we have SQL for migrations?  

We wrote and use this and it&#039;s worked for every scenario we have ever conjured up in SQL Server: http://tsqlmigrations.codeplex.com/

It&#039;s just a wrapper around doing things via the SMO api and writing migrations as sql scripts.</description>
		<content:encoded><![CDATA[<p>FWIW: why reinvent the wheel when we have SQL for migrations?  </p>
<p>We wrote and use this and it&#8217;s worked for every scenario we have ever conjured up in SQL Server: <a href="http://tsqlmigrations.codeplex.com/" rel="nofollow">http://tsqlmigrations.codeplex.com/</a></p>
<p>It&#8217;s just a wrapper around doing things via the SMO api and writing migrations as sql scripts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
