<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with DataReader</title>
    <description>the latest stories tagged with 'DataReader' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>.NET code to convert a SQL query to CSV format for output to file, etc</title>
      <description>Free VB.NET code to convert a SQL query to CSV format for easy output to a file, the console, or via a HttpResponse (for you ASP.NETers out there looking for an easy way to dynamically output a CSV for real-time data download) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.troyd.net%2fPermaLink%2cguid%2c0cdcca97-b50d-4ee9-91ea-43c0917bd6f0.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.troyd.net%2fPermaLink%2cguid%2c0cdcca97-b50d-4ee9-91ea-43c0917bd6f0.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/NET_code_to_convert_a_SQL_query_to_CSV_format_for_output_to_file_etc</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/NET_code_to_convert_a_SQL_query_to_CSV_format_for_output_to_file_etc</guid>
      <pubDate>Tue, 10 Jul 2007 18:19:29 GMT</pubDate>
    </item>
    <item>
      <title>Nullable Data Readers</title>
      <description>FTA: .NET 2.0 introduced nullable types into the CLR which, for the first time, provided the ability for value types to be assigned a null value. However, ADO.NET 2.0 did not introduce any new features specifically for dealing with nullable types. Therefore, one of the primary goals for the classes presented in this article is to provide a simple API for working with nullable types within the persistence layer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fcs%2fdatabase%2fNullableReaders.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fcs%2fdatabase%2fNullableReaders.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Nullable_Data_Readers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Nullable_Data_Readers</guid>
      <pubDate>Thu, 15 Mar 2007 14:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Common Pattern For Working With DataReader</title>
      <description>A description of a common pattern for working with DataReader object which as described here:
http://vaultofthoughts.net/WhatYouShouldDisposeWhenUsingADONET.aspx
Is IDisposable and should be disposed! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fCommonPatternForWorkingWithDataReader.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fCommonPatternForWorkingWithDataReader.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Common_Pattern_For_Working_With_DataReader</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Common_Pattern_For_Working_With_DataReader</guid>
      <pubDate>Fri, 29 Sep 2006 08:01:01 GMT</pubDate>
    </item>
    <item>
      <title>DataGrid Paging and Sorting Using A DataReader</title>
      <description>This article will demonstrate two ways one could implement the DataReader to bind a DataGrid, that includes caching, paging and persistent bi-directional sorting, all without the use of a DataAdapter/DataSet at all! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.developerfusion.co.uk%2fshow%2f5292%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.developerfusion.co.uk%2fshow%2f5292%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/DataGrid_Paging_and_Sorting_Using_A_DataReader</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/DataGrid_Paging_and_Sorting_Using_A_DataReader</guid>
      <pubDate>Sun, 29 Jan 2006 15:05:00 GMT</pubDate>
    </item>
    <item>
      <title>Accessing and Updating Data in ASP.NET 2.0: Data Source Control Basics</title>
      <description>This is a nice article on the declarative use of the data source controls to access your data in .NET. I prefer getting my hands dirty with a SqlConnection and SqlDataReader but find these control useful for rapid prototyping. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspnet.4guysfromrolla.com%2farticles%2f011106-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspnet.4guysfromrolla.com%2farticles%2f011106-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Accessing_and_Updating_Data_in_ASP_NET_2_0_Data_Source_Control_Basics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Accessing_and_Updating_Data_in_ASP_NET_2_0_Data_Source_Control_Basics</guid>
      <pubDate>Tue, 17 Jan 2006 21:01:00 GMT</pubDate>
    </item>
  </channel>
</rss>
