<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" 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:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>This Old Code - ASP.NET</title>
    <link>http://thisoldcode.net/</link>
    <description>(Architecture + Development) ^ Testing = Product </description>
    <language>en-us</language>
    <copyright>Aaron Fischer</copyright>
    <lastBuildDate>Fri, 04 Jul 2008 00:01:54 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.0.7226.0</generator>
    <managingEditor>aaron@microfisch.com</managingEditor>
    <webMaster>aaron@microfisch.com</webMaster>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=661deda7-d530-4d52-a358-b7d936774a60</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,661deda7-d530-4d52-a358-b7d936774a60.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,661deda7-d530-4d52-a358-b7d936774a60.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=661deda7-d530-4d52-a358-b7d936774a60</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
When you set a DataGrid’s datasoure to a LinqDataSource control you still need to
handle the paging event in your code behind file.  It’s also worth noting that
the DataGrid does not use the Linq skip and take paging functionality.  The DataGrid
will simply request all results and page them in memory.
</p>
        <p>
When you over load the OnSelecting event you do not need to specify a datacontext
or TableName or other query specific properties.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=661deda7-d530-4d52-a358-b7d936774a60" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>LinqDataSoure Observations</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,661deda7-d530-4d52-a358-b7d936774a60.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,661deda7-d530-4d52-a358-b7d936774a60.aspx</link>
      <pubDate>Fri, 04 Jul 2008 00:01:54 GMT</pubDate>
      <description>&lt;p&gt;
When you set a DataGrid’s datasoure to a LinqDataSource control you still need to
handle the paging event in your code behind file.&amp;nbsp; It’s also worth noting that
the DataGrid does not use the Linq skip and take paging functionality.&amp;nbsp; The DataGrid
will simply request all results and page them in memory.
&lt;/p&gt;
&lt;p&gt;
When you over load the OnSelecting event you do not need to specify a datacontext
or TableName or other query specific properties.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=661deda7-d530-4d52-a358-b7d936774a60" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,661deda7-d530-4d52-a358-b7d936774a60.aspx</comments>
      <category>ASP.NET</category>
      <category>LINQ</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=5ef7a61a-d7f0-4a2e-87e4-46859b1b5a76</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,5ef7a61a-d7f0-4a2e-87e4-46859b1b5a76.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,5ef7a61a-d7f0-4a2e-87e4-46859b1b5a76.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=5ef7a61a-d7f0-4a2e-87e4-46859b1b5a76</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
When we first started using Ajax we noticed some difficulty getting the resources 
to work with our HTTP compression filter.  Now I have a better understanding
of what issues are luring thanks to Carloc <a href="http://blogs.msdn.com/carloc/archive/2008/01/21/ajax-resource-intermittently-not-accessible-http-compression.aspx">Ajax
resource intermittently not accessible (http compression)</a></p>
        <blockquote>
          <p>
This means that Ajax does support compression for Internet Explorer 7 but it does <strong>not</strong> support
compression for Internet Explorer 6. Why? 
</p>
          <p>
Well, the fact is that IE6 has some serious troubles with compressed content, and
those issues have been resolved in IE7: 
</p>
          <ul>
            <li>
              <a href="http://support.microsoft.com/kb/871205">Internet Explorer may not decompress
HTTP content when you visit a web site</a> (scheduled for IE6 SP2) 
</li>
            <li>
              <a href="http://support.microsoft.com/?kbid=837251">Internet Explorer does not correctly
decompress data that uses the GZIP data compression method</a> (scheduled for IE6
SP2) 
</li>
            <li>
              <a href="http://support.microsoft.com/?kbid=928491">FIX: Internet Explorer 6 does
not display the previous Web page when you browse an ASP.NET Web application and then
click the Back button</a> (scheduled for Windows XP SP3) 
</li>
          </ul>
          <p>
Another release containing several fixes is in the latest Windows Script 5.7 which
contains updates for jscript parser: 
</p>
          <ul>
            <li>
              <a href="http://support.microsoft.com/kb/919237">You may experience slow performance
