<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" version="2.0">
  <channel>
    <title>dotnetified</title>
    <link>http://dotnetified.com/</link>
    <description>"Any sufficiently advanced technology is indistinguishable from magic." -&lt;i&gt;Arthur C. Clarke&lt;/i&gt;</description>
    <copyright>Andy Hopper</copyright>
    <lastBuildDate>Thu, 02 Mar 2006 17:51:23 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.6.4121.1</generator>
    <managingEditor>andy.hopper@mindspring.com</managingEditor>
    <webMaster>andy.hopper@mindspring.com</webMaster>
    <item>
      <trackback:ping>http://dotnetified.com/Trackback.aspx?guid=00e9c103-6b41-4d85-a0bc-818323b56311</trackback:ping>
      <pingback:server>http://dotnetified.com/pingback.aspx</pingback:server>
      <pingback:target>http://dotnetified.com/PermaLink.aspx?guid=00e9c103-6b41-4d85-a0bc-818323b56311</pingback:target>
      <wfw:comment>http://dotnetified.com/CommentView.aspx?guid=00e9c103-6b41-4d85-a0bc-818323b56311</wfw:comment>
      <wfw:commentRss>http://dotnetified.com/SyndicationService.asmx/GetEntryCommentsRss?guid=00e9c103-6b41-4d85-a0bc-818323b56311</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      I have come to the conclusion that I actively hate the new Web Application Project
      stuff in VS2005. It requires that my code live in some weird folder structure, I don't
      get to choose what files get compiled into my project, and it uses a completely different
      compiler (aspnet_compiler). I totally understand why we added this feature, it's just
      that I think we overreacted to people complaining about how hard it was to build reliable
      WebForms projects and now have made it harder to build Web Services using ASMX/Indigo.
      I really wish we'd allowed a developer to choose which project model to use if they're
      building a Web Service.
   </p>
        <p>
      In my opinion, if you're worried about having fine-grained control over compilation,
      you're probably OK with attaching a debugger to a process. With that in mind, here's
      how an ASP.NET rebel sets up his Indigo projects. Set it up as a class library, reference
      System.Web, System.Web.Services (and optionally System.ServiceModel and System.Runtime.Serialization
      if you're building an Indigo service). Unfortunately, you do lose F5 debugging and
      must either explicitly call Debugger.Launch in your startup code or manually attach
      to aspnet_wp (XP) or w3wp (2k3), but you regain control the compilation process.
   </p>
        <p>
        </p>
        <img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=00e9c103-6b41-4d85-a0bc-818323b56311" />
      </body>
      <title>Deterministic Compilation in a Web Project World</title>
      <guid>http://dotnetified.com/PermaLink.aspx?guid=00e9c103-6b41-4d85-a0bc-818323b56311</guid>
      <link>http://dotnetified.com/PermaLink.aspx?guid=00e9c103-6b41-4d85-a0bc-818323b56311</link>
      <pubDate>Thu, 02 Mar 2006 17:51:23 GMT</pubDate>
      <description>&lt;p&gt;
   I have come to the conclusion that I actively hate the new Web Application Project
   stuff in VS2005. It requires that my code live in some weird folder structure, I don't
   get to choose what files get compiled into my project, and it uses a completely different
   compiler (aspnet_compiler). I totally understand why we added this feature, it's just
   that I think we overreacted to people complaining about how hard it was to build reliable
   WebForms projects and now have made it harder to build Web Services using ASMX/Indigo.
   I really wish we'd allowed a developer to choose which project model to use if they're
   building a Web Service.
&lt;/p&gt;
&lt;p&gt;
   In my opinion, if you're worried about having fine-grained control over compilation,
   you're probably OK with attaching a debugger to a process. With that in mind, here's
   how an ASP.NET rebel sets up his Indigo projects. Set it up as a class library, reference
   System.Web, System.Web.Services (and optionally System.ServiceModel and System.Runtime.Serialization
   if you're building an Indigo service). Unfortunately, you do lose F5 debugging and
   must either explicitly call Debugger.Launch in your startup code or manually attach
   to aspnet_wp (XP) or w3wp (2k3), but you regain control the compilation process.
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=00e9c103-6b41-4d85-a0bc-818323b56311"&gt;</description>
      <comments>http://dotnetified.com/CommentView.aspx?guid=00e9c103-6b41-4d85-a0bc-818323b56311</comments>
      <category>.NET</category>
    </item>
    <item>
      <trackback:ping>http://dotnetified.com/Trackback.aspx?guid=0d08ddeb-b0d5-47f9-9005-5bcca46fef4b</trackback:ping>
      <pingback:server>http://dotnetified.com/pingback.aspx</pingback:server>
      <pingback:target>http://dotnetified.com/PermaLink.aspx?guid=0d08ddeb-b0d5-47f9-9005-5bcca46fef4b</pingback:target>
      <wfw:comment>http://dotnetified.com/CommentView.aspx?guid=0d08ddeb-b0d5-47f9-9005-5bcca46fef4b</wfw:comment>
      <wfw:commentRss>http://dotnetified.com/SyndicationService.asmx/GetEntryCommentsRss?guid=0d08ddeb-b0d5-47f9-9005-5bcca46fef4b</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      A warning to anyone who is installing the Feb CTP as an upgrade from XP; uninstall
      ActiveSync before you upgrade. I just got bit by this, and it's annoying.
   </p>
        <img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=0d08ddeb-b0d5-47f9-9005-5bcca46fef4b" />
      </body>
      <title>Vista Feb CTP and ActiveSync</title>
      <guid>http://dotnetified.com/PermaLink.aspx?guid=0d08ddeb-b0d5-47f9-9005-5bcca46fef4b</guid>
      <link>http://dotnetified.com/PermaLink.aspx?guid=0d08ddeb-b0d5-47f9-9005-5bcca46fef4b</link>
      <pubDate>Fri, 24 Feb 2006 21:46:36 GMT</pubDate>
      <description>&lt;p&gt;
   A warning to anyone who is installing the Feb CTP as an upgrade from XP; uninstall
   ActiveSync before you upgrade. I just got bit by this, and it's annoying.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=0d08ddeb-b0d5-47f9-9005-5bcca46fef4b"&gt;</description>
      <comments>http://dotnetified.com/CommentView.aspx?guid=0d08ddeb-b0d5-47f9-9005-5bcca46fef4b</comments>
    </item>
    <item>
      <trackback:ping>http://dotnetified.com/Trackback.aspx?guid=c3525956-911d-4766-91d5-d9694530e764</trackback:ping>
      <pingback:server>http://dotnetified.com/pingback.aspx</pingback:server>
      <pingback:target>http://dotnetified.com/PermaLink.aspx?guid=c3525956-911d-4766-91d5-d9694530e764</pingback:target>
      <wfw:comment>http://dotnetified.com/CommentView.aspx?guid=c3525956-911d-4766-91d5-d9694530e764</wfw:comment>
      <wfw:commentRss>http://dotnetified.com/SyndicationService.asmx/GetEntryCommentsRss?guid=c3525956-911d-4766-91d5-d9694530e764</wfw:commentRss>
      <slash:comments>0</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      As a good little coder, I sprinkle debug assertions just before many places where
      I throw exceptions. Problem is, I have unit test code that wants to hit those exceptions
      to verify error handling behavior, and the unit test came to a screeching halt when
      it ran into those assertions - it would wait indefinitely for some user to show mercy
      and click the dialog away so that it could barrel on and encounter the exception it
      wanted. So, I discovered this handy little tidbit.
   </p>
        <p>
      foreach (System.Diagnostics.TraceListener listener in System.Diagnostics.Debug.Listeners)<br />
      {<br />
        System.Diagnostics.DefaultTraceListener defaultListener = listener as
      System.Diagnostics.DefaultTraceListener;<br />
        if (defaultListener != null &amp;&amp; !System.Diagnostics.Debugger.IsAttached)<br />
        {<br />
          defaultListener.AssertUiEnabled = false;<br />
        }<br />
      }<br /></p>
        <img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=c3525956-911d-4766-91d5-d9694530e764" />
      </body>
      <title>How do I suppress debug assertion dialogs?</title>
      <guid>http://dotnetified.com/PermaLink.aspx?guid=c3525956-911d-4766-91d5-d9694530e764</guid>
      <link>http://dotnetified.com/PermaLink.aspx?guid=c3525956-911d-4766-91d5-d9694530e764</link>
      <pubDate>Wed, 15 Feb 2006 05:53:10 GMT</pubDate>
      <description>&lt;p&gt;
   As a good little coder, I sprinkle debug assertions just before many places where
   I throw exceptions. Problem is, I have unit test code that wants to hit those exceptions
   to verify error handling behavior, and the unit test came to a screeching halt when
   it ran into those assertions - it would wait indefinitely for some user to show mercy
   and click the dialog away so that it could barrel on and encounter the exception it
   wanted. So, I discovered this handy little tidbit.
&lt;/p&gt;
&lt;p&gt;
   foreach (System.Diagnostics.TraceListener listener in System.Diagnostics.Debug.Listeners)&lt;br&gt;
   {&lt;br&gt;
   &amp;nbsp;&amp;nbsp;System.Diagnostics.DefaultTraceListener defaultListener = listener as
   System.Diagnostics.DefaultTraceListener;&lt;br&gt;
   &amp;nbsp;&amp;nbsp;if (defaultListener != null &amp;amp;&amp;amp; !System.Diagnostics.Debugger.IsAttached)&lt;br&gt;
   &amp;nbsp;&amp;nbsp;{&lt;br&gt;
   &amp;nbsp;&amp;nbsp;&amp;nbsp; defaultListener.AssertUiEnabled = false;&lt;br&gt;
   &amp;nbsp;&amp;nbsp;}&lt;br&gt;
   }&lt;br&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=c3525956-911d-4766-91d5-d9694530e764"&gt;</description>
      <comments>http://dotnetified.com/CommentView.aspx?guid=c3525956-911d-4766-91d5-d9694530e764</comments>
    </item>
    <item>
      <trackback:ping>http://dotnetified.com/Trackback.aspx?guid=448a64eb-5b37-4d6b-a3db-fe0d46c76774</trackback:ping>
      <pingback:server>http://dotnetified.com/pingback.aspx</pingback:server>
      <pingback:target>http://dotnetified.com/PermaLink.aspx?guid=448a64eb-5b37-4d6b-a3db-fe0d46c76774</pingback:target>
      <wfw:comment>http://dotnetified.com/CommentView.aspx?guid=448a64eb-5b37-4d6b-a3db-fe0d46c76774</wfw:comment>
      <wfw:commentRss>http://dotnetified.com/SyndicationService.asmx/GetEntryCommentsRss?guid=448a64eb-5b37-4d6b-a3db-fe0d46c76774</wfw:commentRss>
      <slash:comments>0</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      So I've found that the whole blog-thing got stack-ranked to the bottom of my “things
      to do when I'm not at work” list. I'll try to bring it back a tad higher.
   </p>
        <img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=448a64eb-5b37-4d6b-a3db-fe0d46c76774" />
      </body>
      <title>Wow. First post in almost a year.</title>
      <guid>http://dotnetified.com/PermaLink.aspx?guid=448a64eb-5b37-4d6b-a3db-fe0d46c76774</guid>
      <link>http://dotnetified.com/PermaLink.aspx?guid=448a64eb-5b37-4d6b-a3db-fe0d46c76774</link>
      <pubDate>Wed, 15 Feb 2006 05:46:01 GMT</pubDate>
      <description>&lt;p&gt;
   So I've found that the whole blog-thing got stack-ranked to the bottom of my &amp;#8220;things
   to do when I'm not at work&amp;#8221; list. I'll try to bring it back a tad higher.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=448a64eb-5b37-4d6b-a3db-fe0d46c76774"&gt;</description>
      <comments>http://dotnetified.com/CommentView.aspx?guid=448a64eb-5b37-4d6b-a3db-fe0d46c76774</comments>
    </item>
    <item>
      <trackback:ping>http://dotnetified.com/Trackback.aspx?guid=5c3badf2-1b5a-4a7e-90ae-8df0514cc97d</trackback:ping>
      <pingback:server>http://dotnetified.com/pingback.aspx</pingback:server>
      <pingback:target>http://dotnetified.com/PermaLink.aspx?guid=5c3badf2-1b5a-4a7e-90ae-8df0514cc97d</pingback:target>
      <wfw:comment>http://dotnetified.com/CommentView.aspx?guid=5c3badf2-1b5a-4a7e-90ae-8df0514cc97d</wfw:comment>
      <wfw:commentRss>http://dotnetified.com/SyndicationService.asmx/GetEntryCommentsRss?guid=5c3badf2-1b5a-4a7e-90ae-8df0514cc97d</wfw:commentRss>
      <slash:comments>3</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      I'm finally getting to spend some quality time with <a href="http://dotnetified.com/lab.msdn.microsoft.com/vs2005/teamsystem/">VSTS</a>,
      and man, it is pretty slick. After the upcoming Beta 2 release I'm planning to post
      a few items about how to play with some of the more interesting extensibility hooks
      over the next few days. In particular, I give a tutorial on how to create custom
      work items and how you can register your application for notifications (and how you
      can make those notifications look like events to your desktop application).
   </p>
        <img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=5c3badf2-1b5a-4a7e-90ae-8df0514cc97d" />
      </body>
      <title>Visual Studio Team System Rocks!</title>
      <guid>http://dotnetified.com/PermaLink.aspx?guid=5c3badf2-1b5a-4a7e-90ae-8df0514cc97d</guid>
      <link>http://dotnetified.com/PermaLink.aspx?guid=5c3badf2-1b5a-4a7e-90ae-8df0514cc97d</link>
      <pubDate>Sat, 26 Mar 2005 22:31:11 GMT</pubDate>
      <description>&lt;p&gt;
   I'm finally getting to spend some quality time with &lt;a href="http://dotnetified.com/lab.msdn.microsoft.com/vs2005/teamsystem/"&gt;VSTS&lt;/a&gt;,
   and man, it is pretty slick. After the upcoming Beta 2 release I'm planning to post
   a few items about how to play with some of the more interesting extensibility hooks
   over the next few days. In particular, I give&amp;nbsp;a tutorial on how to create custom
   work items and how you can register your application for notifications (and how you
   can make those notifications look like events to your desktop application).
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=5c3badf2-1b5a-4a7e-90ae-8df0514cc97d"&gt;</description>
      <comments>http://dotnetified.com/CommentView.aspx?guid=5c3badf2-1b5a-4a7e-90ae-8df0514cc97d</comments>
      <category>.NET</category>
    </item>
    <item>
      <trackback:ping>http://dotnetified.com/Trackback.aspx?guid=c40eae65-0188-4453-b5be-5ff69a7db35d</trackback:ping>
      <pingback:server>http://dotnetified.com/pingback.aspx</pingback:server>
      <pingback:target>http://dotnetified.com/PermaLink.aspx?guid=c40eae65-0188-4453-b5be-5ff69a7db35d</pingback:target>
      <wfw:comment>http://dotnetified.com/CommentView.aspx?guid=c40eae65-0188-4453-b5be-5ff69a7db35d</wfw:comment>
      <wfw:commentRss>http://dotnetified.com/SyndicationService.asmx/GetEntryCommentsRss?guid=c40eae65-0188-4453-b5be-5ff69a7db35d</wfw:commentRss>
      <slash:comments>0</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      So, I haven't been geeking out nearly enough lately. I finally took a look at <a href="http://www.iunknown.com/">John
      Lam's</a> blog and saw his <a href="http://www.wxplotter.com/ft_nq.php">Nerd Quiz</a> score.
      Because I am a good alpha-geek, I had to take it. And here's my score:
   </p>
        <p>
       
   </p>
        <a href="http://www.wxplotter.com/ft_nq.php?im">
          <img alt="I am nerdier than 95% of all people. Are you nerdier? Click here to find out!" src="http://www.wxplotter.com/images/ft/nq.php?val=1786" />
        </a>
        <img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=c40eae65-0188-4453-b5be-5ff69a7db35d" />
      </body>
      <title>Nerd God</title>
      <guid>http://dotnetified.com/PermaLink.aspx?guid=c40eae65-0188-4453-b5be-5ff69a7db35d</guid>
      <link>http://dotnetified.com/PermaLink.aspx?guid=c40eae65-0188-4453-b5be-5ff69a7db35d</link>
      <pubDate>Tue, 01 Mar 2005 02:32:38 GMT</pubDate>
      <description>&lt;p&gt;
   So, I haven't been geeking out nearly enough lately. I finally took a look at &lt;a href="http://www.iunknown.com/"&gt;John
   Lam's&lt;/a&gt; blog and saw his &lt;a href="http://www.wxplotter.com/ft_nq.php"&gt;Nerd Quiz&lt;/a&gt; score.
   Because I am a good alpha-geek, I had to take it. And here's my score:
&lt;/p&gt;
&lt;p&gt;
   &amp;nbsp;
&lt;/p&gt;
&lt;a href="http://www.wxplotter.com/ft_nq.php?im"&gt;&lt;img alt="I am nerdier than 95% of all people. Are you nerdier? Click here to find out!" src="http://www.wxplotter.com/images/ft/nq.php?val=1786"&gt; &lt;/a&gt;&lt;img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=c40eae65-0188-4453-b5be-5ff69a7db35d"&gt;</description>
      <comments>http://dotnetified.com/CommentView.aspx?guid=c40eae65-0188-4453-b5be-5ff69a7db35d</comments>
    </item>
    <item>
      <trackback:ping>http://dotnetified.com/Trackback.aspx?guid=972d87bc-013c-4cd6-ac85-f3f39917e607</trackback:ping>
      <pingback:server>http://dotnetified.com/pingback.aspx</pingback:server>
      <pingback:target>http://dotnetified.com/PermaLink.aspx?guid=972d87bc-013c-4cd6-ac85-f3f39917e607</pingback:target>
      <wfw:comment>http://dotnetified.com/CommentView.aspx?guid=972d87bc-013c-4cd6-ac85-f3f39917e607</wfw:comment>
      <wfw:commentRss>http://dotnetified.com/SyndicationService.asmx/GetEntryCommentsRss?guid=972d87bc-013c-4cd6-ac85-f3f39917e607</wfw:commentRss>
      <slash:comments>0</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      I was a pretty diehard VMWare user before I came to Microsoft, but I decided to be
      a good 'Softie and give <a href="http://www.microsoft.com/windows/virtualpc/default.mspx">Virtual
      PC 2004</a> a chance. In general, I'm satisfied, but the one thing in particular
      that I absolutely <em>love</em> is the Undo Disk. If you enable this option for a
      virtual machine, Virtual PC will prompt you to commit or discard the changes you've
      made to the virtual machine when you shut it down.
   </p>
        <p>
      If you are going to be doing any installer work, I highly recommend this feature -
      it certainly beats manually copying the virtual hard drive files.
   </p>
        <img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=972d87bc-013c-4cd6-ac85-f3f39917e607" />
      </body>
      <title>Virtual PC 2004 has won me over</title>
      <guid>http://dotnetified.com/PermaLink.aspx?guid=972d87bc-013c-4cd6-ac85-f3f39917e607</guid>
      <link>http://dotnetified.com/PermaLink.aspx?guid=972d87bc-013c-4cd6-ac85-f3f39917e607</link>
      <pubDate>Thu, 28 Oct 2004 18:18:50 GMT</pubDate>
      <description>&lt;p&gt;
   I was a pretty diehard VMWare user before I came to Microsoft, but I decided to be
   a good 'Softie and give &lt;a href="http://www.microsoft.com/windows/virtualpc/default.mspx"&gt;Virtual
   PC 2004&lt;/a&gt;&amp;nbsp;a chance. In general, I'm satisfied, but the one thing in particular
   that I absolutely &lt;em&gt;love&lt;/em&gt; is the Undo Disk. If you enable this option for a
   virtual machine, Virtual PC will prompt you to commit or discard the changes you've
   made to the virtual machine when you shut it down.
&lt;/p&gt;
&lt;p&gt;
   If you are going to be doing any installer work, I highly recommend this feature -
   it certainly beats manually copying the virtual hard drive files.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=972d87bc-013c-4cd6-ac85-f3f39917e607"&gt;</description>
      <comments>http://dotnetified.com/CommentView.aspx?guid=972d87bc-013c-4cd6-ac85-f3f39917e607</comments>
    </item>
    <item>
      <trackback:ping>http://dotnetified.com/Trackback.aspx?guid=b2c72795-289d-4ee3-9197-59600c6ab3bc</trackback:ping>
      <pingback:server>http://dotnetified.com/pingback.aspx</pingback:server>
      <pingback:target>http://dotnetified.com/PermaLink.aspx?guid=b2c72795-289d-4ee3-9197-59600c6ab3bc</pingback:target>
      <wfw:comment>http://dotnetified.com/CommentView.aspx?guid=b2c72795-289d-4ee3-9197-59600c6ab3bc</wfw:comment>
      <wfw:commentRss>http://dotnetified.com/SyndicationService.asmx/GetEntryCommentsRss?guid=b2c72795-289d-4ee3-9197-59600c6ab3bc</wfw:commentRss>
      <slash:comments>0</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      ... when they could have made them <a href="http://www.glofish.com/">glow in the dark</a>,
      too?
   </p>
        <p>
          <a href="http://www.cnn.com/2004/TECH/10/27/biotechnology.cats/index.html">http://www.cnn.com/2004/TECH/10/27/biotechnology.cats/index.html</a>
        </p>
        <img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=b2c72795-289d-4ee3-9197-59600c6ab3bc" />
      </body>
      <title>Why stop there?</title>
      <guid>http://dotnetified.com/PermaLink.aspx?guid=b2c72795-289d-4ee3-9197-59600c6ab3bc</guid>
      <link>http://dotnetified.com/PermaLink.aspx?guid=b2c72795-289d-4ee3-9197-59600c6ab3bc</link>
      <pubDate>Wed, 27 Oct 2004 16:35:19 GMT</pubDate>
      <description>&lt;p&gt;
   ... when they could have made them &lt;a href="http://www.glofish.com/"&gt;glow in the dark&lt;/a&gt;,
   too?
&lt;/p&gt;
&lt;p&gt;
   &lt;a href="http://www.cnn.com/2004/TECH/10/27/biotechnology.cats/index.html"&gt;http://www.cnn.com/2004/TECH/10/27/biotechnology.cats/index.html&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=b2c72795-289d-4ee3-9197-59600c6ab3bc"&gt;</description>
      <comments>http://dotnetified.com/CommentView.aspx?guid=b2c72795-289d-4ee3-9197-59600c6ab3bc</comments>
    </item>
    <item>
      <trackback:ping>http://dotnetified.com/Trackback.aspx?guid=3e21aae3-2343-4ad6-9536-d4d9c8e34c9d</trackback:ping>
      <pingback:server>http://dotnetified.com/pingback.aspx</pingback:server>
      <pingback:target>http://dotnetified.com/PermaLink.aspx?guid=3e21aae3-2343-4ad6-9536-d4d9c8e34c9d</pingback:target>
      <wfw:comment>http://dotnetified.com/CommentView.aspx?guid=3e21aae3-2343-4ad6-9536-d4d9c8e34c9d</wfw:comment>
      <wfw:commentRss>http://dotnetified.com/SyndicationService.asmx/GetEntryCommentsRss?guid=3e21aae3-2343-4ad6-9536-d4d9c8e34c9d</wfw:commentRss>
      <slash:comments>5</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      It took WAY longer than I thought to get everything set back up. I am no longer an
      Earthlink customer - they were simply unable to get service established. My personal
      favorite was when they told me that they couldn't provide me with DSL service because
      I already <em>had</em> DSL (their vendor had somehow half-provisioned the line). After
      two months of waiting, I gave up and went with the local provider, Qwest. So far,
      so good.
   </p>
        <p>
      So, if you are one of the few who left me in their list of RSS feeds, thanks! For
      the rest of you, I'll just have to entice you back.
   </p>
        <img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=3e21aae3-2343-4ad6-9536-d4d9c8e34c9d" />
      </body>
      <title>I'm back</title>
      <guid>http://dotnetified.com/PermaLink.aspx?guid=3e21aae3-2343-4ad6-9536-d4d9c8e34c9d</guid>
      <link>http://dotnetified.com/PermaLink.aspx?guid=3e21aae3-2343-4ad6-9536-d4d9c8e34c9d</link>
      <pubDate>Fri, 22 Oct 2004 16:52:48 GMT</pubDate>
      <description>&lt;p&gt;
   It took WAY longer than I thought to get everything set back up. I am no longer an
   Earthlink customer - they were simply unable to get service established. My personal
   favorite was when they told me that they couldn't provide me with DSL service because
   I already &lt;em&gt;had&lt;/em&gt; DSL (their vendor had somehow half-provisioned the line). After
   two months of waiting, I gave up and went with the local provider, Qwest. So far,
   so good.
&lt;/p&gt;
&lt;p&gt;
   So, if you are one of the few who left me in their list of RSS feeds, thanks! For
   the rest of you, I'll just have to entice you back.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=3e21aae3-2343-4ad6-9536-d4d9c8e34c9d"&gt;</description>
      <comments>http://dotnetified.com/CommentView.aspx?guid=3e21aae3-2343-4ad6-9536-d4d9c8e34c9d</comments>
      <category>Personal</category>
    </item>
    <item>
      <trackback:ping>http://dotnetified.com/Trackback.aspx?guid=1840d827-3cb6-4488-bda0-19ab050f2862</trackback:ping>
      <pingback:server>http://dotnetified.com/pingback.aspx</pingback:server>
      <pingback:target>http://dotnetified.com/PermaLink.aspx?guid=1840d827-3cb6-4488-bda0-19ab050f2862</pingback:target>
      <wfw:comment>http://dotnetified.com/CommentView.aspx?guid=1840d827-3cb6-4488-bda0-19ab050f2862</wfw:comment>
      <wfw:commentRss>http://dotnetified.com/SyndicationService.asmx/GetEntryCommentsRss?guid=1840d827-3cb6-4488-bda0-19ab050f2862</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      I can't help but complain that I don't get any credit for <a href="http://microsoft.gamerfeed.com/gf/news/6430/">this</a>.
   </p>
        <p>
      I harangue these folks to add videoconferencing support to Live!, I get told that
      it's just not going to be possible on the XBox (1 <em>or</em> 2), and just today
      one of my friends sends me the above link. Oh, the humiliation... Hey! Perhaps I'll
      get to gripe to someone in person when I get up there next week.
   </p>
        <p>
      For the record, <a href="/CommentView.aspx?guid=ac01ee27-8944-47b2-8306-67c917df5678">this
      is my original post on the topic</a>, and <a href="/CommentView.aspx?guid=a9dc269a-42d1-434b-b0ec-0eb39398913e">this
      was a follow-up</a>. Note the dates: 6/29/2003 and 1/25/2004. Curses.<br /><br />
      (And yes, I am sure I'm not the first person to have voiced a desire for this capability,
      but it's much more fun to act like I am!)
   </p>
        <img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=1840d827-3cb6-4488-bda0-19ab050f2862" />
      </body>
      <title>Son of a...</title>
      <guid>http://dotnetified.com/PermaLink.aspx?guid=1840d827-3cb6-4488-bda0-19ab050f2862</guid>
      <link>http://dotnetified.com/PermaLink.aspx?guid=1840d827-3cb6-4488-bda0-19ab050f2862</link>
      <pubDate>Wed, 12 May 2004 03:00:53 GMT</pubDate>
      <description>&lt;p&gt;
   I can't help but complain that I don't get any credit for &lt;a href="http://microsoft.gamerfeed.com/gf/news/6430/"&gt;this&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
   I harangue these folks to add videoconferencing support to Live!, I get told that
   it's just not going to be possible on the XBox (1 &lt;em&gt;or&lt;/em&gt; 2),&amp;nbsp;and just today
   one of my friends sends me the above link. Oh, the humiliation... Hey! Perhaps I'll
   get to gripe to someone in person when I get up there next week.
&lt;/p&gt;
&lt;p&gt;
   For the record, &lt;a href="/CommentView.aspx?guid=ac01ee27-8944-47b2-8306-67c917df5678"&gt;this
   is my original post on the topic&lt;/a&gt;, and &lt;a href="/CommentView.aspx?guid=a9dc269a-42d1-434b-b0ec-0eb39398913e"&gt;this
   was&amp;nbsp;a follow-up&lt;/a&gt;. Note the dates: 6/29/2003 and 1/25/2004. Curses.&lt;br&gt;
   &lt;br&gt;
   (And yes, I am sure I'm not the first person to have voiced a desire for this capability,
   but it's much more fun to act like I am!)
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=1840d827-3cb6-4488-bda0-19ab050f2862"&gt;</description>
      <comments>http://dotnetified.com/CommentView.aspx?guid=1840d827-3cb6-4488-bda0-19ab050f2862</comments>
      <category>XBox</category>
    </item>
    <item>
      <trackback:ping>http://dotnetified.com/Trackback.aspx?guid=37abfa06-1e66-4d0f-860a-df4947184051</trackback:ping>
      <pingback:server>http://dotnetified.com/pingback.aspx</pingback:server>
      <pingback:target>http://dotnetified.com/PermaLink.aspx?guid=37abfa06-1e66-4d0f-860a-df4947184051</pingback:target>
      <wfw:comment>http://dotnetified.com/CommentView.aspx?guid=37abfa06-1e66-4d0f-860a-df4947184051</wfw:comment>
      <wfw:commentRss>http://dotnetified.com/SyndicationService.asmx/GetEntryCommentsRss?guid=37abfa06-1e66-4d0f-860a-df4947184051</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      I will say this for Microsoft - they make moving a great distance about as painless
      as they possibly can. They use professional movers, so there's no need to pack - in
      fact, they recommend that you do NOT pack since boxes won't be insured by the moving
      company if you pack them yourselves. They will put us up in an apartment while we're
      waiting for our house to sell (within reason, that is). They even transport our cars
      for us. Now, if only we could convince all of our friends and family to move up to
      Seattle.
   </p>
        <p>
      If you're one of the people who know me personally (hi, guys!), you'll know that this
      is something I've wanted to do for quite some time, and I couldn't resist the opportunity
      once it presented itself. I am certain I will love working at Microsoft. We've heard
      that Seattle is gorgeous. We've been told countless times we will love it up there
      (and we honestly do believe it). On the other hand, we will miss Atlanta and the
      people we love terribly. Ah, well - growth never does seem to happen without some
      measure of pain.
   </p>
        <p>
      So! For those of you in the Redmond area: I arrive May 17th, and I won't be encumbered
      by the wife+child for a couple of weeks. Drop me a line and I'll buy you expensive
      beer in exchange for you giving me a core dump on Redmond, day-care centers, where
      good neighborhoods are, etc.
   </p>
        <img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=37abfa06-1e66-4d0f-860a-df4947184051" />
      </body>
      <title>Uproot Yourself for Fun and Profit!</title>
      <guid>http://dotnetified.com/PermaLink.aspx?guid=37abfa06-1e66-4d0f-860a-df4947184051</guid>
      <link>http://dotnetified.com/PermaLink.aspx?guid=37abfa06-1e66-4d0f-860a-df4947184051</link>
      <pubDate>Sat, 24 Apr 2004 01:43:38 GMT</pubDate>
      <description>&lt;p&gt;
   I will say this for Microsoft - they make moving a great distance about as painless
   as they possibly can. They use professional movers, so there's no need to pack - in
   fact, they recommend that you do NOT pack since boxes won't be insured by the moving
   company if you pack them yourselves. They will put us up in an apartment while we're
   waiting for our house to sell (within reason, that is). They even transport our cars
   for us. Now, if only we could convince all of our friends and family to move up to
   Seattle.
&lt;/p&gt;
&lt;p&gt;
   If you're one of the people who know me personally (hi, guys!), you'll know that this
   is something I've wanted to do for quite some time, and I couldn't resist the opportunity
   once it presented itself. I am certain I will love working at Microsoft. We've heard
   that Seattle is gorgeous. We've been told countless times we will love it up there
   (and we honestly do believe it). On the other hand, we will miss Atlanta and&amp;nbsp;the
   people we love terribly. Ah, well - growth never does seem to happen without&amp;nbsp;some
   measure of pain.
&lt;/p&gt;
&lt;p&gt;
   So! For those of you in the Redmond area: I arrive May 17th, and I won't be encumbered
   by the wife+child for a couple of weeks. Drop me a line and I'll buy you expensive
   beer in exchange for you giving me a core dump on Redmond, day-care centers, where
   good neighborhoods are, etc.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dotnetified.com/aggbug.ashx?id=37abfa06-1e66-4d0f-860a-df4947184051"&gt;</description>
      <comments>http://dotnetified.com/CommentView.aspx?guid=37abfa06-1e66-4d0f-860a-df4947184051</comments>
      <category>Personal</category>
    </item>
  </channel>
</rss>