<?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</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=4b93f329-5962-415a-b0c9-f15ab7b216bc</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,4b93f329-5962-415a-b0c9-f15ab7b216bc.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,4b93f329-5962-415a-b0c9-f15ab7b216bc.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=4b93f329-5962-415a-b0c9-f15ab7b216bc</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
        </p>
        <p>
When you specify a css class for your GridView’s PagerStlye (PagerStyle.CssClass=”pagerStyleClass”)
the rendered table row class font-size.
</p>
        <p>
You will need to select the child table of this tr element  in your css 
</p>
        <p>
.pagerStyleClass Table{font-size: 10px;}
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=4b93f329-5962-415a-b0c9-f15ab7b216bc" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>No Font size Control With GridView&amp;rsquo;s PagerStyle</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,4b93f329-5962-415a-b0c9-f15ab7b216bc.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,4b93f329-5962-415a-b0c9-f15ab7b216bc.aspx</link>
      <pubDate>Thu, 03 Jul 2008 23:54:31 GMT</pubDate>
      <description>&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
When you specify a css class for your GridView’s PagerStlye (PagerStyle.CssClass=”pagerStyleClass”)
the rendered table row class font-size.
&lt;/p&gt;
&lt;p&gt;
You will need to select the child table of this tr element&amp;nbsp; in your css 
&lt;/p&gt;
&lt;p&gt;
.pagerStyleClass Table{font-size: 10px;}
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=4b93f329-5962-415a-b0c9-f15ab7b216bc" /&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,4b93f329-5962-415a-b0c9-f15ab7b216bc.aspx</comments>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=fecbe26b-f9f2-4b43-a2e0-685240b8f0c5</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,fecbe26b-f9f2-4b43-a2e0-685240b8f0c5.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,fecbe26b-f9f2-4b43-a2e0-685240b8f0c5.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=fecbe26b-f9f2-4b43-a2e0-685240b8f0c5</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I am starting to suspect VB.net 2008 is not saving all my changes.  This is not
a good sign.  Maybe this will be fixed in SP1.  I hope a lot of my VB headaches
will go a way with SP1
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=fecbe26b-f9f2-4b43-a2e0-685240b8f0c5" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Visual Basic</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,fecbe26b-f9f2-4b43-a2e0-685240b8f0c5.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,fecbe26b-f9f2-4b43-a2e0-685240b8f0c5.aspx</link>
      <pubDate>Thu, 26 Jun 2008 16:46:38 GMT</pubDate>
      <description>&lt;p&gt;
I am starting to suspect VB.net 2008 is not saving all my changes.&amp;nbsp; This is not
a good sign.&amp;nbsp; Maybe this will be fixed in SP1.&amp;nbsp; I hope a lot of my VB headaches
will go a way with SP1
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=fecbe26b-f9f2-4b43-a2e0-685240b8f0c5" /&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,fecbe26b-f9f2-4b43-a2e0-685240b8f0c5.aspx</comments>
      <category>VB</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=8fa2ce6a-4eef-48de-92c2-2a0b30d55fb2</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,8fa2ce6a-4eef-48de-92c2-2a0b30d55fb2.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,8fa2ce6a-4eef-48de-92c2-2a0b30d55fb2.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=8fa2ce6a-4eef-48de-92c2-2a0b30d55fb2</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
So there is this little petition online <a href="http://efvote.wufoo.com/forms/ado-net-entity-framework-vote-of-no-confidence/" target="_blank">ADO
.NET Entity Framework Vote of No Confidence</a>.  Which seems to have evoked
a response from the <a href="http://blogs.msdn.com/efdesign/archive/2008/06/23/transparency-in-the-design-process.aspx" target="_blank">Entity
Framework team</a>.
</p>
        <p>
But I don’t care to be talked down to by the  so called experts.  “Warning”
poor old me not to use technology that does not fit their.  It seems obvious
to them that all domain’s and software shops are the same, and I clearly  cannot
evaluate a framework.( Maybe this is true, I am on windows after all.  But then
what does that say about them?)
</p>
        <p>
There are cases where the Entity Framework will prove most useful.  While POCO
can be nice, it’s not always what I am looking for.  Some times I do actually
need data storage. And some times persistence ignorance is not a benefit.
</p>
        <p>
I would like to thank Kathleen and Julie for their contrarily posts to the petition.
</p>
        <p>