when you view a Web page that uses JScript in Internet Explorer 6</a> (scheduled for
WinXP SP3) 
</li>
          </ul>
          <p>
 
</p>
        </blockquote>
        <p>
I never realized IE6 had so many compression issues. 
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=5ef7a61a-d7f0-4a2e-87e4-46859b1b5a76" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>How's That Compression Going With Ajax?</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,5ef7a61a-d7f0-4a2e-87e4-46859b1b5a76.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,5ef7a61a-d7f0-4a2e-87e4-46859b1b5a76.aspx</link>
      <pubDate>Mon, 21 Jan 2008 19:18:02 GMT</pubDate>
      <description>&lt;p&gt;
When we first started using Ajax we noticed some difficulty getting the resources&amp;nbsp;
to work with our HTTP compression filter.&amp;nbsp; Now I have a better understanding
of what issues are luring thanks to Carloc &lt;a href="http://blogs.msdn.com/carloc/archive/2008/01/21/ajax-resource-intermittently-not-accessible-http-compression.aspx"&gt;Ajax
resource intermittently not accessible (http compression)&lt;/a&gt; &lt;blockquote&gt; 
&lt;p&gt;
This means that Ajax does support compression for Internet Explorer 7 but it does &lt;strong&gt;not&lt;/strong&gt; support
compression for Internet Explorer 6. Why? 
&lt;p&gt;
Well, the fact is that IE6 has some serious troubles with compressed content, and
those issues have been resolved in IE7: 
&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://support.microsoft.com/kb/871205"&gt;Internet Explorer may not decompress
HTTP content when you visit a web site&lt;/a&gt; (scheduled for IE6 SP2) 
&lt;li&gt;
&lt;a href="http://support.microsoft.com/?kbid=837251"&gt;Internet Explorer does not correctly
decompress data that uses the GZIP data compression method&lt;/a&gt; (scheduled for IE6
SP2) 
&lt;li&gt;
&lt;a href="http://support.microsoft.com/?kbid=928491"&gt;FIX: Internet Explorer 6 does
not display the previous Web page when you browse an ASP.NET Web application and then
click the Back button&lt;/a&gt; (scheduled for Windows XP SP3) 
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Another release containing several fixes is in the latest Windows Script 5.7 which
contains updates for jscript parser: 
&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://support.microsoft.com/kb/919237"&gt;You may experience slow performance
when you view a Web page that uses JScript in Internet Explorer 6&lt;/a&gt; (scheduled for
WinXP SP3) 
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
I never realized IE6 had so many compression issues. 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=5ef7a61a-d7f0-4a2e-87e4-46859b1b5a76" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,5ef7a61a-d7f0-4a2e-87e4-46859b1b5a76.aspx</comments>
      <category>AJAX</category>
      <category>ASP.NET</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=8f81094a-8ebf-4421-b142-5c8bd659023a</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,8f81094a-8ebf-4421-b142-5c8bd659023a.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,8f81094a-8ebf-4421-b142-5c8bd659023a.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=8f81094a-8ebf-4421-b142-5c8bd659023a</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
In July Microsoft released Security Bulletin <a href="http://www.microsoft.com/technet/security/bulletin/ms07-040.mspx">MS07-040-Critical</a><a href="http://support.microsoft.com/kb/931212">Vulnerabilities
in .NET Framework Could Allow Remote Code Execution (931212)</a>  
</p>
        <p>
A Security Update for Microsoft.net Framework 2.0 (<a href="http://support.microsoft.com/kb/928365/">KB928365</a>)
was released for  windows server 2003 
</p>
        <p>
          <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=BA3CEB78-8E1B-4C38-ADFD-E8BC95AE548D&amp;displaylang=en">this
updates System.web.dll</a>
        </p>
        <p>
I have found this security update to crash IIS and any asp.net 2.0 web site/web service
w3wp.exe to be restarted on every web request.
</p>
        <p>
