<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with LinqToSql</title>
    <description>the latest stories tagged with 'LinqToSql' 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>Untie LINQ to SQL Connection String from Application Settings</title>
      <description>Did you know that by default LINQ to SQL compiles your connection string and defines it in more than one place if you define your LINQ to SQL classes out from a web app, such as a data access layer class library? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f03%2f26%2funtie-linq-to-sql-connection-string-from-application-settings%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f03%2f26%2funtie-linq-to-sql-connection-string-from-application-settings%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Untie_LINQ_to_SQL_Connection_String_from_Application_Settings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Untie_LINQ_to_SQL_Connection_String_from_Application_Settings</guid>
      <pubDate>Thu, 26 Mar 2009 09:10:30 GMT</pubDate>
    </item>
    <item>
      <title>Howto make unique Repository for all LinqToSql entities (GetById part)</title>
      <description>Tutorial about howto make Rep&amp;lt;Person&amp;gt;.GetById(personId)! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dynback.com%2findex.php%2f2008%2f11%2farchitecture%2fdatabase%2frepository-in-linq-to-sql-getbyid-part%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dynback.com%2findex.php%2f2008%2f11%2farchitecture%2fdatabase%2frepository-in-linq-to-sql-getbyid-part%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Howto_make_unique_Repository_for_all_LinqToSql_entities_GetById_part</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Howto_make_unique_Repository_for_all_LinqToSql_entities_GetById_part</guid>
      <pubDate>Fri, 28 Nov 2008 03:11:27 GMT</pubDate>
    </item>
    <item>
      <title>IUpdateable for Linq To Sql - Make Linq to Sql a read/write data</title>
      <description>Post demostrates how to make Linq to Sql a read/ write data source for ADO.NET Data Services. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2faconrad%2farchive%2f2008%2f11%2f05%2fiupdateable-for-linq-to-sql.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2faconrad%2farchive%2f2008%2f11%2f05%2fiupdateable-for-linq-to-sql.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/IUpdateable_for_Linq_To_Sql_Make_Linq_to_Sql_a_read_write_data</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/IUpdateable_for_Linq_To_Sql_Make_Linq_to_Sql_a_read_write_data</guid>
      <pubDate>Sun, 16 Nov 2008 13:03:13 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to XML - XPath</title>
      <description>LINQ to SQL may be on it's way out, but LINQ is no way out at all! And don't worry about LINQ to SQL, the ADO.NET Entity Framework is available and guess what it's awesome. 