Kathleen Dollard: <a href="http://msmvps.com/blogs/kathleen/archive/2008/06/24/entity-framework-petition.aspx" target="_blank">Entity
Framework Petition</a> 
</p>
        <p>
Julie Lerman: <a href="http://www.thedatafarm.com/blog/2008/06/24/OhThatNoconfidenceVoteOnEF.aspx">Oh
that no-confidence vote on E.F.</a></p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=8fa2ce6a-4eef-48de-92c2-2a0b30d55fb2" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Entity Framework Petition</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,8fa2ce6a-4eef-48de-92c2-2a0b30d55fb2.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,8fa2ce6a-4eef-48de-92c2-2a0b30d55fb2.aspx</link>
      <pubDate>Wed, 25 Jun 2008 00:35:42 GMT</pubDate>
      <description>&lt;p&gt;
So there is this little petition online &lt;a href="http://efvote.wufoo.com/forms/ado-net-entity-framework-vote-of-no-confidence/" target="_blank"&gt;ADO
.NET Entity Framework Vote of No Confidence&lt;/a&gt;.&amp;nbsp; Which seems to have evoked
a response from the &lt;a href="http://blogs.msdn.com/efdesign/archive/2008/06/23/transparency-in-the-design-process.aspx" target="_blank"&gt;Entity
Framework team&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
But I don’t care to be talked down to by the&amp;nbsp; so called experts.&amp;nbsp; “Warning”
poor old me not to use technology that does not fit their.&amp;nbsp; It seems obvious
to them that all domain’s and software shops are the same, and I clearly&amp;nbsp; cannot
evaluate a framework.( Maybe this is true, I am on windows after all.&amp;nbsp; But then
what does that say about them?)
&lt;/p&gt;
&lt;p&gt;
There are cases where the Entity Framework will prove most useful.&amp;nbsp; While POCO
can be nice, it’s not always what I am looking for.&amp;nbsp; Some times I do actually
need data storage. And some times persistence ignorance is not a benefit.
&lt;/p&gt;
&lt;p&gt;
I would like to thank Kathleen and Julie for their contrarily posts to the petition.
&lt;/p&gt;
&lt;p&gt;
Kathleen Dollard: &lt;a href="http://msmvps.com/blogs/kathleen/archive/2008/06/24/entity-framework-petition.aspx" target="_blank"&gt;Entity
Framework Petition&lt;/a&gt;&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Julie Lerman: &lt;a href="http://www.thedatafarm.com/blog/2008/06/24/OhThatNoconfidenceVoteOnEF.aspx"&gt;Oh
that no-confidence vote on E.F.&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=8fa2ce6a-4eef-48de-92c2-2a0b30d55fb2" /&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,8fa2ce6a-4eef-48de-92c2-2a0b30d55fb2.aspx</comments>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=5de644dd-8da6-48a1-9cf3-753fa1cd97a2</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,5de644dd-8da6-48a1-9cf3-753fa1cd97a2.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,5de644dd-8da6-48a1-9cf3-753fa1cd97a2.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=5de644dd-8da6-48a1-9cf3-753fa1cd97a2</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
What happens when it rains?
</p>
        <p>
Amazon S3 and data corruption. <a href="http://developer.amazonwebservices.com/connect/thread.jspa?threadID=22709" target="_blank">Thread:
S3 data corruption?</a></p>
        <p>
 
</p>
        <p>
        </p>
        <blockquote>
          <p>
