<?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 for Bryant Rethinks Software</title>
	<atom:link href="http://www.bryanthankins.com/techblog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bryanthankins.com/techblog</link>
	<description>So you don't have to...</description>
	<pubDate>Thu, 11 Mar 2010 13:09:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on 5 Things That ASP.NET Developers Would Love about Ruby on Rails by Bryant</title>
		<link>http://www.bryanthankins.com/techblog/2010/02/23/5-things-that-aspnet-developers-would-love-about-ruby-on-rails/comment-page-1/#comment-68</link>
		<dc:creator>Bryant</dc:creator>
		<pubDate>Wed, 24 Feb 2010 15:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bryanthankins.com/techblog/2010/02/23/5-things-that-aspnet-developers-would-love-about-ruby-on-rails/#comment-68</guid>
		<description>To be clear, I'm not saying that the MS development model is bad. My only point was that there are some really fun things in the Rails framework that an ASP.NET developer would enjoy. In my mind, Rails is a good fit for public site or a startup and ASP.NET is a better fit for large corporate (LOB) apps.

As for Entity Framework, it does beat Active Record in terms of complex domain mapping which can't easily be done in AR, but that is overkill for 90% of sites. And getting going in EF is a much steeper set-up and learning curve then AR.</description>
		<content:encoded><![CDATA[<p>To be clear, I&#8217;m not saying that the MS development model is bad. My only point was that there are some really fun things in the Rails framework that an ASP.NET developer would enjoy. In my mind, Rails is a good fit for public site or a startup and ASP.NET is a better fit for large corporate (LOB) apps.</p>
<p>As for Entity Framework, it does beat Active Record in terms of complex domain mapping which can&#8217;t easily be done in AR, but that is overkill for 90% of sites. And getting going in EF is a much steeper set-up and learning curve then AR.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Things That ASP.NET Developers Would Love about Ruby on Rails by bferman</title>
		<link>http://www.bryanthankins.com/techblog/2010/02/23/5-things-that-aspnet-developers-would-love-about-ruby-on-rails/comment-page-1/#comment-67</link>
		<dc:creator>bferman</dc:creator>
		<pubDate>Wed, 24 Feb 2010 05:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.bryanthankins.com/techblog/2010/02/23/5-things-that-aspnet-developers-would-love-about-ruby-on-rails/#comment-67</guid>
		<description>The Entity Framework provides similar functionality as Active Record and takes a lot of work out of writing data centric apps.  EF can do both model first and code first, so take your pick.

Even SQL Express Management Studio will generate stored procs for you that will drop old tables and recreate it them with your latest schema.

Visual Studio provides (among so many other great things) that wonderful intellisense and immediately lets me know if I've made a mistake when I misspell a type name I intend to use.

Strongly typed views and the speed of compiled code are nice bonuses too.</description>
		<content:encoded><![CDATA[<p>The Entity Framework provides similar functionality as Active Record and takes a lot of work out of writing data centric apps.  EF can do both model first and code first, so take your pick.</p>
<p>Even SQL Express Management Studio will generate stored procs for you that will drop old tables and recreate it them with your latest schema.</p>
<p>Visual Studio provides (among so many other great things) that wonderful intellisense and immediately lets me know if I&#8217;ve made a mistake when I misspell a type name I intend to use.</p>
<p>Strongly typed views and the speed of compiled code are nice bonuses too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is it Time to Join the NoSQL Movement? by Bryant</title>
		<link>http://www.bryanthankins.com/techblog/2010/02/08/is-it-time-to-join-the-nosql-movement/comment-page-1/#comment-66</link>
		<dc:creator>Bryant</dc:creator>
		<pubDate>Fri, 12 Feb 2010 00:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.bryanthankins.com/techblog/2010/02/08/is-it-time-to-join-the-nosql-movement/#comment-66</guid>
		<description>Hey Alex,

Thanks for all the details. 

I'm still new to this whole NoSql thing, so I appreciate the clarifications and your blog looks like a great place to get even more answers!</description>
		<content:encoded><![CDATA[<p>Hey Alex,</p>
<p>Thanks for all the details. </p>
<p>I&#8217;m still new to this whole NoSql thing, so I appreciate the clarifications and your blog looks like a great place to get even more answers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is it Time to Join the NoSQL Movement? by Alex Popescu</title>
		<link>http://www.bryanthankins.com/techblog/2010/02/08/is-it-time-to-join-the-nosql-movement/comment-page-1/#comment-63</link>
		<dc:creator>Alex Popescu</dc:creator>
		<pubDate>Thu, 11 Feb 2010 15:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.bryanthankins.com/techblog/2010/02/08/is-it-time-to-join-the-nosql-movement/#comment-63</guid>
		<description>If you'd allow there are a couple of small corrections that I'd suggest.

Firstly there are many different NoSQL systems, but if you want to categorize them the 2 most useful approaches I'd suggest are: a) in terms of their persistence model and b) in terms of the CAP theorem 

For the a) above you'd get:
- column-based stores
- document databases
- key-value stores
- graph databases
- oodb

As you can imagine each of these categories contain multiple solutions, each with its pros and cons. I'd encourage you to check out the MyNoSQL blog: http://nosql.mypopescu.com which covers the most important aspects of the major NoSQL projects and follows closely all things related to NoSQL ecosystem. You'll discover other very interesting NoSQL systems than the ones you are mentioning in the article (not to say that those are not attractive).</description>
		<content:encoded><![CDATA[<p>If you&#8217;d allow there are a couple of small corrections that I&#8217;d suggest.</p>
<p>Firstly there are many different NoSQL systems, but if you want to categorize them the 2 most useful approaches I&#8217;d suggest are: a) in terms of their persistence model and b) in terms of the CAP theorem </p>
<p>For the a) above you&#8217;d get:<br />
- column-based stores<br />
- document databases<br />
- key-value stores<br />
- graph databases<br />
- oodb</p>
<p>As you can imagine each of these categories contain multiple solutions, each with its pros and cons. I&#8217;d encourage you to check out the MyNoSQL blog: <a href="http://nosql.mypopescu.com" rel="nofollow">http://nosql.mypopescu.com</a> which covers the most important aspects of the major NoSQL projects and follows closely all things related to NoSQL ecosystem. You&#8217;ll discover other very interesting NoSQL systems than the ones you are mentioning in the article (not to say that those are not attractive).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Tips for Getting Started With LINQ by David Sheardown</title>
		<link>http://www.bryanthankins.com/techblog/2010/02/02/5-tips-for-getting-started-with-linq/comment-page-1/#comment-58</link>
		<dc:creator>David Sheardown</dc:creator>
		<pubDate>Tue, 02 Feb 2010 19:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.bryanthankins.com/techblog/?p=205#comment-58</guid>
		<description>Thank you!  a very simple way to show getting started with Linq... I have been using traditional methods.. i.e. using MS Enterprise Lib 4x but of course you still have to code all the DB bits... so about time to look at linq...

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thank you!  a very simple way to show getting started with Linq&#8230; I have been using traditional methods.. i.e. using MS Enterprise Lib 4x but of course you still have to code all the DB bits&#8230; so about time to look at linq&#8230;</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Home Backup Smackdown!: Time Machine vs Carbonite vs iDrive by Bryant</title>
		<link>http://www.bryanthankins.com/techblog/2010/01/23/home-backup-smackdown-time-machine-vs-carbonite-vs-idrive/comment-page-1/#comment-57</link>
		<dc:creator>Bryant</dc:creator>
		<pubDate>Thu, 28 Jan 2010 19:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.bryanthankins.com/techblog/2010/01/23/home-backup-smackdown-time-machine-vs-carbonite-vs-idrive/#comment-57</guid>
		<description>No problem. I thought the same thing about reviews. That's why I tried to get a good one out there.</description>
		<content:encoded><![CDATA[<p>No problem. I thought the same thing about reviews. That&#8217;s why I tried to get a good one out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MonoTouch Review: Porting an Obj-C App by Bryant</title>
		<link>http://www.bryanthankins.com/techblog/2010/01/17/monotouch-review-porting-an-obj-c-app/comment-page-1/#comment-56</link>
		<dc:creator>Bryant</dc:creator>
		<pubDate>Thu, 28 Jan 2010 19:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.bryanthankins.com/techblog/2010/01/17/monotouch-review-porting-an-obj-c-app/#comment-56</guid>
		<description>@Michael - Thanks for all the hard work on MonoDevelop!

Most of the issues seemed to be related to adding new folders and subsequently deleting them. The other issue I get pretty frequently has to do with modal windows losing focus. I will try to reproduce both and open a bug report.</description>
		<content:encoded><![CDATA[<p>@Michael - Thanks for all the hard work on MonoDevelop!</p>
<p>Most of the issues seemed to be related to adding new folders and subsequently deleting them. The other issue I get pretty frequently has to do with modal windows losing focus. I will try to reproduce both and open a bug report.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Home Backup Smackdown!: Time Machine vs Carbonite vs iDrive by Amy</title>
		<link>http://www.bryanthankins.com/techblog/2010/01/23/home-backup-smackdown-time-machine-vs-carbonite-vs-idrive/comment-page-1/#comment-55</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Thu, 28 Jan 2010 03:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.bryanthankins.com/techblog/2010/01/23/home-backup-smackdown-time-machine-vs-carbonite-vs-idrive/#comment-55</guid>
		<description>Great post! There are not enough recent reviews of backup storage options on the web. I just bought iDrive and a week later my hard drive died. I was able to access my files from another computer as well as restore all 50gb. Thanks again for sharing!</description>
		<content:encoded><![CDATA[<p>Great post! There are not enough recent reviews of backup storage options on the web. I just bought iDrive and a week later my hard drive died. I was able to access my files from another computer as well as restore all 50gb. Thanks again for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MonoTouch Review: Porting an Obj-C App by Michael Hutchinson</title>
		<link>http://www.bryanthankins.com/techblog/2010/01/17/monotouch-review-porting-an-obj-c-app/comment-page-1/#comment-54</link>
		<dc:creator>Michael Hutchinson</dc:creator>
		<pubDate>Wed, 27 Jan 2010 03:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.bryanthankins.com/techblog/2010/01/17/monotouch-review-porting-an-obj-c-app/#comment-54</guid>
		<description>Thanks for the great review!

We initially didn't include the SVN addin on Mac because of old reports that it had been very unstable there. However, after some demand we tested and dogfooded it,and didn't run into any problems, so we included it in MD 2.2. If you're having problems, it would be very helpful if you could open bug reports and attach any exceptions or crash traces you're getting.</description>
		<content:encoded><![CDATA[<p>Thanks for the great review!</p>
<p>We initially didn&#8217;t include the SVN addin on Mac because of old reports that it had been very unstable there. However, after some demand we tested and dogfooded it,and didn&#8217;t run into any problems, so we included it in MD 2.2. If you&#8217;re having problems, it would be very helpful if you could open bug reports and attach any exceptions or crash traces you&#8217;re getting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MonoTouch Review: Porting an Obj-C App by Bryant</title>
		<link>http://www.bryanthankins.com/techblog/2010/01/17/monotouch-review-porting-an-obj-c-app/comment-page-1/#comment-53</link>
		<dc:creator>Bryant</dc:creator>
		<pubDate>Tue, 26 Jan 2010 17:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.bryanthankins.com/techblog/2010/01/17/monotouch-review-porting-an-obj-c-app/#comment-53</guid>
		<description>Thanks for the input guys. Glad to see there is a community of MonoTouch developers starting to come together!</description>
		<content:encoded><![CDATA[<p>Thanks for the input guys. Glad to see there is a community of MonoTouch developers starting to come together!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
