<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with data</title>
    <description>the latest stories tagged with 'data' 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>The Only Pattern for Data Access is There Are No Patterns for Data Acc</title>
      <description>Over the years of software development, one thing that has eluded most developers is Data Access. Yes, I mean writing code that accesses a database from your application. It is an age old problem since the days when data storage and computing were invented. We would have thought that by now we would have been able to come up with a clean universal pattern for data access such as the M-V-C pattern for User Interfaces or the Singleton pattern or the Factory pattern. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftheahmadblog.blogspot.com%2f2009%2f06%2fonly-pattern-for-data-access-is-there.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftheahmadblog.blogspot.com%2f2009%2f06%2fonly-pattern-for-data-access-is-there.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/The_Only_Pattern_for_Data_Access_is_There_Are_No_Patterns_for_Data_Acc</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/The_Only_Pattern_for_Data_Access_is_There_Are_No_Patterns_for_Data_Acc</guid>
      <pubDate>Tue, 23 Jun 2009 04:03:31 GMT</pubDate>
    </item>
    <item>
      <title>A* pathfinding search in C# - Part 1</title>
      <description>Standing on the shoulders of giants just like Eric Lippert, this is my try to create a running sample of the code he has presented in his magnific series of posts titled Path Finding Using A* in C# 3.0. Eric wrote the base structure of the A* pathfinding algorithm but didn't provide a complete running sample. I basically added some code I had already posted on the series of posts titled Breadth and depth first search and created some properties here and there to get the whole thing running. It's nothing more than code reuse.
In this implementation you'll find interesting data structures as a priority queue and and immutable stack. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.leniel.net%2f2009%2f06%2fastar-pathfinding-search-in-csharp.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.leniel.net%2f2009%2f06%2fastar-pathfinding-search-in-csharp.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_pathfinding_search_in_C_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_pathfinding_search_in_C_Part_1</guid>
      <pubDate>Sat, 20 Jun 2009 23:49:35 GMT</pubDate>
    </item>
    <item>
      <title>Dynamic Data: Tweaking the Filter Repeater</title>
      <description>The default implementation of Dynamic Data provides a drop down list box for each foreign key and boolean field in a table. The drop down list allows you to filter the table with the value selected from the drop down list box. The figure below shows a view of the Product table from the AdventureWorksLT database. Several columns are not displayed because the scaffoldcolumnattribute was applied. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2frickandy%2farchive%2f2008%2f09%2f25%2ftweaking-the-filter-repeater.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2frickandy%2farchive%2f2008%2f09%2f25%2ftweaking-the-filter-repeater.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Dynamic_Data_Tweaking_the_Filter_Repeater</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Dynamic_Data_Tweaking_the_Filter_Repeater</guid>
      <pubDate>Fri, 26 Sep 2008 04:20:06 GMT</pubDate>
    </item>
    <item>
      <title>Free Data Structures and Algorithms book</title>
      <description>This book written by Granville Barnett and Luca Del Tongo is part of an effort to provide all developers with a core understanding of algorithms that operate on various common, and uncommon data structures.

