<?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 blog.cleverswine.net</title>
	<atom:link href="http://blog.cleverswine.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cleverswine.net</link>
	<description>Kevin Noone</description>
	<lastBuildDate>Wed, 09 Nov 2011 05:37:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on WCF Client and the &#8220;using&#8221; Statement by John T</title>
		<link>http://blog.cleverswine.net/2011/09/26/wcf-client-and-the-using-statement/comment-page-1/#comment-71</link>
		<dc:creator>John T</dc:creator>
		<pubDate>Wed, 09 Nov 2011 05:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cleverswine.net/?p=735#comment-71</guid>
		<description>Kevin,
Great catch! I would extend this a little. According to MS best practices a Dispose method should not throw an exception. I would put a try/catch (with some logging) around the _client.CloseProxy() call. A resource at work to ask about WCF is Doug E. He can go on at great length about WCF and handling of the proxy :)</description>
		<content:encoded><![CDATA[<p>Kevin,<br />
Great catch! I would extend this a little. According to MS best practices a Dispose method should not throw an exception. I would put a try/catch (with some logging) around the _client.CloseProxy() call. A resource at work to ask about WCF is Doug E. He can go on at great length about WCF and handling of the proxy <img src='http://blog.cleverswine.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Diet and an Application by Kevin</title>
		<link>http://blog.cleverswine.net/2011/03/08/a-diet-and-an-application/comment-page-1/#comment-70</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 25 Jul 2011 16:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cleverswine.net/?p=639#comment-70</guid>
		<description>Thanks Steven.  I have since re-written this application using Ruby on Rails.  I still have the MVC3 code laying around, but it&#039;s not really polished enough to be hosted anywhere like github.  Check out this other post for Mongo and Autofac information - the code is pretty much pulled from my recipe app.  http://blog.cleverswine.net/2011/03/08/mvc3-mongodb-autofac/</description>
		<content:encoded><![CDATA[<p>Thanks Steven.  I have since re-written this application using Ruby on Rails.  I still have the MVC3 code laying around, but it&#8217;s not really polished enough to be hosted anywhere like github.  Check out this other post for Mongo and Autofac information &#8211; the code is pretty much pulled from my recipe app.  <a href="http://blog.cleverswine.net/2011/03/08/mvc3-mongodb-autofac/" rel="nofollow">http://blog.cleverswine.net/2011/03/08/mvc3-mongodb-autofac/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Diet and an Application by Steven E</title>
		<link>http://blog.cleverswine.net/2011/03/08/a-diet-and-an-application/comment-page-1/#comment-69</link>
		<dc:creator>Steven E</dc:creator>
		<pubDate>Mon, 25 Jul 2011 14:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cleverswine.net/?p=639#comment-69</guid>
		<description>Hey Kevin,
This looks awesome, I am on a similar diet and would love something like this. Do you have this hosted anywhere or the source or something like that on github? I&#039;d love to see a tutorial on how you built this as I&#039;m working with asp.net mvc 3 and mongo now (or i should say learning).
Thanks!
Steve</description>
		<content:encoded><![CDATA[<p>Hey Kevin,<br />
This looks awesome, I am on a similar diet and would love something like this. Do you have this hosted anywhere or the source or something like that on github? I&#8217;d love to see a tutorial on how you built this as I&#8217;m working with asp.net mvc 3 and mongo now (or i should say learning).<br />
Thanks!<br />
Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MVC3 + MongoDB + Autofac by Jordan</title>
		<link>http://blog.cleverswine.net/2011/03/08/mvc3-mongodb-autofac/comment-page-1/#comment-68</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Tue, 07 Jun 2011 00:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cleverswine.net/?p=646#comment-68</guid>
		<description>I wanted to stress the implementation I link to in the above post is very basic. If you aren&#039;t grabbing an entire collection from Mongo, for instance, you wouldn&#039;t want to query .ToList() or .ToArray() to force immediate execution. Just found another great post here for anyone interested: http://www.red-badger.com/Blog/post/A-simple-IRepository3cT3e-implementation-for-MongoDB-and-NoRM.aspx</description>
		<content:encoded><![CDATA[<p>I wanted to stress the implementation I link to in the above post is very basic. If you aren&#8217;t grabbing an entire collection from Mongo, for instance, you wouldn&#8217;t want to query .ToList() or .ToArray() to force immediate execution. Just found another great post here for anyone interested: <a href="http://www.red-badger.com/Blog/post/A-simple-IRepository3cT3e-implementation-for-MongoDB-and-NoRM.aspx" rel="nofollow">http://www.red-badger.com/Blog/post/A-simple-IRepository3cT3e-implementation-for-MongoDB-and-NoRM.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MVC3 + MongoDB + Autofac by Jordan</title>
		<link>http://blog.cleverswine.net/2011/03/08/mvc3-mongodb-autofac/comment-page-1/#comment-67</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Tue, 07 Jun 2011 00:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cleverswine.net/?p=646#comment-67</guid>
		<description>Thanks for the post. All of the current articles / blogs on MongoDb w/ .NET seem to focus more on older syntax or use javascript via db.Eval() rather than focusing on C# (there are already plenty of Mongo / javascript resources out there)

I just wanted to note that you could also use the native Mongo drivers without too much more work. Here (https://groups.google.com/group/mongodb-csharp/browse_thread/thread/b4a36650cd919c7c?hl=en) I included the code required for a very basic start with the Mongo C# driver. Don&#039;t get me wrong, NoRM is a great library, but you may find yourself in a situation where you&#039;d like to use the officially supported driver (e.g. if your company held a support agreement with 10gen). 

I should have a more in depth tutorial up on my site within the week where I&#039;ll be using ASP.NET MVC3 and MongoDb to create a job search site. I&#039;ll also quickly touch on the Geolocation API :)

Cheers,
Jordan</description>
		<content:encoded><![CDATA[<p>Thanks for the post. All of the current articles / blogs on MongoDb w/ .NET seem to focus more on older syntax or use javascript via db.Eval() rather than focusing on C# (there are already plenty of Mongo / javascript resources out there)</p>
<p>I just wanted to note that you could also use the native Mongo drivers without too much more work. Here (<a href="https://groups.google.com/group/mongodb-csharp/browse_thread/thread/b4a36650cd919c7c?hl=en" rel="nofollow">https://groups.google.com/group/mongodb-csharp/browse_thread/thread/b4a36650cd919c7c?hl=en</a>) I included the code required for a very basic start with the Mongo C# driver. Don&#8217;t get me wrong, NoRM is a great library, but you may find yourself in a situation where you&#8217;d like to use the officially supported driver (e.g. if your company held a support agreement with 10gen). </p>
<p>I should have a more in depth tutorial up on my site within the week where I&#8217;ll be using ASP.NET MVC3 and MongoDb to create a job search site. I&#8217;ll also quickly touch on the Geolocation API <img src='http://blog.cleverswine.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers,<br />
Jordan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Diet and an Application by MVC3 + MongoDB + Autofac &#171; blog.cleverswine.net</title>
		<link>http://blog.cleverswine.net/2011/03/08/a-diet-and-an-application/comment-page-1/#comment-65</link>
		<dc:creator>MVC3 + MongoDB + Autofac &#171; blog.cleverswine.net</dc:creator>
		<pubDate>Wed, 09 Mar 2011 03:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cleverswine.net/?p=639#comment-65</guid>
		<description>[...] recently posted a brief summary of creating a recipe database.  I decided to expand on that and go into the implementation details [...]</description>
		<content:encoded><![CDATA[<p>[...] recently posted a brief summary of creating a recipe database.  I decided to expand on that and go into the implementation details [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Home Office by Dad</title>
		<link>http://blog.cleverswine.net/2010/01/27/new-home-office/comment-page-1/#comment-63</link>
		<dc:creator>Dad</dc:creator>
		<pubDate>Sun, 31 Jan 2010 05:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cleverswine.net/?p=619#comment-63</guid>
		<description>That is really beautiful furniture.  Looks like something in a lawyer&#039;s office.  OMG, Brenda is a lawyer!</description>
		<content:encoded><![CDATA[<p>That is really beautiful furniture.  Looks like something in a lawyer&#8217;s office.  OMG, Brenda is a lawyer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More Buying News by matt_j_99</title>
		<link>http://blog.cleverswine.net/2008/07/30/more-buying-news/comment-page-1/#comment-62</link>
		<dc:creator>matt_j_99</dc:creator>
		<pubDate>Wed, 30 Jul 2008 17:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://cleverswine.net/?p=400#comment-62</guid>
		<description>We were thinking about buying a new car also, but ended up deciding to stick with our current vehicle for at least another year or two.  It seems that automotive technology is on the move and anything you buy will be obsolete in just a few years.  And once electric or fuel cells take off, who&#039;s going to want to buy a gasoline car?  That would make it hard to sell too.</description>
		<content:encoded><![CDATA[<p>We were thinking about buying a new car also, but ended up deciding to stick with our current vehicle for at least another year or two.  It seems that automotive technology is on the move and anything you buy will be obsolete in just a few years.  And once electric or fuel cells take off, who&#8217;s going to want to buy a gasoline car?  That would make it hard to sell too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ninety Minute Presentation by matt_j_99</title>
		<link>http://blog.cleverswine.net/2008/03/11/ninety-minute-presentation/comment-page-1/#comment-61</link>
		<dc:creator>matt_j_99</dc:creator>
		<pubDate>Wed, 12 Mar 2008 10:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://cleverswine.net/?p=342#comment-61</guid>
		<description>Hey Kevin!

Susan and I actually went to this demonstration as well for the free vacation with the same assumption that it was legitimate.  Don&#039;t waste your time trying to claim it, because any date you select will not be available.  I can&#039;t find the link now, but the Chicago Tribune recently had a story about a lady who tried at least 6 times to claim the vacation, and every time the dates she selected were unavailable.  The Tribune tried to help her get the vacation, and the threat of printing the story of their bogus offer was not enough for them to give the lady the vacation.

I hope that at least you were able to get some good laughter out of the demonstration.  When we went, the guy was hilarious--though humor was not what he was going for.  In trying to demonstrate how efficient the pans were, he asked why utility bills go up in the winter.  The &quot;right&quot; answer according to him was that you cook more in the winter.  The &quot;wrong&quot; answer that I posed was that it&#039;s cold outside and you have to heat your home.</description>
		<content:encoded><![CDATA[<p>Hey Kevin!</p>
<p>Susan and I actually went to this demonstration as well for the free vacation with the same assumption that it was legitimate.  Don&#8217;t waste your time trying to claim it, because any date you select will not be available.  I can&#8217;t find the link now, but the Chicago Tribune recently had a story about a lady who tried at least 6 times to claim the vacation, and every time the dates she selected were unavailable.  The Tribune tried to help her get the vacation, and the threat of printing the story of their bogus offer was not enough for them to give the lady the vacation.</p>
<p>I hope that at least you were able to get some good laughter out of the demonstration.  When we went, the guy was hilarious&#8211;though humor was not what he was going for.  In trying to demonstrate how efficient the pans were, he asked why utility bills go up in the winter.  The &#8220;right&#8221; answer according to him was that you cook more in the winter.  The &#8220;wrong&#8221; answer that I posed was that it&#8217;s cold outside and you have to heat your home.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Newest Project by Anonymous</title>
		<link>http://blog.cleverswine.net/2007/10/02/newest-project/comment-page-1/#comment-58</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 07 Oct 2007 02:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://cleverswine.net/?p=249#comment-58</guid>
		<description>Looks great!  You&#039;ll are so creative.</description>
		<content:encoded><![CDATA[<p>Looks great!  You&#8217;ll are so creative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on They Make a Plan by Wahoo</title>
		<link>http://blog.cleverswine.net/2007/08/30/they-make-a-plan/comment-page-1/#comment-57</link>
		<dc:creator>Wahoo</dc:creator>
		<pubDate>Sat, 06 Oct 2007 03:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://cleverswine.net/?p=230#comment-57</guid>
		<description>Thank you for sharing!</description>
		<content:encoded><![CDATA[<p>Thank you for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on They Make a Plan by Ara</title>
		<link>http://blog.cleverswine.net/2007/08/30/they-make-a-plan/comment-page-1/#comment-56</link>
		<dc:creator>Ara</dc:creator>
		<pubDate>Sun, 09 Sep 2007 13:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://cleverswine.net/?p=230#comment-56</guid>
		<description>Thanks, dude!!!</description>
		<content:encoded><![CDATA[<p>Thanks, dude!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on You Can Text Message Me by kevin</title>
		<link>http://blog.cleverswine.net/2007/08/05/you-can-text-message-me/comment-page-1/#comment-55</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Mon, 06 Aug 2007 22:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://cleverswine.net/?p=215#comment-55</guid>
		<description>You can also donate money to me :)  I added a paypal donate widget under the last.fm album listings.</description>
		<content:encoded><![CDATA[<p>You can also donate money to me <img src='http://blog.cleverswine.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I added a paypal donate widget under the last.fm album listings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Untapped Power by Daniel</title>
		<link>http://blog.cleverswine.net/2007/06/14/untapped-power/comment-page-1/#comment-48</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 20 Jul 2007 14:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://cleverswine.net/?p=183#comment-48</guid>
		<description>Had you considered running AMPAche? Its a very cool web-based music server that will run on any LAMP server. I run mine on windows, with a few tweaks, but you can easily use vmware player with a pre-built image of a LAMP server (free) at: http://www.vmware.com/vmtn/appliances/directory/729

Anyway, the ampache project can be found at: http://www.ampache.org/index.php

Daniel (yes, the PGE one)</description>
		<content:encoded><![CDATA[<p>Had you considered running AMPAche? Its a very cool web-based music server that will run on any LAMP server. I run mine on windows, with a few tweaks, but you can easily use vmware player with a pre-built image of a LAMP server (free) at: <a href="http://www.vmware.com/vmtn/appliances/directory/729" rel="nofollow">http://www.vmware.com/vmtn/appliances/directory/729</a></p>
<p>Anyway, the ampache project can be found at: <a href="http://www.ampache.org/index.php" rel="nofollow">http://www.ampache.org/index.php</a></p>
<p>Daniel (yes, the PGE one)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone, OpenMoko, HTC Shift by Kevin</title>
		<link>http://blog.cleverswine.net/2007/07/09/iphone-openmoko-htc-shift/comment-page-1/#comment-51</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Tue, 10 Jul 2007 05:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://cleverswine.net/?p=193#comment-51</guid>
		<description>that&#039;s exactly the kind of thing i don&#039; like about Apple.</description>
		<content:encoded><![CDATA[<p>that&#8217;s exactly the kind of thing i don&#8217; like about Apple.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