We've isolated this issue to a single load balancer that was brought into service
at 10:55pm PDT on Friday, 6/20.  It was taken out of service at 11am PDT Sunday,
6/22.  While it was in service it handled a small fraction of Amazon S3's total
requests in the US.  Intermittently, under load, it was corrupting single bytes
in the byte stream.  When the requests reached Amazon S3, if the Content-MD5
header was specified, Amazon S3 returned an error indicating the object did not match
the MD5 supplied.  When no MD5 is specified, we are unable to determine if transmission
errors occurred, and Amazon S3 must assume that the object has been correctly transmitted.
Based on our investigation with both internal and external customers, the small amount
of traffic received by this particular load balancer, and the intermittent nature
of the above issue on this one load balancer, this appears to have impacted a very
small portion of PUTs during this time frame. 
<br />
One of the things we'll do is improve our logging of requests with MD5s, so that we
can look for anomalies in their 400 error rates.  Doing this will allow us to
provide more proactive notification on potential transmission issues in the future,
for customers who use MD5s and those who do not. In addition to taking the actions
noted above, we encourage all of our customers to take advantage of mechanisms designed
to protect their applications from incorrect data transmission.  For all PUT
requests, Amazon S3 computes its own MD5, stores it with the object, and then returns
the computed MD5 as part of the PUT response code in the ETag.  By validating
the ETag returned in the response, customers can verify that Amazon S3 received the
correct bytes even if the Content MD5 header wasn't specified in the PUT request. 
Because network transmission errors can occur at any point between the customer and
Amazon S3, we recommend that all customers use the Content-MD5 header and/or validate
the ETag returned on a PUT request to ensure that the object was correctly transmitted. 
This is a best practice that we'll emphasize more heavily in our documentation to
help customers build applications that can handle this situation. 
<br />
If you have specific questions or concerns about how your application might have been
affected, please feel free to e-mail us at aws@amazon.com.
</p>
        </blockquote>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=5de644dd-8da6-48a1-9cf3-753fa1cd97a2" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>The Dark Side Of Cloud Computing.</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,5de644dd-8da6-48a1-9cf3-753fa1cd97a2.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,5de644dd-8da6-48a1-9cf3-753fa1cd97a2.aspx</link>
      <pubDate>Tue, 24 Jun 2008 03:21:18 GMT</pubDate>
      <description>&lt;p&gt;
What happens when it rains?
&lt;/p&gt;
&lt;p&gt;
Amazon S3 and data corruption. &lt;a href="http://developer.amazonwebservices.com/connect/thread.jspa?threadID=22709" target="_blank"&gt;Thread:
S3 data corruption?&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
We've isolated this issue to a single load balancer that was brought into service
at 10:55pm PDT on Friday, 6/20.&amp;nbsp; It was taken out of service at 11am PDT Sunday,
6/22.&amp;nbsp; While it was in service it handled a small fraction of Amazon S3's total
requests in the US.&amp;nbsp; Intermittently, under load, it was corrupting single bytes
in the byte stream.&amp;nbsp; When the requests reached Amazon S3, if the Content-MD5
header was specified, Amazon S3 returned an error indicating the object did not match
the MD5 supplied.&amp;nbsp; When no MD5 is specified, we are unable to determine if transmission
errors occurred, and Amazon S3 must assume that the object has been correctly transmitted.
Based on our investigation with both internal and external customers, the small amount
of traffic received by this particular load balancer, and the intermittent nature
of the above issue on this one load balancer, this appears to have impacted a very
small portion of PUTs during this time frame. 
&lt;br&gt;
One of the things we'll do is improve our logging of requests with MD5s, so that we
can look for anomalies in their 400 error rates.&amp;nbsp; Doing this will allow us to
provide more proactive notification on potential transmission issues in the future,
for customers who use MD5s and those who do not. In addition to taking the actions
noted above, we encourage all of our customers to take advantage of mechanisms designed
to protect their applications from incorrect data transmission.&amp;nbsp; For all PUT
requests, Amazon S3 computes its own MD5, stores it with the object, and then returns
the computed MD5 as part of the PUT response code in the ETag.&amp;nbsp; By validating
the ETag returned in the response, customers can verify that Amazon S3 received the
correct bytes even if the Content MD5 header wasn't specified in the PUT request.&amp;nbsp;
Because network transmission errors can occur at any point between the customer and
Amazon S3, we recommend that all customers use the Content-MD5 header and/or validate
the ETag returned on a PUT request to ensure that the object was correctly transmitted.&amp;nbsp;
This is a best practice that we'll emphasize more heavily in our documentation to
help customers build applications that can handle this situation. 
&lt;br&gt;
If you have specific questions or concerns about how your application might have been
affected, please feel free to e-mail us at aws@amazon.com.
&lt;/p&gt;
&lt;/blockquote&gt;&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=5de644dd-8da6-48a1-9cf3-753fa1cd97a2" /&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,5de644dd-8da6-48a1-9cf3-753fa1cd97a2.aspx</comments>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=35151ba5-e55a-4ded-8356-e2022ce1dcf9</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,35151ba5-e55a-4ded-8356-e2022ce1dcf9.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,35151ba5-e55a-4ded-8356-e2022ce1dcf9.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=35151ba5-e55a-4ded-8356-e2022ce1dcf9</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
When I used the 3.0 Firefox installer I have a version that reports 2.0.0.14 
that's messed up.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=35151ba5-e55a-4ded-8356-e2022ce1dcf9" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Firefox 3.0 installer</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,35151ba5-e55a-4ded-8356-e2022ce1dcf9.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,35151ba5-e55a-4ded-8356-e2022ce1dcf9.aspx</link>
      <pubDate>Tue, 17 Jun 2008 21:03:48 GMT</pubDate>
      <description>&lt;p&gt;