It looks like this is only a problem when this security patch is automatically installed
via windows updates.  Once I uninstalled the security update the crashing issue
went away.  When I manually reinstalled the security update and rebooted IIS
and ASP.NET continued to function correctly with out error.
</p>
        <p>
 
</p>
        <p>
Also updated was,
</p>
        <blockquote>
          <p>
 <a href="http://support.microsoft.com/kb/940521/">940521</a> (http://support.microsoft.com/kb/940521/)
The behavior of UTF8Encoding, Unicode Encoding, and UTF32Encoding changes to comply
to the Unicode 5.0 requirements for Unicode encodings after you install the security
update for the .NET Framework 2.0 that is described in security bulletin MS07-040
</p>
        </blockquote>
        <p>
this seems to affect how ASP.NET generates its web control names.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=8f81094a-8ebf-4421-b142-5c8bd659023a" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Security Updates Are Not Always Your Friends</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,8f81094a-8ebf-4421-b142-5c8bd659023a.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,8f81094a-8ebf-4421-b142-5c8bd659023a.aspx</link>
      <pubDate>Mon, 01 Oct 2007 17:27:40 GMT</pubDate>
      <description>&lt;p&gt;
In July Microsoft released Security Bulletin &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms07-040.mspx"&gt;MS07-040-Critical&lt;/a&gt; &lt;a href="http://support.microsoft.com/kb/931212"&gt;Vulnerabilities
in .NET Framework Could Allow Remote Code Execution (931212)&lt;/a&gt;&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
A Security Update for Microsoft.net Framework 2.0 (&lt;a href="http://support.microsoft.com/kb/928365/"&gt;KB928365&lt;/a&gt;)
was released for &amp;nbsp;windows server 2003 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=BA3CEB78-8E1B-4C38-ADFD-E8BC95AE548D&amp;amp;displaylang=en"&gt;this
updates System.web.dll&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
I have found this security update to crash IIS and any asp.net 2.0 web site/web service
w3wp.exe to be restarted on every web request.
&lt;/p&gt;
&lt;p&gt;
It looks like this is only a problem when this security patch is automatically installed
via windows updates.&amp;nbsp; Once I uninstalled the security update the crashing issue
went away.&amp;nbsp; When I manually reinstalled the security update and rebooted IIS
and ASP.NET continued to function correctly with out error.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Also updated was,
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
&amp;nbsp;&lt;a href="http://support.microsoft.com/kb/940521/"&gt;940521&lt;/a&gt; (http://support.microsoft.com/kb/940521/)
The behavior of UTF8Encoding, Unicode Encoding, and UTF32Encoding changes to comply
to the Unicode 5.0 requirements for Unicode encodings after you install the security
update for the .NET Framework 2.0 that is described in security bulletin MS07-040
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
this seems to affect how ASP.NET generates its web control names.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=8f81094a-8ebf-4421-b142-5c8bd659023a" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,8f81094a-8ebf-4421-b142-5c8bd659023a.aspx</comments>
      <category>ASP.NET</category>
      <category>DotNet</category>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=550fb3bc-96ac-42fd-b625-5d494cba86c9</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,550fb3bc-96ac-42fd-b625-5d494cba86c9.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,550fb3bc-96ac-42fd-b625-5d494cba86c9.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=550fb3bc-96ac-42fd-b625-5d494cba86c9</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
There just doesn't seem to be any love for the Visual Studio 2005 Web Sit Project. 
I know I have none.  I' am  sure its fine for an internally developed web
sites, but who cares about those.  For an ISV we need dll's.  It's
simpler and your customer can't make unauthorized edits to your code.  So
if like me your looking for a simple way to update some of your older asp.net projects Peter
Bromberg just posted a nifty trick to get your visual studio 2003 class library project
to convert to a visual studio 2005 web application project.  I recommend
you <a href="http://petesbloggerama.blogspot.com/2007/09/convert-visual-studio-2003-class.html">take
a look</a> and save your self a migraine.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=550fb3bc-96ac-42fd-b625-5d494cba86c9" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>vs class library to web application</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,550fb3bc-96ac-42fd-b625-5d494cba86c9.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,550fb3bc-96ac-42fd-b625-5d494cba86c9.aspx</link>
      <pubDate>Fri, 28 Sep 2007 14:07:40 GMT</pubDate>
      <description>&lt;p&gt;
There just doesn't seem to be any love for the Visual Studio 2005 Web Sit Project.&amp;nbsp;
I know I have none.&amp;nbsp; I' am &amp;nbsp;sure its fine for an internally developed web
sites, but who cares about those.&amp;nbsp; For an ISV&amp;nbsp;we need dll's.&amp;nbsp;&amp;nbsp;It's
simpler and&amp;nbsp;your customer can't make unauthorized edits to your code.&amp;nbsp; So
if like me your looking for a simple way to update some of your older asp.net projects&amp;nbsp;Peter
Bromberg just posted a nifty trick to get your visual studio 2003 class library project
to convert to a visual studio 2005 web application project.&amp;nbsp;&amp;nbsp;I recommend
you &lt;a href="http://petesbloggerama.blogspot.com/2007/09/convert-visual-studio-2003-class.html"&gt;take
a look&lt;/a&gt; and save your self a migraine.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=550fb3bc-96ac-42fd-b625-5d494cba86c9" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,550fb3bc-96ac-42fd-b625-5d494cba86c9.aspx</comments>
      <category>ASP.NET</category>
      <category>DotNet</category>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=8524545c-8092-4025-a253-a6af967eca02</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,8524545c-8092-4025-a253-a6af967eca02.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,8524545c-8092-4025-a253-a6af967eca02.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=8524545c-8092-4025-a253-a6af967eca02</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Doug Stewart has <a href="http://blogs.msdn.com/dougste/archive/2007/09/06/version-history-of-the-clr-2-0.aspx">posted
an extensive list of CRL 2.0 bug (hot)fixes</a>.  Its worth a look if your Dot
Net 2.0 app is having issues.  Thanks for putting together such a comprehensive
list Doug.  
</p>
        <p>
I have seen this issue on a QA server <a href="http://support.microsoft.com/kb/930771">The
managed heap becomes corrupted when you run a program that is built by using the Microsoft
.NET Framework 2.0</a> good to see its not my code and that there is a fix for it.
</p>
        <p>
Some of the Hot fix support articles do leave a little something to be desired though
I would like to see Microsoft spend the time to detail the cause for each issue so
I can better evaluate my need for a given fix.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=8524545c-8092-4025-a253-a6af967eca02" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>A listing of CRL 2.0 Hot Fixes</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,8524545c-8092-4025-a253-a6af967eca02.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,8524545c-8092-4025-a253-a6af967eca02.aspx</link>
      <pubDate>Thu, 06 Sep 2007 14:27:40 GMT</pubDate>
      <description>&lt;p&gt;
Doug Stewart has &lt;a href="http://blogs.msdn.com/dougste/archive/2007/09/06/version-history-of-the-clr-2-0.aspx"&gt;posted
an extensive list of CRL 2.0 bug (hot)fixes&lt;/a&gt;.&amp;nbsp; Its worth a look if your Dot
Net 2.0 app is having issues.&amp;nbsp; Thanks for putting together such a comprehensive
list Doug.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
I have seen this issue on a QA server &lt;a href="http://support.microsoft.com/kb/930771"&gt;The
managed heap becomes corrupted when you run a program that is built by using the Microsoft
.NET Framework 2.0&lt;/a&gt; good to see its not my code and that there is a fix for it.
&lt;/p&gt;
&lt;p&gt;
Some of the Hot fix support articles do leave a little something to be desired though
I would like to see Microsoft spend the time to detail the cause for each issue so
I can better evaluate my need for a given fix.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=8524545c-8092-4025-a253-a6af967eca02" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,8524545c-8092-4025-a253-a6af967eca02.aspx</comments>
      <category>ASP.NET</category>
      <category>CSharp</category>
      <category>DotNet</category>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=35d5f142-2d6d-44e7-a9a8-697906b52b9e</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,35d5f142-2d6d-44e7-a9a8-697906b52b9e.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,35d5f142-2d6d-44e7-a9a8-697906b52b9e.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=35d5f142-2d6d-44e7-a9a8-697906b52b9e</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Microsoft KB article <a href="http://support.microsoft.com/kb/894435">894435</a></p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=35d5f142-2d6d-44e7-a9a8-697906b52b9e" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Setting up ASP.NET 2.0 on 64-bit Windows</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,35d5f142-2d6d-44e7-a9a8-697906b52b9e.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,35d5f142-2d6d-44e7-a9a8-697906b52b9e.aspx</link>
      <pubDate>Tue, 19 Jun 2007 17:00:06 GMT</pubDate>
      <description>&lt;p&gt;
Microsoft KB article &lt;a href="http://support.microsoft.com/kb/894435"&gt;894435&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=35d5f142-2d6d-44e7-a9a8-697906b52b9e" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,35d5f142-2d6d-44e7-a9a8-697906b52b9e.aspx</comments>
      <category>ASP.NET</category>
      <category>DotNet</category>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=1055c19f-d367-44b3-add0-c58a274f0fff</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,1055c19f-d367-44b3-add0-c58a274f0fff.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,1055c19f-d367-44b3-add0-c58a274f0fff.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=1055c19f-d367-44b3-add0-c58a274f0fff</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Scott posted a nice article <a href="http://weblogs.asp.net/scottgu/archive/2007/06/15/tip-trick-creating-packaged-asp-net-setup-programs-with-vs-2005.aspx">Tip/Trick:
Creating Packaged ASP.NET Setup Programs with VS 2005</a>  for deploying your
Visual Studio 2005 project.  While Scott's article is focused on deploying to
a customer I have found those scenarios to be beyond what VS offers and requires Install
shield.  I do this this post is a handy trick for moving your project from dev
to QA to staging maybe even production.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=1055c19f-d367-44b3-add0-c58a274f0fff" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Packaged ASP.NET Programs</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,1055c19f-d367-44b3-add0-c58a274f0fff.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,1055c19f-d367-44b3-add0-c58a274f0fff.aspx</link>
      <pubDate>Fri, 15 Jun 2007 22:02:29 GMT</pubDate>
      <description>&lt;p&gt;
Scott posted a nice article &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/06/15/tip-trick-creating-packaged-asp-net-setup-programs-with-vs-2005.aspx"&gt;Tip/Trick:
Creating Packaged ASP.NET Setup Programs with VS 2005&lt;/a&gt;&amp;nbsp; for deploying your
Visual Studio 2005 project.&amp;nbsp; While Scott's article is focused on deploying to
a customer I have found those scenarios to be beyond what VS offers and requires Install
shield.&amp;nbsp; I do this this post is a handy trick for moving your project from dev
to QA to staging maybe even production.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=1055c19f-d367-44b3-add0-c58a274f0fff" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,1055c19f-d367-44b3-add0-c58a274f0fff.aspx</comments>
      <category>ASP.NET</category>
      <category>CSharp</category>
      <category>DotNet</category>
      <category>Microsoft</category>
      <category>VB</category>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=11bb9945-50a1-4cf9-857c-2bc4b691601d</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,11bb9945-50a1-4cf9-857c-2bc4b691601d.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,11bb9945-50a1-4cf9-857c-2bc4b691601d.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=11bb9945-50a1-4cf9-857c-2bc4b691601d</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
There was a new drop of the AJAX Control Toolkit <a href="http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx?ReleaseId=1813"><font color="#0080ff">10606
release</font></a>.
</p>
        <p>
for more details about what was included see <a href="http://blogs.msdn.com/delay/archive/2007/06/06/fixes-and-features-by-popular-demand-ajax-control-toolkit-update.aspx">Delay's
notes</a>.  If you would like pics with that visit <a href="http://blogs.msdn.com/sburke/archive/2007/06/07/updated-toolkit-release-now-available.aspx">Shawn's
notes</a>.  And just to play with the <a href="http://ajax.asp.net/ajaxtoolkit/">new
coolness</a>.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=11bb9945-50a1-4cf9-857c-2bc4b691601d" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>AJAX Control Toolkit Release</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,11bb9945-50a1-4cf9-857c-2bc4b691601d.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,11bb9945-50a1-4cf9-857c-2bc4b691601d.aspx</link>
      <pubDate>Thu, 07 Jun 2007 07:44:31 GMT</pubDate>
      <description>&lt;p&gt;
There was a new drop of the AJAX Control Toolkit &lt;a href="http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx?ReleaseId=1813"&gt;&lt;font color="#0080ff"&gt;10606
release&lt;/font&gt;&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
for more details about what was included see &lt;a href="http://blogs.msdn.com/delay/archive/2007/06/06/fixes-and-features-by-popular-demand-ajax-control-toolkit-update.aspx"&gt;Delay's
notes&lt;/a&gt;.&amp;nbsp; If you would like pics with that visit &lt;a href="http://blogs.msdn.com/sburke/archive/2007/06/07/updated-toolkit-release-now-available.aspx"&gt;Shawn's
notes&lt;/a&gt;.&amp;nbsp; And just to play with the &lt;a href="http://ajax.asp.net/ajaxtoolkit/"&gt;new
coolness&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=11bb9945-50a1-4cf9-857c-2bc4b691601d" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,11bb9945-50a1-4cf9-857c-2bc4b691601d.aspx</comments>
      <category>ASP.NET</category>
      <category>Microsoft</category>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=853eb8c2-e5e5-443c-b8f4-19dc18544453</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,853eb8c2-e5e5-443c-b8f4-19dc18544453.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,853eb8c2-e5e5-443c-b8f4-19dc18544453.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=853eb8c2-e5e5-443c-b8f4-19dc18544453</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I was having some trouble figuring out how to use the new ado.net entity framework
in the last March Orcas CTP, but leave it to <a href="http://weblogs.asp.net/scottgu/default.aspx" target="_blank">Scott</a> to
have all the answers.  Scott has posted a nice video covering
</p>
        <ul>
          <li>
new asp.net WYSIWYG HTML designer.</li>
          <li>
create classes's from the ORM designer.</li>
          <li>
Intellisense for LINQ.</li>
        </ul>
        <p>
full detailed <a href="http://weblogs.asp.net/scottgu/archive/2007/01/28/video-using-linq-with-asp-net-in-vs-orcas-part-1.aspx" target="_blank">blog
post</a>.  And you can find the video <a href="http://www.scottgu.com/blogposts/video/linqtalk1.wmv">here</a>.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=853eb8c2-e5e5-443c-b8f4-19dc18544453" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Orcas Entity/ORM support</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,853eb8c2-e5e5-443c-b8f4-19dc18544453.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,853eb8c2-e5e5-443c-b8f4-19dc18544453.aspx</link>
      <pubDate>Sat, 21 Apr 2007 21:33:48 GMT</pubDate>
      <description>&lt;p&gt;
I was having some trouble figuring out how to use the new ado.net entity framework
in the last March Orcas CTP, but leave it to &lt;a href="http://weblogs.asp.net/scottgu/default.aspx" target="_blank"&gt;Scott&lt;/a&gt; to
have all the answers.&amp;nbsp; Scott has posted a nice video covering
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
new asp.net WYSIWYG HTML designer.&lt;/li&gt;
&lt;li&gt;
create classes's from the ORM designer.&lt;/li&gt;
&lt;li&gt;
Intellisense for LINQ.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
full detailed &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/01/28/video-using-linq-with-asp-net-in-vs-orcas-part-1.aspx" target="_blank"&gt;blog
post&lt;/a&gt;.&amp;nbsp; And you can find the video &lt;a href="http://www.scottgu.com/blogposts/video/linqtalk1.wmv"&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=853eb8c2-e5e5-443c-b8f4-19dc18544453" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,853eb8c2-e5e5-443c-b8f4-19dc18544453.aspx</comments>
      <category>ASP.NET</category>
      <category>DotNet</category>
      <category>LINQ</category>
      <category>Microsoft</category>
      <category>SQL</category>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=91fedf3a-1be4-48c2-8250-8828f24536d6</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,91fedf3a-1be4-48c2-8250-8828f24536d6.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,91fedf3a-1be4-48c2-8250-8828f24536d6.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=91fedf3a-1be4-48c2-8250-8828f24536d6</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Incase you missed it yesterday Soma announced the <a href="http://blogs.msdn.com/somasegar/archive/2007/04/19/visual-studio-orcas-and-net-fx-3-5-beta1-shipped.aspx" target="_blank">release
of Orcas Beta 1,</a> it can be downloaded <a href="http://msdn2.microsoft.com/en-us/vstudio/aa700831.aspx" target="_blank">here</a>. 
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=91fedf3a-1be4-48c2-8250-8828f24536d6" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Beta 1 Of Orcas Released Into The Wild</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,91fedf3a-1be4-48c2-8250-8828f24536d6.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,91fedf3a-1be4-48c2-8250-8828f24536d6.aspx</link>
      <pubDate>Fri, 20 Apr 2007 21:43:03 GMT</pubDate>
      <description>&lt;p&gt;
Incase you missed it yesterday Soma announced the &lt;a href="http://blogs.msdn.com/somasegar/archive/2007/04/19/visual-studio-orcas-and-net-fx-3-5-beta1-shipped.aspx" target="_blank"&gt;release
of Orcas Beta 1,&lt;/a&gt; it can be downloaded &lt;a href="http://msdn2.microsoft.com/en-us/vstudio/aa700831.aspx" target="_blank"&gt;here&lt;/a&gt;. 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=91fedf3a-1be4-48c2-8250-8828f24536d6" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,91fedf3a-1be4-48c2-8250-8828f24536d6.aspx</comments>
      <category>ASP.NET</category>
      <category>CSharp</category>
      <category>DotNet</category>
      <category>LINQ</category>
      <category>Microsoft</category>
      <category>VB</category>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=234bb8b3-a271-4807-abbb-f9a1346dbfc7</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,234bb8b3-a271-4807-abbb-f9a1346dbfc7.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,234bb8b3-a271-4807-abbb-f9a1346dbfc7.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=234bb8b3-a271-4807-abbb-f9a1346dbfc7</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Check out ScottGu's Latest Trick :
</p>
        <p>
          <a href="http://weblogs.asp.net/scottgu/archive/2007/03/04/tip-trick-integrating-asp-net-security-with-classic-asp-and-non-asp-net-urls.aspx" target="_blank">Integrating
ASP.NET Security with Classic ASP and Non-ASP.NET URLs</a>
        </p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=234bb8b3-a271-4807-abbb-f9a1346dbfc7" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Integrating ASP.NET Security with Classic ASP and Non-ASP.NET URLs</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,234bb8b3-a271-4807-abbb-f9a1346dbfc7.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,234bb8b3-a271-4807-abbb-f9a1346dbfc7.aspx</link>
      <pubDate>Mon, 05 Mar 2007 15:38:01 GMT</pubDate>
      <description>&lt;p&gt;
Check out ScottGu's Latest Trick :
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://weblogs.asp.net/scottgu/archive/2007/03/04/tip-trick-integrating-asp-net-security-with-classic-asp-and-non-asp-net-urls.aspx" target="_blank"&gt;Integrating
ASP.NET Security with Classic ASP and Non-ASP.NET URLs&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=234bb8b3-a271-4807-abbb-f9a1346dbfc7" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,234bb8b3-a271-4807-abbb-f9a1346dbfc7.aspx</comments>
      <category>ASP.NET</category>
      <category>DotNet</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=bb1387e5-4187-4de1-af8e-bcbb6b5e25e5</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,bb1387e5-4187-4de1-af8e-bcbb6b5e25e5.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,bb1387e5-4187-4de1-af8e-bcbb6b5e25e5.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=bb1387e5-4187-4de1-af8e-bcbb6b5e25e5</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I found this product on CodePlex this morning and while I need to find some time
to really play with it, I thought I would share.  Basically Visual WebGui
is and adding for Visual studio that lets you more or less use winforms to for your
website( Cool AJAX) 
</p>
        <p>
          <a href="http://www.visualwebgui.com/Default.aspx?tabid=297" target="_blank">Visual
WebGui Quick Starts</a>
        </p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=bb1387e5-4187-4de1-af8e-bcbb6b5e25e5" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Visual WebGui</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,bb1387e5-4187-4de1-af8e-bcbb6b5e25e5.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,bb1387e5-4187-4de1-af8e-bcbb6b5e25e5.aspx</link>
      <pubDate>Wed, 14 Feb 2007 20:29:58 GMT</pubDate>
      <description>&lt;p&gt;
I found this product on CodePlex this morning and while&amp;nbsp;I need to find some time
to really play with it, I thought&amp;nbsp;I would share.&amp;nbsp; Basically Visual WebGui
is and adding for Visual studio that lets you more or less use winforms to for your
website( Cool AJAX)&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.visualwebgui.com/Default.aspx?tabid=297" target="_blank"&gt;Visual
WebGui Quick Starts&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=bb1387e5-4187-4de1-af8e-bcbb6b5e25e5" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,bb1387e5-4187-4de1-af8e-bcbb6b5e25e5.aspx</comments>
      <category>ASP.NET</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=49897bc7-fed8-4b54-8342-36565c66d825</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,49897bc7-fed8-4b54-8342-36565c66d825.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,49897bc7-fed8-4b54-8342-36565c66d825.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=49897bc7-fed8-4b54-8342-36565c66d825</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">Mark and the code rush gang have added
a nice little screen cast of <a href="http://www.devexpress.com/Products/NET/IDETools/RefactorASP/Presentation/Refactor_for_ASP_NET_Full/">Refractor!
asp.net refractoring</a><br /><p>
This is very neat.  The best part is that for those of you that don't have Code
Rush/Refractor! Microsoft's ASP.NET team is picking up that tab for this set of refractors
much the same way the VB team did.  I hear they will announce a download shortly.
</p><p><br /></p><img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=49897bc7-fed8-4b54-8342-36565c66d825" /><br /><hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>New ASP.NET refractors video from DeveloperExpress</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,49897bc7-fed8-4b54-8342-36565c66d825.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,49897bc7-fed8-4b54-8342-36565c66d825.aspx</link>
      <pubDate>Fri, 02 Feb 2007 15:45:46 GMT</pubDate>
      <description>Mark and the code rush gang have added a nice little screen cast of &lt;a href="http://www.devexpress.com/Products/NET/IDETools/RefactorASP/Presentation/Refactor_for_ASP_NET_Full/"&gt;Refractor!
asp.net refractoring&lt;/a&gt;
&lt;br&gt;
&lt;p&gt;
This is very neat.&amp;nbsp; The best part is that for those of you that don't have Code
Rush/Refractor! Microsoft's ASP.NET team is picking up that tab for this set of refractors
much the same way the VB team did.&amp;nbsp; I hear they will announce a download shortly.
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=49897bc7-fed8-4b54-8342-36565c66d825" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,49897bc7-fed8-4b54-8342-36565c66d825.aspx</comments>
      <category>ASP.NET</category>
    </item>
  </channel>
</rss>