<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by theblob</title>
    <description>Stories kicked by theblob</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> Writing a LINQ Provider for NHibernate </title>
      <description>A university paper on implementing a LINQ provider for NHibernate. Uses HQL instead of CriteriaAPI and the marvellous classes by Matt Warren to implement an IQuerableProvider. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mbeller.de%2f2008%2f06%2fwriting-linq-provider-for-nhibernate.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mbeller.de%2f2008%2f06%2fwriting-linq-provider-for-nhibernate.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Writing_a_LINQ_Provider_for_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Writing_a_LINQ_Provider_for_NHibernate</guid>
      <pubDate>Fri, 27 Jun 2008 10:02:49 GMT</pubDate>
    </item>
    <item>
      <title>Fantastic NHibernate Overview from Karl Seguin</title>
      <description>Great overview of NHibernate from Karl at CodeBetter.Com.  He goes over everything you need to know to get started integrating NHibernate into your projects &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f01%2f02%2ffoundations-of-programming-part-6-nhibernate.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f01%2f02%2ffoundations-of-programming-part-6-nhibernate.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Fantastic_NHibernate_Overview_from_Karl_Seguin</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Fantastic_NHibernate_Overview_from_Karl_Seguin</guid>
      <pubDate>Wed, 02 Jan 2008 18:46:06 GMT</pubDate>
    </item>
    <item>
      <title>Does C# 3.0 Beat Dynamic Languages at their Own Game?</title>
      <description>For the past few years I've heard a lot of hype about dynamic programming languages like Python and Ruby. The word on the street has been that their dynamic nature makes developers more productive that those of us shackled to statically typed languages like C# and Java. A couple of weeks ago I decided to take the plunge and start learning Python after spending the past few years doing the majority of my software development in C#. I learned that it was indeed true that you could get things the same stuff done in far less lines of Python than you could in C#. Since it is a general truism in the software industry that the number of bugs per thousand lines of code is constant irrespective of programming language, the more you can get done in fewer lines of code, the less defects you will have in your software. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.25hoursaday.com%2fweblog%2f2008%2f01%2f02%2fDoesC30BeatDynamicLanguagesAtTheirOwnGame.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.25hoursaday.com%2fweblog%2f2008%2f01%2f02%2fDoesC30BeatDynamicLanguagesAtTheirOwnGame.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Does_C_3_0_Beat_Dynamic_Languages_at_their_Own_Game</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Does_C_3_0_Beat_Dynamic_Languages_at_their_Own_Game</guid>
      <pubDate>Wed, 02 Jan 2008 18:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Performance comparison between Linq, NHibernate and Stored Procs</title>
      <description>A detailed article on a performance comparison between Linq, NHibernate and Stored Procs with ADO.NET &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmaximilianbeller.blogspot.com%2f2007%2f12%2fperformance-comparison-between-linq.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmaximilianbeller.blogspot.com%2f2007%2f12%2fperformance-comparison-between-linq.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Performance_comparison_between_Linq_NHibernate_and_Stored_Procs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Performance_comparison_between_Linq_NHibernate_and_Stored_Procs</guid>
      <pubDate>Mon, 31 Dec 2007 05:16:02 GMT</pubDate>
    </item>
    <item>
      <title>SEO Friendly Text by Image Replacement </title>
      <description>Maximilian Beller has created a smart library which can be used to replace normal html tags with dynamic images. So you can benefit from choosing the font you like and the text effects you like without hurting any web standard. The idea is adopted from SIFR which uses Flash and dotIR which uses GIF-images.
The library is SEO friendly and can be attached to any existing project because it replaces html-tags like &amp;quot;h1&amp;quot; on the client with javscript. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmaximilianbeller.blogspot.com%2f2007%2f06%2fimage-ir-net-library.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmaximilianbeller.blogspot.com%2f2007%2f06%2fimage-ir-net-library.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/SEO_Friendly_Text_by_Image_Replacement</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/SEO_Friendly_Text_by_Image_Replacement</guid>
      <pubDate>Mon, 18 Jun 2007 01:40:29 GMT</pubDate>
    </item>
  </channel>
</rss>