When I used the 3.0 Firefox installer I have a version that reports 2.0.0.14&amp;nbsp;
that's messed up.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=35151ba5-e55a-4ded-8356-e2022ce1dcf9" /&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,35151ba5-e55a-4ded-8356-e2022ce1dcf9.aspx</comments>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=8d005cf2-178a-4a5d-9578-07701695b5a0</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,8d005cf2-178a-4a5d-9578-07701695b5a0.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,8d005cf2-178a-4a5d-9578-07701695b5a0.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=8d005cf2-178a-4a5d-9578-07701695b5a0</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I have been working on moving a lot of inline styles to a separate CSS page today. 
There are some asp:datagrid that I would like to control paging(number of pages, page
mode…) and other settings in one configuration location rather then each page. 
I just realized I was looking for MVC.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=8d005cf2-178a-4a5d-9578-07701695b5a0" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Even I want MVC</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,8d005cf2-178a-4a5d-9578-07701695b5a0.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,8d005cf2-178a-4a5d-9578-07701695b5a0.aspx</link>
      <pubDate>Thu, 12 Jun 2008 01:52:44 GMT</pubDate>
      <description>&lt;p&gt;
I have been working on moving a lot of inline styles to a separate CSS page today.&amp;nbsp;
There are some asp:datagrid that I would like to control paging(number of pages, page
mode…) and other settings in one configuration location rather then each page.&amp;nbsp;
I just realized I was looking for MVC.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=8d005cf2-178a-4a5d-9578-07701695b5a0" /&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,8d005cf2-178a-4a5d-9578-07701695b5a0.aspx</comments>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=c978fe61-fee4-4194-be38-936aca7858e0</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,c978fe61-fee4-4194-be38-936aca7858e0.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,c978fe61-fee4-4194-be38-936aca7858e0.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=c978fe61-fee4-4194-be38-936aca7858e0</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
CBS has placed some of its classic TV shows such as <a href="http://www.cbs.com/classics/star_trek/video/video.php">Star
Trek</a>, <a href="http://www.cbs.com/classics/hawaii_five_0/">Hawaii Five-O</a>, <a href="http://www.cbs.com/classics/macgyver/">MacGyver</a> online
for our viewing pleasure.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=c978fe61-fee4-4194-be38-936aca7858e0" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Classic Star Trek on the web</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,c978fe61-fee4-4194-be38-936aca7858e0.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,c978fe61-fee4-4194-be38-936aca7858e0.aspx</link>
      <pubDate>Wed, 11 Jun 2008 14:43:40 GMT</pubDate>
      <description>&lt;p&gt;
CBS has placed some of its classic TV shows such as &lt;a href="http://www.cbs.com/classics/star_trek/video/video.php"&gt;Star
Trek&lt;/a&gt;, &lt;a href="http://www.cbs.com/classics/hawaii_five_0/"&gt;Hawaii Five-O&lt;/a&gt;, &lt;a href="http://www.cbs.com/classics/macgyver/"&gt;MacGyver&lt;/a&gt; online
for our viewing pleasure.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=c978fe61-fee4-4194-be38-936aca7858e0" /&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,c978fe61-fee4-4194-be38-936aca7858e0.aspx</comments>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=8dffca03-eaeb-4d12-bea5-234dd8f34cc0</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,8dffca03-eaeb-4d12-bea5-234dd8f34cc0.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,8dffca03-eaeb-4d12-bea5-234dd8f34cc0.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=8dffca03-eaeb-4d12-bea5-234dd8f34cc0</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Microsoft gave us a new toy to play with to help us scale better.
</p>
        <blockquote>
          <p>