Another good usage for LINQ is when you need to query an XML file. When working with LINQ to XML you may remember the old days when you used XPath. But don't worry anymore there is support for XPath on LINQ to XML. There are extension methods for LINQ to XML in the System.Xml.Xpath namespace! Read this blog post if you are interested in an example, and find out if there are any performance issues!
Have fun reading! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2008%2f11%2f09%2fLINQ-to-XML-XPath.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2008%2f11%2f09%2fLINQ-to-XML-XPath.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_XML_XPath</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_XML_XPath</guid>
      <pubDate>Mon, 10 Nov 2008 17:24:02 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 2.0 - Using Silverlight DataGrid to consume ASMX Web Servi</title>
      <description>Microsoft released Silverlight 2.0 on October 13, 2008. Silverlight 2 provides cross-browser rich UI experience which developers can use to author media rich applications using .NET language (C#, Visual Basic etc) of their choice. The article will demonstrate working of Silverlight 2.0 enabled UI by creating an ASP.NET web-form with Silverlight DataGrid control consuming ASMX Web Service.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsyedarizvi.blogspot.com%2f2008%2f11%2fsilverlight-20linq-to-sql-building-ui.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsyedarizvi.blogspot.com%2f2008%2f11%2fsilverlight-20linq-to-sql-building-ui.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_2_0_Using_Silverlight_DataGrid_to_consume_ASMX_Web_Servi</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_0_Using_Silverlight_DataGrid_to_consume_ASMX_Web_Servi</guid>
      <pubDate>Mon, 03 Nov 2008 08:28:08 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET/LINQ to SQL - Building UI Layer</title>
      <description>LINQ stands for Language Integrated Query which was introduced with .NET 3.5. LINQ provides the ability to write query as a first-class language construct using modern programming languages like C# and Visual Basic.

This article will demonstrate working of LINQ to SQL enabled UI by creating an ASP.NET web-form with GridView control bound to the newly introduced LinqDataSource control.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsyedarizvi.blogspot.com%2f2008%2f10%2faspnetlinq-to-sql-building-ui-layer.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsyedarizvi.blogspot.com%2f2008%2f10%2faspnetlinq-to-sql-building-ui-layer.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/ASP_NET_LINQ_to_SQL_Building_UI_Layer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/ASP_NET_LINQ_to_SQL_Building_UI_Layer</guid>
      <pubDate>Wed, 29 Oct 2008 02:31:31 GMT</pubDate>
    </item>
    <item>
      <title>SQL 2008 FileStream - T-SQL,WPF, LINQ-TO-SQL</title>
      <description>SQL 2008 FileStream, T-SQL, LINQ to SQL &amp;amp; WPF putting all together &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fomarbesiso.spaces.live.com%2fblog%2fcns!70A5B53D721071B7!308.entry"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fomarbesiso.spaces.live.com%2fblog%2fcns!70A5B53D721071B7!308.entry" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_2008_FileStream_T_SQL_WPF_LINQ_TO_SQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_2008_FileStream_T_SQL_WPF_LINQ_TO_SQL</guid>
      <pubDate>Mon, 20 Oct 2008 18:56:27 GMT</pubDate>
    </item>
    <item>
      <title>Creating Model Classes with LINQ to SQL</title>
      <description>great tutorial about the new ASP.NET MVC Framework. Stephen Walther explains how to create Model classes for Linq to Sql. He also introduces the repository pattern for a better encapsulation of your data layer and a better testability of the application. Very interesting. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fstephenwalther%2farchive%2f2008%2f10%2f10%2fnew-asp-net-mvc-tutorials.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fstephenwalther%2farchive%2f2008%2f10%2f10%2fnew-asp-net-mvc-tutorials.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Creating_Model_Classes_with_LINQ_to_SQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Creating_Model_Classes_with_LINQ_to_SQL</guid>
      <pubDate>Sat, 11 Oct 2008 15:32:40 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to Entities, Workarounds on what is not supported</title>
      <description>LINQ to Entities, Workarounds on what is not supported. 2 ways to get ride of what is not supported in LINQ to Entities. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2f2008%2f08%2f31%2fLINQ-to-Entities-Workarounds-on-what-is-not-supported.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2f2008%2f08%2f31%2fLINQ-to-Entities-Workarounds-on-what-is-not-supported.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_Entities_Workarounds_on_what_is_not_supported</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_Entities_Workarounds_on_what_is_not_supported</guid>
      <pubDate>Mon, 01 Sep 2008 22:20:05 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to Entities, what is not supported?</title>
      <description>A look at what LINQ to SQL support and not supported in LINQ to Entities. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2f2008%2f08%2f24%2fLINQ-to-Entities-what-is-not-supported.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2f2008%2f08%2f24%2fLINQ-to-Entities-what-is-not-supported.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_Entities_what_is_not_supported</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_Entities_what_is_not_supported</guid>
      <pubDate>Mon, 01 Sep 2008 18:16:13 GMT</pubDate>
    </item>
    <item>
      <title>What If I Don't Call Dispose() on my LINQ to SQL DataContext Object?</title>
      <description>Steven Walther recently posted on the subject of disposing of DataContext objects and provided some interesting insight into what actually happens.  From what he says it sounds like the DataContext object acts much like the SqlDataAdapter class.  It opens the connection right before a query is executed and closes it immediately after.  I don't want to steal Steven's thunder so check out his post on the subject (the last part of the article talks about the consequences.or lack of consequences.of not calling Dispose()).   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fdwahlin%2farchive%2f2008%2f08%2f19%2fwhat-if-i-don-t-call-dispose-on-my-linq-to-sql-datacontext-object.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fdwahlin%2farchive%2f2008%2f08%2f19%2fwhat-if-i-don-t-call-dispose-on-my-linq-to-sql-datacontext-object.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/What_If_I_Don_t_Call_Dispose_on_my_LINQ_to_SQL_DataContext_Object</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/What_If_I_Don_t_Call_Dispose_on_my_LINQ_to_SQL_DataContext_Object</guid>
      <pubDate>Thu, 21 Aug 2008 06:05:41 GMT</pubDate>
    </item>
    <item>
      <title>Make your LINQ to SQL DataContext fully testable!</title>
      <description>How to use code generation to make the LINQ to SQL DataContext fully testable.  Works great! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkrisscott.net%2farchive%2f2008%2f07%2f14%2fuse-a-generator-to-test-that-pesky-datacontext.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkrisscott.net%2farchive%2f2008%2f07%2f14%2fuse-a-generator-to-test-that-pesky-datacontext.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Make_your_LINQ_to_SQL_DataContext_fully_testable</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Make_your_LINQ_to_SQL_DataContext_fully_testable</guid>
      <pubDate>Tue, 15 Jul 2008 22:38:32 GMT</pubDate>
    </item>
    <item>
      <title>Working with LINQ to SQL Classes and LinqDataSource Controls</title>
      <description>As you all know LINQ (Language Integrated Query) is the new way to communicate with database that has been introduced in .NET Framework 3.5. In this article, I am going to explain you how to work with LINQ to SQL Classes and LinqDataSource control. For this, you will need .NET Framework 3.5, Visual Web Developer 2008, and SqlServer Express Database. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfunda.com%2farticles%2farticle39.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfunda.com%2farticles%2farticle39.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Working_with_LINQ_to_SQL_Classes_and_LinqDataSource_Controls</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Working_with_LINQ_to_SQL_Classes_and_LinqDataSource_Controls</guid>
      <pubDate>Tue, 15 Jul 2008 04:20:19 GMT</pubDate>
    </item>
    <item>
      <title>Linq To Sql Schema</title>
      <description>A new library to let you access database structures from c#. Helpful when generating code or writing migrations. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.adverseconditionals.com%2f2008%2f07%2flinq-to-sql-schema.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.adverseconditionals.com%2f2008%2f07%2flinq-to-sql-schema.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Linq_To_Sql_Schema</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Linq_To_Sql_Schema</guid>
      <pubDate>Thu, 10 Jul 2008 19:31:39 GMT</pubDate>
    </item>
    <item>
      <title>Cascading Deletings with LINQ-to-SQL</title>
      <description>Scott discusses various techniques... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fscottlysle%2fCascadeDeleteCS07032008014639AM%2fCascadeDeleteCS.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fscottlysle%2fCascadeDeleteCS07032008014639AM%2fCascadeDeleteCS.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Cascading_Deletings_with_LINQ_to_SQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Cascading_Deletings_with_LINQ_to_SQL</guid>
      <pubDate>Tue, 08 Jul 2008 03:26:11 GMT</pubDate>
    </item>
    <item>
      <title>Efficient Paging in SQL Server via LINQ</title>
      <description>Efficient Paging in SQL Server via LINQ. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.gotnet.biz%2fBlog%2fpost%2fEfficient-Paging-in-SQL-Server-via-LINQ.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.gotnet.biz%2fBlog%2fpost%2fEfficient-Paging-in-SQL-Server-via-LINQ.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Efficient_Paging_in_SQL_Server_via_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Efficient_Paging_in_SQL_Server_via_LINQ</guid>
      <pubDate>Mon, 07 Jul 2008 21:01:47 GMT</pubDate>
    </item>
    <item>
      <title>Mocking the Linq To Sql DataContext</title>
      <description>A generic solution to mocking the Linq To Sql DataContext and how you can test your linq queries against an in memory database. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f07%2f06%2fmocking-linq-to-sql-datacontext.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f07%2f06%2fmocking-linq-to-sql-datacontext.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Mocking_the_Linq_To_Sql_DataContext</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Mocking_the_Linq_To_Sql_DataContext</guid>
      <pubDate>Wed, 09 Jul 2008 08:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Fun with SQL: Linq to SQL and Query Efficiency</title>
      <description>Interesting conversation (forum thread) on the efficiency of generated queries. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fepisteme.arstechnica.com%2feve%2fforums%2fa%2ftpc%2ff%2f6330927813%2fm%2f618008409831"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fepisteme.arstechnica.com%2feve%2fforums%2fa%2ftpc%2ff%2f6330927813%2fm%2f618008409831" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Fun_with_SQL_Linq_to_SQL_and_Query_Efficiency</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Fun_with_SQL_Linq_to_SQL_and_Query_Efficiency</guid>
      <pubDate>Sun, 06 Jul 2008 07:51:01 GMT</pubDate>
    </item>
    <item>
      <title>Experimental LINQ to SQL template</title>
      <description>Damien shows a very nice way of customizing code generation of Linq to SQL &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdamieng.com%2fblog%2f2008%2f06%2f25%2fexperimental-linq-to-sql-template-for-t4"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdamieng.com%2fblog%2f2008%2f06%2f25%2fexperimental-linq-to-sql-template-for-t4" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Experimental_LINQ_to_SQL_template</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Experimental_LINQ_to_SQL_template</guid>
      <pubDate>Fri, 04 Jul 2008 22:15:17 GMT</pubDate>
    </item>
    <item>
      <title>Architecting Linq to SQL, part 10 </title>
      <description>What Ian Cooper would like to see in the next version &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fian_cooper%2farchive%2f2008%2f07%2f01%2farchitecting-linq-to-sql-part-10.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fian_cooper%2farchive%2f2008%2f07%2f01%2farchitecting-linq-to-sql-part-10.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Architecting_Linq_to_SQL_part_10</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Architecting_Linq_to_SQL_part_10</guid>
      <pubDate>Tue, 01 Jul 2008 21:44:44 GMT</pubDate>
    </item>
    <item>
      <title>Building Custom Paging and Sorting Queries with LINQ to SQL</title>
      <description>Building Custom Paging and Sorting Queries with LINQ to SQL and wrap it in Extension Method &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2f2008%2f06%2fBuilding-Custom-Paging-and-Sorting-Queries-with-LINQ-to-SQL-and-wrap-it-in-Extension-Method.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2f2008%2f06%2fBuilding-Custom-Paging-and-Sorting-Queries-with-LINQ-to-SQL-and-wrap-it-in-Extension-Method.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Building_Custom_Paging_and_Sorting_Queries_with_LINQ_to_SQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Building_Custom_Paging_and_Sorting_Queries_with_LINQ_to_SQL</guid>
      <pubDate>Wed, 11 Jun 2008 20:35:39 GMT</pubDate>
    </item>
    <item>
      <title>LINQ To SQL and the Web.Config ConnectionString Value</title>
      <description>This saved me a lot of time. Great post.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f203567.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f203567.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_To_SQL_and_the_Web_Config_ConnectionString_Value</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_To_SQL_and_the_Web_Config_ConnectionString_Value</guid>
      <pubDate>Wed, 11 Jun 2008 15:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Implementing the Repository Pattern with Linq-to-Sql</title>
      <description>The Repository Pattern, according to Martin Fowler, provides a &amp;quot;layer of abstraction over the mapping layer where query construction code is concentrated&amp;quot;, to &amp;quot;minimize duplicate query logic&amp;quot;. In practice it is usually a collection of data access services, grouped in a similar way to the domain model classes. 

By accessing repositories via interfaces the repository pattern helps to break the dependency between the domain model and data access code. This is invaluable for unit testing because the domain model can be isolated. 

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2farchitecture%2flinqrepository.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2farchitecture%2flinqrepository.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Implementing_the_Repository_Pattern_with_Linq_to_Sql</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Implementing_the_Repository_Pattern_with_Linq_to_Sql</guid>
      <pubDate>Fri, 06 Jun 2008 05:10:22 GMT</pubDate>
    </item>
    <item>
      <title>Linq to SQL Wish List</title>
      <description>What do we want to see in the next version of Linq to SQL ?  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f06%2f04%2flinq-to-sql-wish-list.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f06%2f04%2flinq-to-sql-wish-list.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Linq_to_SQL_Wish_List</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Linq_to_SQL_Wish_List</guid>
      <pubDate>Thu, 05 Jun 2008 16:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Joins, Grouping, Aggregating w/ Linq2Sql</title>
      <description>Short video showing how to use Linq2Sql to perform various tasks such as joins, grouping and aggregating w/ Linq2Sql &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f6"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f6" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Joins_Grouping_Aggregating_w_Linq2Sql</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Joins_Grouping_Aggregating_w_Linq2Sql</guid>
      <pubDate>Thu, 12 Jun 2008 10:46:02 GMT</pubDate>
    </item>
  </channel>
</rss>