<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Jaycent Drysdale - All Comments</title><link>http://weblogs.asp.net/jaycentdrysdale/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: List&lt;t&gt; paging via LINQ to Objects</title><link>http://weblogs.asp.net/jaycentdrysdale/archive/2009/07/13/list-lt-t-gt-paging-via-linq-to-objects.aspx#7236459</link><pubDate>Thu, 22 Oct 2009 23:13:50 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7236459</guid><dc:creator>No_limits20</dc:creator><description>&lt;p&gt;Unless the person who spoke is filled with hatred for Black people, their comments can not be decribed honestly and correctly as &amp;amp;quot;hate speech&amp;amp;quot;. , &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7236459" width="1" height="1"&gt;</description></item><item><title>Twitter Trackbacks for                 Generate RSS/Atom feeds using FeedManager.dll - Jaycent Drysdale         [asp.net]        on Topsy.com</title><link>http://weblogs.asp.net/jaycentdrysdale/archive/2009/01/01/rss-atom-syncication-feed-generator.aspx#7226129</link><pubDate>Fri, 09 Oct 2009 13:23:09 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7226129</guid><dc:creator>Twitter Trackbacks for                 Generate RSS/Atom feeds using FeedManager.dll - Jaycent Drysdale         [asp.net]        on Topsy.com</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Twitter Trackbacks for &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Generate RSS/Atom feeds using FeedManager.dll - Jaycent Drysdale &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [asp.net] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;on Topsy.com&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7226129" width="1" height="1"&gt;</description></item><item><title>re: File System search via LINQ to Objects</title><link>http://weblogs.asp.net/jaycentdrysdale/archive/2008/02/15/file-system-search-via-linq-to-objects.aspx#7182087</link><pubDate>Wed, 26 Aug 2009 15:32:36 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7182087</guid><dc:creator>Richard Thomas</dc:creator><description>&lt;p&gt;Nice example, thanks!&lt;/p&gt;
&lt;p&gt;However, it doesn't seem to scale very well. &amp;nbsp;Trying to get a list of files (over 600) by descending LastWriteTime takes forever or doesn't complete at all:&lt;/p&gt;
&lt;p&gt;Dim di As New DirectoryInfo(path)&lt;/p&gt;
&lt;p&gt;Dim result = (From files In di.GetFiles(wildCard) _&lt;/p&gt;
&lt;p&gt;			 Order By files.LastWriteTime Descending _&lt;/p&gt;
&lt;p&gt;			 Select files.Name, files.LastWriteTime).First()&lt;/p&gt;
&lt;p&gt;For Each myFile In result&lt;/p&gt;
&lt;p&gt;	Console.WriteLine(&amp;quot;{0} {1}&amp;quot;, result.Name, result.LastWriteTime.ToString)&lt;/p&gt;
&lt;p&gt;Next&lt;/p&gt;
&lt;p&gt;What I was trying to do is get the file with the latest LastWriteTime. &amp;nbsp;Any LINQ or non-LINQ ideas?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7182087" width="1" height="1"&gt;</description></item><item><title>re: System.Data.GenericClient : A custom Data Access Component</title><link>http://weblogs.asp.net/jaycentdrysdale/archive/2008/02/20/system-data-genericclient-a-custom-data-access-component.aspx#7146536</link><pubDate>Mon, 13 Jul 2009 13:23:03 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7146536</guid><dc:creator>jaycent</dc:creator><description>&lt;p&gt;@IsToFix&lt;/p&gt;
&lt;p&gt;The enterprise library DAAB works fine until you try to deploy your components to your web site running on a shared box. Normally, the enterprise library doesnt run &amp;quot;out of the box&amp;quot; in a shared hosting environemnt.&lt;/p&gt;
&lt;p&gt;System.Data.GenericClient works out of the box. &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7146536" width="1" height="1"&gt;</description></item><item><title>re: System.Data.GenericClient : A custom Data Access Component</title><link>http://weblogs.asp.net/jaycentdrysdale/archive/2008/02/20/system-data-genericclient-a-custom-data-access-component.aspx#7146516</link><pubDate>Mon, 13 Jul 2009 12:51:53 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7146516</guid><dc:creator>IsToFix</dc:creator><description>&lt;p&gt;&amp;quot;Don'r invent the wheel&amp;quot; you can use a more richer class from Microsoft patterns and practices group. Try to use DAAB -Data Access application Block-&lt;/p&gt;
&lt;p&gt;check this: &lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/cc467894.aspx"&gt;msdn.microsoft.com/.../cc467894.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;:)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7146516" width="1" height="1"&gt;</description></item><item><title>re: Object Oriented Programming Refresher</title><link>http://weblogs.asp.net/jaycentdrysdale/archive/2008/02/07/virtual-methods-and-abstract-classes.aspx#7091585</link><pubDate>Sun, 17 May 2009 22:54:06 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7091585</guid><dc:creator>figure android treaty</dc:creator><description>&lt;p&gt;economics orbital non business cause growing proxy until&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7091585" width="1" height="1"&gt;</description></item><item><title>re: Options for Database access outside of ADO.Net</title><link>http://weblogs.asp.net/jaycentdrysdale/archive/2008/01/29/options-for-database-access-outside-of-ado-net.aspx#7091583</link><pubDate>Sun, 17 May 2009 22:54:03 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7091583</guid><dc:creator>royal air inc</dc:creator><description>&lt;p&gt;maximum temperature oceans back yahoo points different&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7091583" width="1" height="1"&gt;</description></item><item><title>re: Generate RSS/Atom feeds using FeedManager.dll</title><link>http://weblogs.asp.net/jaycentdrysdale/archive/2009/01/01/rss-atom-syncication-feed-generator.aspx#6811379</link><pubDate>Thu, 01 Jan 2009 16:13:05 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6811379</guid><dc:creator>jaycent</dc:creator><description>&lt;p&gt;The RSS toolkit is very useful...but it presented major headaches when you try to port it between asp.net web site and asp.net web application project types respectively. You also most often than not end up making modifications to your web.config file to get it to work.&lt;br /&gt; &lt;/p&gt;
&lt;p&gt;The FeedManager.dll works equally well regardless of the application type you select for your web app, and no configuration is required. &lt;br /&gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6811379" width="1" height="1"&gt;</description></item><item><title>re: Generate RSS/Atom feeds using FeedManager.dll</title><link>http://weblogs.asp.net/jaycentdrysdale/archive/2009/01/01/rss-atom-syncication-feed-generator.aspx#6811024</link><pubDate>Thu, 01 Jan 2009 14:10:48 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6811024</guid><dc:creator>Uwe</dc:creator><description>&lt;p&gt;The Rss Toolkit at &lt;a rel="nofollow" target="_new" href="http://www.codeplex.com/ASPNETRSSToolkit"&gt;www.codeplex.com/ASPNETRSSToolkit&lt;/a&gt; was very useful to me in the past.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6811024" width="1" height="1"&gt;</description></item><item><title>re: File System search via LINQ to Objects</title><link>http://weblogs.asp.net/jaycentdrysdale/archive/2008/02/15/file-system-search-via-linq-to-objects.aspx#6778091</link><pubDate>Thu, 11 Dec 2008 12:15:56 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6778091</guid><dc:creator>ashutosh</dc:creator><description>&lt;p&gt;It is really good.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6778091" width="1" height="1"&gt;</description></item></channel></rss>