Data Structures and Algorithms: Annotated Reference with Examples is completely free!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetslackers.com%2fprojects%2fData-Structures-And-Algorithms%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2fprojects%2fData-Structures-And-Algorithms%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Free_Data_Structures_and_Algorithms_book</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Free_Data_Structures_and_Algorithms_book</guid>
      <pubDate>Fri, 29 Aug 2008 11:43:02 GMT</pubDate>
    </item>
    <item>
      <title>What's the difference between Bind and Eval</title>
      <description>Data-binding expressions are contained within delimiters and use the Eval and Bind functions. The Eval function is used to define one-way (read-only) binding. The Bind function is used for two-way (updatable) binding. In addition to calling Eval and Bind methods to perform data binding in a data-binding expression, you can call any publicly scoped code within the delimiters to execute that code and return a value during page processing.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f07%2fwhats-difference-between-bind-and-eval.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f07%2fwhats-difference-between-bind-and-eval.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/What_s_the_difference_between_Bind_and_Eval</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/What_s_the_difference_between_Bind_and_Eval</guid>
      <pubDate>Fri, 01 Aug 2008 18:25:46 GMT</pubDate>
    </item>
    <item>
      <title>JSONLint - Online JSON Validator</title>
      <description>A site that allows you to enter JSON text and check it for strict compliance against the standard (RFC 4627). Errors are pointed out with quite good accuracy, highlighting the offending area. The output is also pretty-formatted. The only downsite is that your JSON text is processed and validated on the server so don't use this facility to validate JSON text containing confidential or sensitive data. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jsonlint.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jsonlint.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/JSONLint_Online_JSON_Validator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/JSONLint_Online_JSON_Validator</guid>
      <pubDate>Sat, 26 Jan 2008 17:21:25 GMT</pubDate>
    </item>
    <item>
      <title>Ajax Control Toolkit - Multipart Series Article</title>
      <description>A multi-part series article on Ajax Control Toolkit. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fcolumns%2fajax%2fAjaxControlToolkitPartOne.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fcolumns%2fajax%2fAjaxControlToolkitPartOne.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Ajax_Control_Toolkit_Multipart_Series_Article</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Ajax_Control_Toolkit_Multipart_Series_Article</guid>
      <pubDate>Mon, 14 Jan 2008 19:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Querying YouTube using C# and Google Data Client Libraries</title>
      <description>Querying YouTube using C# and Google Data Client Libraries with example code to download. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotneat.net%2f2007%2f12%2f20%2fQueryingYoutubeAPIUsingC.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotneat.net%2f2007%2f12%2f20%2fQueryingYoutubeAPIUsingC.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Querying_YouTube_using_C_and_Google_Data_Client_Libraries</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Querying_YouTube_using_C_and_Google_Data_Client_Libraries</guid>
      <pubDate>Sat, 22 Dec 2007 21:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Repeater, UpdatePanels und die Datenbindung (dt.)</title>
      <description>(Embedding a UpdatePanel in a databound Repeater without using &amp;lt;%# ... %&amp;gt;)

In dem Artikel geht es darum, wie man ein UpdatePanel in einem Repeater setzt - das ganze noch Datengebunden.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode-inside.de%2fblog%2f2007%2f06%2f15%2frepeater-updatepanels-und-die-datenbindung%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode-inside.de%2fblog%2f2007%2f06%2f15%2frepeater-updatepanels-und-die-datenbindung%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Repeater_UpdatePanels_und_die_Datenbindung_dt</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Repeater_UpdatePanels_und_die_Datenbindung_dt</guid>
      <pubDate>Fri, 15 Jun 2007 06:41:19 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Codename &amp;quot;Astoria&amp;quot;: Data Services for the Web</title>
      <description>The &amp;quot;data programmability&amp;quot; team at Microsoft is responsible for the various technologies developers use in applications to access and manipulate data. One of the topics we have been looking at lately is how &amp;quot;new&amp;quot; internet applications use data in the web environment. Project codename &amp;quot;Astoria&amp;quot; reflects our current thinking on the topic. Instead of telling &amp;quot;what we are going to build&amp;quot;, we decided to make the bits and infrastructure public for the development community to look at and give us feedback. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fpablo%2farchive%2f2007%2f04%2f30%2fcodename-astoria-data-services-for-the-web.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fpablo%2farchive%2f2007%2f04%2f30%2fcodename-astoria-data-services-for-the-web.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Microsoft_Codename_quot_Astoria_quot_Data_Services_for_the_Web</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Microsoft_Codename_quot_Astoria_quot_Data_Services_for_the_Web</guid>
      <pubDate>Wed, 02 May 2007 17:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Free Xceed DataGrid Control for WPF Released</title>
      <description>Xceed has decided to release their fully-functional, professional-level WPF DataGrid control completely free. No, this isn't a time-limited or &amp;quot;lite&amp;quot; version of the control...it's the real deal. When you consider that WPF version 1.0 doesn't ship with a data grid control at all, you'll realize that an offer like this is very compelling. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fmswanson%2farchive%2f2007%2f01%2f24%2ffree-xceed-datagrid-control-for-wpf-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fmswanson%2farchive%2f2007%2f01%2f24%2ffree-xceed-datagrid-control-for-wpf-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Free_Xceed_DataGrid_Control_for_WPF_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Free_Xceed_DataGrid_Control_for_WPF_Released</guid>
      <pubDate>Fri, 26 Jan 2007 03:14:08 GMT</pubDate>
    </item>
  </channel>
</rss>