“Velocity” is a distributed in-memory application cache platform for developing scalable,
available, and high-performance applications. Using “Velocity,” applications can store
any serializable CLR object without concern for where the object gets stored because
data is cached across multiple computers. “Velocity” allows copies of data to be stored
across the cache cluster, protecting data against failures. It can be configured to
run as a service accessed over the network or can be run embedded with the distributed
application. “Velocity” includes an ASP.NET session provider object enabling storage
of ASP.NET session objects in the distributed cache without having to write to databases,
which increases the performance and scalability of ASP.NET applications.
</p>
        </blockquote>
        <p>
          <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=B24C3708-EEFF-4055-A867-19B5851E7CD2&amp;displaylang=en">Down
load the CTP</a>
        </p>
        <p>
        </p>
        <p>
          <a href="http://blogs.msdn.com/velocity/archive/2008/06/02/introducing-project-codename-velocity.aspx">Project
Velocity’s team blog</a>
        </p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=8dffca03-eaeb-4d12-bea5-234dd8f34cc0" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Velocity</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,8dffca03-eaeb-4d12-bea5-234dd8f34cc0.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,8dffca03-eaeb-4d12-bea5-234dd8f34cc0.aspx</link>
      <pubDate>Tue, 03 Jun 2008 17:24:43 GMT</pubDate>
      <description>&lt;p&gt;
Microsoft gave us a new toy to play with to help us scale better.
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
“Velocity” is a distributed in-memory application cache platform for developing scalable,
available, and high-performance applications. Using “Velocity,” applications can store
any serializable CLR object without concern for where the object gets stored because
data is cached across multiple computers. “Velocity” allows copies of data to be stored
across the cache cluster, protecting data against failures. It can be configured to
run as a service accessed over the network or can be run embedded with the distributed
application. “Velocity” includes an ASP.NET session provider object enabling storage
of ASP.NET session objects in the distributed cache without having to write to databases,
which increases the performance and scalability of ASP.NET applications.
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=B24C3708-EEFF-4055-A867-19B5851E7CD2&amp;amp;displaylang=en"&gt;Down
load the CTP&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://blogs.msdn.com/velocity/archive/2008/06/02/introducing-project-codename-velocity.aspx"&gt;Project
Velocity’s team blog&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=8dffca03-eaeb-4d12-bea5-234dd8f34cc0" /&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,8dffca03-eaeb-4d12-bea5-234dd8f34cc0.aspx</comments>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=da7c1067-0859-467c-a5ef-93cc4abc300f</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,da7c1067-0859-467c-a5ef-93cc4abc300f.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,da7c1067-0859-467c-a5ef-93cc4abc300f.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=da7c1067-0859-467c-a5ef-93cc4abc300f</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <h4>
          <font size="2">brief demo of WCF using Twitter’s REST API </font>
          <a href="http://blogs.msdn.com/dparys/archive/2008/06/02/programming-twitter-with-wcf-3-5.aspx">
            <font size="2">Programming
Twitter with WCF 3.5</font>
          </a>
        </h4>
        <p>
          <font size="2">
          </font>
        </p>
        <p>
          <font size="2">
          </font>
        </p>
        <p>
          <font size="2">by Dariusz.</font>
        </p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=da7c1067-0859-467c-a5ef-93cc4abc300f" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>WCF For Twitter</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,da7c1067-0859-467c-a5ef-93cc4abc300f.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,da7c1067-0859-467c-a5ef-93cc4abc300f.aspx</link>
      <pubDate>Mon, 02 Jun 2008 22:05:07 GMT</pubDate>
      <description>&lt;h4&gt;&lt;font size="2"&gt;brief demo of WCF using Twitter’s REST API &lt;/font&gt;&lt;a href="http://blogs.msdn.com/dparys/archive/2008/06/02/programming-twitter-with-wcf-3-5.aspx"&gt;&lt;font size="2"&gt;Programming
Twitter with WCF 3.5&lt;/font&gt;&lt;/a&gt;
&lt;/h4&gt;
&lt;p&gt;
&lt;font size="2"&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font size="2"&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font size="2"&gt;by Dariusz.&lt;/font&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=da7c1067-0859-467c-a5ef-93cc4abc300f" /&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,da7c1067-0859-467c-a5ef-93cc4abc300f.aspx</comments>
    </item>
  </channel>
</rss>