<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Jason Bock's Weblog - Recent Comments</title>
    <link>http://www.jasonbock.net/JB</link>
    <description>Writing code, creating books, playing video games, and other stuff</description>
    <image>
      <url>http://www.jasonbock.net/JB/Images/Jason.jpg</url>
      <link>http://www.jasonbock.net/JB/Images/Jason.jpg</link>
      <title>Jason Bock's Weblog</title>
    </image>
    <language>en</language>
    <copyright>Copyright 2008 Jason Bock</copyright>
    <lastBuildDate>Wed, 08 Oct 2008 16:21:07 GMT</lastBuildDate>
    <managingEditor>jason@jasonbock.net</managingEditor>
    <item>
      <title>What?!</title>
      <link>http://www.jasonbock.net/JB/Default.aspx?blog=entry.ec945bf14879494a91ae6473c6691511#1e97c27189f14cf8b8cc9cd3786350fc</link>
      <description>Eric&lt;br/&gt;&lt;br/&gt;A-Ha is AWESOMELY RADICAL!&lt;br/&gt;&lt;br/&gt;I love crappy 80s music.&lt;br/&gt;&lt;br/&gt;</description>
      <pubDate>Wed, 08 Oct 2008 16:21:07 GMT</pubDate>
      <guid isPermaLink="false">1e97c27189f14cf8b8cc9cd3786350fc</guid>
    </item>
    <item>
      <title>Mocking HttpContext</title>
      <link>http://www.jasonbock.net/JB/Default.aspx?blog=entry.7a81d25ad3764f64beebc968f3f4461d#53338fb214d146318d37c35a9b091742</link>
      <description>Eric&lt;br/&gt;&lt;br/&gt;I didn't want to say it without fact-checking it first, but you can in fact mock the HttpContext in ASP.NET MVC!&lt;br/&gt;&lt;br/&gt;Example:&lt;br/&gt;&lt;br/&gt;http://sebastienlachance.com/2008/05/08/mocking-the-httpcontext-in-aspnet-mvc/&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;I also saw Religulous after the Twin Cities Developers Guild meeting tonight at a theater in Edina.  It was definitely humorous, but a bit tedious at times and embarrassingly one-sided.  Are all people who believe in god crazy nuts praying for Armageddon and the subsequent  Rapture?  This movie seems to think so.  I don't know.  Maybe that's what it's like in some places down South?  Living here in Minneapolis I really don't get the sense that most people buy into the whole Adam and Eve or Noah and his Ark stories as literal fact.  Anyway, I'd recommend it on DVD when it comes out, or if you're dying to see it check it out in the theater.  It definitely has a lot of laughs.  Religion is an easy target... :)&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description>
      <pubDate>Wed, 08 Oct 2008 04:21:17 GMT</pubDate>
      <guid isPermaLink="false">53338fb214d146318d37c35a9b091742</guid>
    </item>
    <item>
      <title>throw a pillow</title>
      <link>http://www.jasonbock.net/JB/Default.aspx?blog=entry.a8cf9184f7424d158241760832917330#c2f35eb9e08c46e796d628c62a7e542a</link>
      <description>&lt;a href="http://www.justnbusiness.com/" target="_blank"&gt;justin chase&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;I just chuck a pillow at my cat whenever he's being annoying at night. He seems to get it since he's pretty quiet these days.</description>
      <pubDate>Tue, 07 Oct 2008 16:51:03 GMT</pubDate>
      <guid isPermaLink="false">c2f35eb9e08c46e796d628c62a7e542a</guid>
    </item>
    <item>
      <title>well...</title>
      <link>http://www.jasonbock.net/JB/Default.aspx?blog=entry.a8cf9184f7424d158241760832917330#20bbbb130357448d9a021b717ef6cf6b</link>
      <description>pcomeau&lt;br/&gt;&lt;br/&gt;If they are unpainted hardwood doors I would suggest lemon oil (from the hardware store, not William Sonoma like one friend of mine once did.)&lt;br/&gt;&lt;br/&gt;Double face tape would be another option.&lt;br/&gt;&lt;br/&gt;Not sure what else that would be kid safe.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description>
      <pubDate>Tue, 07 Oct 2008 01:36:45 GMT</pubDate>
      <guid isPermaLink="false">20bbbb130357448d9a021b717ef6cf6b</guid>
    </item>
    <item>
      <title>Responses</title>
      <link>http://www.jasonbock.net/JB/Default.aspx?blog=entry.212ec8f1bd824157801d241a3e470a14#8766abb598b5483984a1c21e44664333</link>
      <description>&lt;a href="http://www.jasonbock.net/" target="_blank"&gt;Jason Bock&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Gim,&lt;br/&gt;&lt;br/&gt;I can't tell if you're serious or kidding.&lt;br/&gt;&lt;br/&gt;Chris,&lt;br/&gt;&lt;br/&gt;Good point, but that's using a 3rd-party tool. Hopefully in a future version they refactor this feature a bit.&lt;br/&gt;&lt;br/&gt;Jeff,&lt;br/&gt;&lt;br/&gt;You had me until you said, &amp;quot;I like boo&amp;quot; :P</description>
      <pubDate>Sun, 05 Oct 2008 18:59:01 GMT</pubDate>
      <guid isPermaLink="false">8766abb598b5483984a1c21e44664333</guid>
    </item>
    <item>
      <title>Software Engineer</title>
      <link>http://www.jasonbock.net/JB/Default.aspx?blog=entry.212ec8f1bd824157801d241a3e470a14#36d7d2a22560443fb044ec0e956820ba</link>
      <description>Jeff LeBert&lt;br/&gt;&lt;br/&gt;I found automatic properties fairly useless for the same reason you pointed out and also that you can't do readonly. I love the readonly keyword and hate that I can't use it with automatic properties.&lt;br/&gt;&lt;br/&gt;I think a good syntax instead of this.autofield is to just use the property name. You code would look like inside the setter:&lt;br/&gt;    this.SettableId = value;&lt;br/&gt;The only problem with this is that it looks like a recursive call. If we ignore that part and just modify the C# compiler to translate the code into setting the compiler generated backing field then life would be great. Of course, the compiler would only do this inside the setter.&lt;br/&gt;&lt;br/&gt;I was thinking we could have a similar solution for the readonly issue. Mark the property as readonly and don't specify a setter. In the constuctor, and only in the constructor, you could use this.SettableId to set the value. This is basically what readonly does to a field anyway.&lt;br/&gt;&lt;br/&gt;And now, to make this comment non-relevant, I like boo. ;-)</description>
      <pubDate>Sat, 04 Oct 2008 17:04:01 GMT</pubDate>
      <guid isPermaLink="false">36d7d2a22560443fb044ec0e956820ba</guid>
    </item>
    <item>
      <title>an excellent book</title>
      <link>http://www.jasonbock.net/JB/Default.aspx?blog=entry.e5a17d91b23348ea970326ec28340aaf#65ea367eaceb4a60a3a5bf2a08b480eb</link>
      <description>Rick Cochrane&lt;br/&gt;&lt;br/&gt;Jason - very much agree.  I found The End of Faith to be a great book, but significantly more difficult to get through than Letter to a Christian Nation.  There were a couple of chapters that were pretty heady as well, but overall, still well worth the time.  &lt;br/&gt;&lt;br/&gt;Letter to a Christian Nation is simply one of the best uses of 2 hours of your time that you'll find.  He clearly is passionate, but presents things in a persuasive (but objective) way.  </description>
      <pubDate>Sat, 04 Oct 2008 03:53:46 GMT</pubDate>
      <guid isPermaLink="false">65ea367eaceb4a60a3a5bf2a08b480eb</guid>
    </item>
    <item>
      <title>There is a refactoring to help...</title>
      <link>http://www.jasonbock.net/JB/Default.aspx?blog=entry.212ec8f1bd824157801d241a3e470a14#91052252c37f4df3ac18e2ffe4dcc2ef</link>
      <description>&lt;a href="http://www.elegantcode.com/" target="_blank"&gt;Chris Brandsma&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;There is a refactoring to help with that in ReSharper called &amp;quot;To property with backing field&amp;quot;, you get it with an alt-enter.&lt;br/&gt;&lt;br/&gt;But I still agree with you, I shouldn't have to refactor that much to get there.</description>
      <pubDate>Fri, 03 Oct 2008 23:20:37 GMT</pubDate>
      <guid isPermaLink="false">91052252c37f4df3ac18e2ffe4dcc2ef</guid>
    </item>
  </channel>
</rss>