<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>Using SqlDataReader’s new async methods in .Net 4.5, Part 2: Examples</title><link>http://blogs.msdn.com/b/adonet/archive/2012/07/15/using-sqldatareader-s-new-async-methods-in-net-4-5-beta-part-2-examples.aspx</link><description>In the previous post about the new column-level asynchronous methods added to SqlDataReader (and DbDataReader ) we covered two new SqlDataReader methods ( IsDBNullAsync and GetFieldValueAsync&amp;lt;T&amp;gt; ), how data is read from the network by the data reader</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Using SqlDataReader’s new async methods in .Net 4.5, Part 2: Examples</title><link>http://blogs.msdn.com/b/adonet/archive/2012/07/15/using-sqldatareader-s-new-async-methods-in-net-4-5-beta-part-2-examples.aspx#10420700</link><pubDate>Wed, 22 May 2013 20:05:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10420700</guid><dc:creator>schneider</dc:creator><description>&lt;p&gt;so the topic is about async yet the sample calls all methods in sync mode? How is that a relevant example? &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10420700" width="1" height="1"&gt;</description></item><item><title>re: Using SqlDataReader’s new async methods in .Net 4.5 Beta, Part 2: Examples</title><link>http://blogs.msdn.com/b/adonet/archive/2012/07/15/using-sqldatareader-s-new-async-methods-in-net-4-5-beta-part-2-examples.aspx#10330744</link><pubDate>Tue, 17 Jul 2012 18:17:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10330744</guid><dc:creator>Jerry Springer</dc:creator><description>&lt;p&gt;It would be more readable if it was in ALL CAPS! The grayscale is good though. Matches VS...&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10330744" width="1" height="1"&gt;</description></item><item><title>re: Using SqlDataReader’s new async methods in .Net 4.5 Beta, Part 2: Examples</title><link>http://blogs.msdn.com/b/adonet/archive/2012/07/15/using-sqldatareader-s-new-async-methods-in-net-4-5-beta-part-2-examples.aspx#10330500</link><pubDate>Tue, 17 Jul 2012 08:56:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10330500</guid><dc:creator>Nick</dc:creator><description>&lt;p&gt;Switched off when the code wasn&amp;#39;t formatted, unfortunately. Too much effort to work out what was going on.&lt;/p&gt;
&lt;p&gt;It would be great if you could fix this :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10330500" width="1" height="1"&gt;</description></item><item><title>re: Using SqlDataReader’s new async methods in .Net 4.5 Beta, Part 2: Examples</title><link>http://blogs.msdn.com/b/adonet/archive/2012/07/15/using-sqldatareader-s-new-async-methods-in-net-4-5-beta-part-2-examples.aspx#10330246</link><pubDate>Mon, 16 Jul 2012 17:46:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10330246</guid><dc:creator>incola</dc:creator><description>&lt;p&gt;Why don&amp;#39;t you provide a method that could be used to determine whether calling non-async GetValue method is safe (in sequential access mode)? Having bool IsFieldDataReady(int columnIndex)) we could write simple code IsFieldDataReady() ? GetFieldValue() : await GetFieldValueAsync() to get a field&amp;#39;s value with neither performance penalty (GetFieldValueAsync) nor risk of waiting (GetFieldValue).&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10330246" width="1" height="1"&gt;</description></item><item><title>re: Using SqlDataReader’s new async methods in .Net 4.5 Beta, Part 2: Examples</title><link>http://blogs.msdn.com/b/adonet/archive/2012/07/15/using-sqldatareader-s-new-async-methods-in-net-4-5-beta-part-2-examples.aspx#10330107</link><pubDate>Mon, 16 Jul 2012 09:18:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10330107</guid><dc:creator>Serge</dc:creator><description>&lt;p&gt;Couldn&amp;#39;t you have use some sort of snippet previewer? Dare I suggest gists?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10330107" width="1" height="1"&gt;</description></item></channel></rss>