<?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>Scott Van Vliet - All Comments</title><link>http://weblogs.asp.net/skillet/default.aspx</link><description>Less Talk, More Rock</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: RSS in .NET Made Easy with XML Serialization</title><link>http://weblogs.asp.net/skillet/archive/2006/08/29/RSS-in-.NET-Made-Easy-with-XML-Serialization.aspx#6435391</link><pubDate>Wed, 23 Jul 2008 12:41:25 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6435391</guid><dc:creator>Tommy T</dc:creator><description>&lt;p&gt;I was trying to download your file attached to this page, but it was pointing most likely to your old site.&lt;/p&gt;
&lt;p&gt;Is it possible for you to mail me the code so I can explore it, or just &amp;nbsp;update the link above ?&lt;/p&gt;
&lt;p&gt;Thank you in advance&lt;/p&gt;
&lt;p&gt;/tommyt&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6435391" width="1" height="1"&gt;</description></item><item><title>re: TextArea Cursor Position with JavaScript</title><link>http://weblogs.asp.net/skillet/archive/2005/03/24/395838.aspx#6357070</link><pubDate>Fri, 04 Jul 2008 09:06:45 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6357070</guid><dc:creator>Rupesh Kumar</dc:creator><description>&lt;p&gt;Hi , I have tested this code it is working in IE. But it's not working for Mozila. How it work for mozila? any one can answer me? &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6357070" width="1" height="1"&gt;</description></item><item><title>re: How-to: Change Windows Hostname and Keep Oracle 10g Running</title><link>http://weblogs.asp.net/skillet/archive/2007/04/03/how-to-change-windows-hostname-and-keep-oracle-10g-running.aspx#6352251</link><pubDate>Thu, 03 Jul 2008 05:44:48 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6352251</guid><dc:creator>Ganesh</dc:creator><description>&lt;p&gt;its good . but i want list of running oracle server on local network how to get that things please tell as simple as this.&lt;/p&gt;
&lt;p&gt;thank you&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6352251" width="1" height="1"&gt;</description></item><item><title>re: IDataReader Extension Methods</title><link>http://weblogs.asp.net/skillet/archive/2008/06/18/idatareader-extension-methods.aspx#6295919</link><pubDate>Thu, 19 Jun 2008 14:34:15 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6295919</guid><dc:creator>skillet</dc:creator><description>&lt;p&gt;Paul --&lt;/p&gt;
&lt;p&gt;Good catch. &amp;nbsp;My team actually has several more overloads on this method, including one that has an additional parameter of type T that allows you to specify the desired &amp;quot;default value&amp;quot;. &amp;nbsp;In this case, you could call the code as follows:&lt;/p&gt;
&lt;p&gt;theatre_code = reader.GetValueOrDefault&amp;lt;string&amp;gt;(&amp;quot;theatre_code&amp;quot;, String.Empty);&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Scott&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6295919" width="1" height="1"&gt;</description></item><item><title>re: IDataReader Extension Methods</title><link>http://weblogs.asp.net/skillet/archive/2008/06/18/idatareader-extension-methods.aspx#6295893</link><pubDate>Thu, 19 Jun 2008 14:30:33 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6295893</guid><dc:creator>dmaq</dc:creator><description>&lt;p&gt;Rob, can you put the full class code up on this comments page?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6295893" width="1" height="1"&gt;</description></item><item><title>re: IDataReader Extension Methods</title><link>http://weblogs.asp.net/skillet/archive/2008/06/18/idatareader-extension-methods.aspx#6294891</link><pubDate>Thu, 19 Jun 2008 10:36:06 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6294891</guid><dc:creator>Paul</dc:creator><description>&lt;p&gt;Second line of original code assumes that String.Empty will be used if reader returns DBNull type. Refactored code will return (string)null. Be careful :)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6294891" width="1" height="1"&gt;</description></item><item><title>re: IDataReader Extension Methods</title><link>http://weblogs.asp.net/skillet/archive/2008/06/18/idatareader-extension-methods.aspx#6294010</link><pubDate>Thu, 19 Jun 2008 05:50:25 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6294010</guid><dc:creator>skillet</dc:creator><description>&lt;p&gt;T. Ferg --&lt;/p&gt;
&lt;p&gt;Yeah, there are still applications that have been written without NHibernate -- and many good ones. &amp;nbsp;The question I'd ask is rather -- how about LLBLGen or ADO.NET Entity Framework vs. NHibernate...&lt;/p&gt;
&lt;p&gt;Furthermore, when you think of the size/scale of the application in question -- development started in 2005 and is still underway (with ~1.5MM lines of code, between C# and PL/SQL, and not to say that metric is good or valid for anything, it just speaks to the shear volume of this bloody app.)&lt;/p&gt;
&lt;p&gt;Rob -- &lt;/p&gt;
&lt;p&gt;Bravo on the Lambda, looks pretty sexy.&lt;/p&gt;
&lt;p&gt;If you download the attached file, there is an overloaded method that includes the ordinal (by using GetName(int ordinal) and passing that to the other method.)&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Scott&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6294010" width="1" height="1"&gt;</description></item><item><title>re: IDataReader Extension Methods</title><link>http://weblogs.asp.net/skillet/archive/2008/06/18/idatareader-extension-methods.aspx#6293871</link><pubDate>Thu, 19 Jun 2008 05:04:30 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6293871</guid><dc:creator>T. Ferguson</dc:creator><description>&lt;p&gt;There's someone still writing code like this?&lt;/p&gt;
&lt;p&gt;Why?&lt;/p&gt;
&lt;p&gt;How many years ago was NHibernate released?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6293871" width="1" height="1"&gt;</description></item><item><title>IDataReader Extension Methods</title><link>http://weblogs.asp.net/skillet/archive/2008/06/18/idatareader-extension-methods.aspx#6293427</link><pubDate>Thu, 19 Jun 2008 02:32:03 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6293427</guid><dc:creator>DotNetKicks.com</dc:creator><description>&lt;p&gt;You've been kicked (a good thing) - Trackback from DotNetKicks.com&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6293427" width="1" height="1"&gt;</description></item><item><title>re: IDataReader Extension Methods</title><link>http://weblogs.asp.net/skillet/archive/2008/06/18/idatareader-extension-methods.aspx#6293222</link><pubDate>Thu, 19 Jun 2008 01:24:56 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6293222</guid><dc:creator>Rob</dc:creator><description>&lt;p&gt;Doh, this version does use the string and gets the ordinal.&lt;/p&gt;
&lt;p&gt;Another version uses the ordinal for code gen'd stuff, sorry for the confusion. &amp;nbsp;You get the idea though.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6293222" width="1" height="1"&gt;</description></item></channel></rss>