<?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>Using Paging in WCF Data Services - Gil Fink on .Net</title>
      <description>One of the mechanisms which were provided in WCF Data Services from the start was client side paging. 
In the new release of WCF Data Services we also get a server side paging and this will be addressed in this post. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2010%2f06%2f19%2fusing-paging-in-wcf-data-services.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2010%2f06%2f19%2fusing-paging-in-wcf-data-services.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wcf/Using_Paging_in_WCF_Data_Services_Gil_Fink_on_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wcf/Using_Paging_in_WCF_Data_Services_Gil_Fink_on_Net</guid>
      <pubDate>Sat, 19 Jun 2010 13:57:21 GMT</pubDate>
    </item>
    <item>
      <title>Linking to OData</title>
      <description>Sesame Data Browser has been updated to allow users to create links to OData feeds. It's now possible to use hyperlinks to browse live OData feeds.
It's now also possible to quickly filter and sort data. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2ffmarguerie%2farchive%2f2010%2f06%2f09%2fsesame-data-browser-filtering-sorting-selecting-and-linking.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2ffmarguerie%2farchive%2f2010%2f06%2f09%2fsesame-data-browser-filtering-sorting-selecting-and-linking.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Linking_to_OData</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Linking_to_OData</guid>
      <pubDate>Wed, 09 Jun 2010 21:18:53 GMT</pubDate>
    </item>
    <item>
      <title>Configuraing the Data Access Application Block</title>
      <description>I have mentioned Data Access Application Block in my previous posts and I thought it would be convenient to mention how to configure the Data Access Application Block in your project. Mr. Thiru Thangarathinam has written a very nice post about it in very detail hence I'll just summarize it here. 

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbeyondrelational.com%2fblogs%2fdeepakpalkar%2farchive%2f2010%2f05%2f12%2fconfiguring-the-data-access-application-block.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbeyondrelational.com%2fblogs%2fdeepakpalkar%2farchive%2f2010%2f05%2f12%2fconfiguring-the-data-access-application-block.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Configuraing_the_Data_Access_Application_Block</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Configuraing_the_Data_Access_Application_Block</guid>
      <pubDate>Wed, 12 May 2010 18:01:30 GMT</pubDate>
    </item>
    <item>
      <title>Getting Started with SQL Server Data Access using Data Access Applicat</title>
      <description>In this post, we'll see how the same tasks that we did using ADO.Net objects can be done using Data Access Application Block. We will also see how it makes the code much more tidier. Data Access Application Block is part of Microsoft Enterprise Library. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbeyondrelational.com%2fblogs%2fdeepakpalkar%2farchive%2f2010%2f04%2f28%2fgetting-started-with-sql-server-data-access-using-data-access-application-block.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbeyondrelational.com%2fblogs%2fdeepakpalkar%2farchive%2f2010%2f04%2f28%2fgetting-started-with-sql-server-data-access-using-data-access-application-block.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Getting_Started_with_SQL_Server_Data_Access_using_Data_Access_Applicat</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Getting_Started_with_SQL_Server_Data_Access_using_Data_Access_Applicat</guid>
      <pubDate>Thu, 29 Apr 2010 11:40:17 GMT</pubDate>
    </item>
    <item>
      <title>A* pathfinding search in C# - Part 3</title>
      <description>This is the last installment in the series about A* search. The C# source code implemented is available in the final part of this post. As promised in the last words of A* pathfinding search in C# - Part 2 today we're gonna run a test case using the Romania map. This post shows a test case in which the application outputs the shortest path from Arad to Bucharest. I used the ViewOtherPaths method to show the different possible routes. This way we can have a look at why the A* algorithm has chosen such shortest path. &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%2f12%2fastar-pathfinding-search-csharp-part-3.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.leniel.net%2f2009%2f12%2fastar-pathfinding-search-csharp-part-3.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_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_pathfinding_search_in_C_Part_3</guid>
      <pubDate>Wed, 02 Dec 2009 03:02:05 GMT</pubDate>
    </item>
    <item>
      <title>A* pathfinding search in C# - Part 2</title>
      <description>This post describes step by step the methods used to implement the A* search algorithm. To illustrate the path finding problem and how it can be solved using A* I decided to use the Romania map (with the same Cities I used in Breadth and depth first search series of posts). Now I modified it adding more connections between the cities so that we have more fun while debugging the code. This time I decided to get the real values of latitude and longitude for the cities shown in the Romania map. See how a graph of cities is assembled using the real geocode values for latitude and longitude using Google Maps service. &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-csharp-part-2.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-csharp-part-2.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_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_pathfinding_search_in_C_Part_2</guid>
      <pubDate>Wed, 02 Dec 2009 03:00:57 GMT</pubDate>
    </item>
    <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 02: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 21: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 02: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 09: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 16: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 16: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 18: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 20: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 04: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 15: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 02:14:08 GMT</pubDate>
    </item>
  </channel>
</rss>
