<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by bahadorn</title>
    <description>Stories kicked by bahadorn</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>Static Singletons for ASP.NET Controls</title>
      <description>When building generic ASP.NET Server controls that also provide a sort of API service to other custom controls or page level code, it's often necessary to ensure that only a single instance of a control exists, and that only that single instance of this control or component can be accessed in the context of an ASP.NET request. Using HttpContext and it's Item collection makes it easy to create reusable, cacheable instances and ensure you're only running a Singleton instance of it. &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%2f417588.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f417588.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Static_Singletons_for_ASP_NET_Controls</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Static_Singletons_for_ASP_NET_Controls</guid>
      <pubDate>Fri, 11 Jul 2008 06:23:09 GMT</pubDate>
    </item>
    <item>
      <title>Some concepts to know before you use an IoC tool</title>
      <description>The baseline understanding required to effectively implement dependency injection &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2008%2f06%2f29%2fsome-concepts-to-know-first.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2008%2f06%2f29%2fsome-concepts-to-know-first.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Some_concepts_to_know_before_you_use_an_IoC_tool</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Some_concepts_to_know_before_you_use_an_IoC_tool</guid>
      <pubDate>Wed, 02 Jul 2008 20:01:09 GMT</pubDate>
    </item>
    <item>
      <title>Quick Notes About My Exprience with LiveMesh</title>
      <description>Some quick observations about LiveMesh from a user's perspective &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbahadorn.blogspot.com%2f2008%2f06%2fquick-notes-about-my-experience-with.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbahadorn.blogspot.com%2f2008%2f06%2fquick-notes-about-my-experience-with.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Quick_Notes_About_My_Exprience_with_LiveMesh</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Quick_Notes_About_My_Exprience_with_LiveMesh</guid>
      <pubDate>Fri, 06 Jun 2008 08:02:33 GMT</pubDate>
    </item>
    <item>
      <title>Levels of Enthusiasm</title>
      <description>A good summary on the various manic states of development. &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%2f377676.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f377676.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Levels_of_Enthusiasm</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Levels_of_Enthusiasm</guid>
      <pubDate>Wed, 04 Jun 2008 09:31:04 GMT</pubDate>
    </item>
    <item>
      <title>The Open Closed Principle</title>
      <description>The first installment of a new MSDN Magazine column by Jeremy Miller. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn2.microsoft.com%2fmagazine%2fcc546578"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn2.microsoft.com%2fmagazine%2fcc546578" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/The_Open_Closed_Principle</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/The_Open_Closed_Principle</guid>
      <pubDate>Fri, 30 May 2008 13:16:10 GMT</pubDate>
    </item>
    <item>
      <title> ASP.NET MVC Preview 3 Release </title>
      <description>From ScottGu's weblog - &amp;quot;This morning we released the Preview 3 build of the ASP.NET MVC framework.  I blogged details last month about an interim source release we did that included many of the changes with this Preview 3 release.  Today's build includes some additional features not in last month's drop, some nice enhancements/refinements, as well as Visual Studio tool integration and documentation.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f05%2f27%2fasp-net-mvc-preview-3-release.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f05%2f27%2fasp-net-mvc-preview-3-release.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Preview_3_Release</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Preview_3_Release</guid>
      <pubDate>Tue, 27 May 2008 22:16:07 GMT</pubDate>
    </item>
    <item>
      <title>Non ASPX Extensions and Authentication in IIS 7 Integrated Pipeline</title>
      <description>Ran into an issue where IIS 7's integrated pipeline exhibits different behavior authenticating non ASPX extensions. Looks like IIS 7 only authenticates mainline files resulting in Context.User==null or Context.User.Identity.IsAuthenticated==false on all other extensions. For example hitting CustomHit.axd doesn't provide user credentials where an CustomHit.aspx does. &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%2f365690.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f365690.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Non_ASPX_Extensions_and_Authentication_in_IIS_7_Integrated_Pipeline</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Non_ASPX_Extensions_and_Authentication_in_IIS_7_Integrated_Pipeline</guid>
      <pubDate>Fri, 23 May 2008 11:33:17 GMT</pubDate>
    </item>
    <item>
      <title>Generic types and IDisposable, the &amp;quot;using&amp;quot; trick</title>
      <description>This is another one in the series &amp;quot;heck, I never thought of that&amp;quot;... Like most of these articles, if you already knew this trick, ignore me... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blog.activa.be%2f2008%2f05%2f20%2fGenericTypesAndIDisposableTheQuotusingquotTrick.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blog.activa.be%2f2008%2f05%2f20%2fGenericTypesAndIDisposableTheQuotusingquotTrick.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Generic_types_and_IDisposable_the_using_trick</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Generic_types_and_IDisposable_the_using_trick</guid>
      <pubDate>Wed, 21 May 2008 08:46:03 GMT</pubDate>
    </item>
    <item>
      <title>SharpTemplate.NET pre-release on CodePlex</title>
      <description>Introducing SharpTemplate.NET, a lightweight general-purpose template engine for .NET 2.0. It allows you to incorporate template parsing in your .NET applications. Perfect for code generators, reporting tools, mass-mailing applications, etc. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blog.activa.be%2f2008%2f05%2f20%2fSharpTemplateNETPrereleaseOnCodePlex.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blog.activa.be%2f2008%2f05%2f20%2fSharpTemplateNETPrereleaseOnCodePlex.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/SharpTemplate_NET_pre_release_on_CodePlex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/SharpTemplate_NET_pre_release_on_CodePlex</guid>
      <pubDate>Wed, 21 May 2008 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Frans Bourma comparing OR mappers to Entity Framework.</title>
      <description>Frans Bourma details what an OR mapper is about and how that compares to Entity Framework. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2ffbouma%2farchive%2f2008%2f05%2f19%2fwhy-use-the-entity-framework-yeah-why-exactly.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2ffbouma%2farchive%2f2008%2f05%2f19%2fwhy-use-the-entity-framework-yeah-why-exactly.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Frans_Bourma_comparing_OR_mappers_to_Entity_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Frans_Bourma_comparing_OR_mappers_to_Entity_Framework</guid>
      <pubDate>Tue, 20 May 2008 14:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Feedback on Danny Simmons' Why use Entity Framework</title>
      <description>Useful feedback on Danny Simmons' &amp;quot;Why use Entity Framework&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2008%2f05%2f19%2fwhat-dan-simmons-forgot-to-tell-you-about-the-entity-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2008%2f05%2f19%2fwhat-dan-simmons-forgot-to-tell-you-about-the-entity-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Feedback_on_Danny_Simmons_Why_use_Entity_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Feedback_on_Danny_Simmons_Why_use_Entity_Framework</guid>
      <pubDate>Tue, 20 May 2008 05:46:07 GMT</pubDate>
    </item>
    <item>
      <title>Why do we Refactor?</title>
      <description>Jeremy D. Miller talks about the benefits of refactoring &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2008%2f05%2f15%2fwhy-do-we-refactor.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2008%2f05%2f15%2fwhy-do-we-refactor.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Why_do_we_Refactor</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Why_do_we_Refactor</guid>
      <pubDate>Mon, 19 May 2008 12:57:18 GMT</pubDate>
    </item>
    <item>
      <title>7 tricks to simplify your programs with LINQ</title>
      <description>Ever since I learned about LINQ, I keep discovering new ways to use it to improve my code. Every trick makes my code a little bit faster to write, and a little bit easier to read. This posting summarizes some of the tricks that I came across. I will show you how to use LINQ to: initialize an array, iterate over multiple arrays in a single loop, generate a random sequence, ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2figoro.com%2farchive%2f7-tricks-to-simplify-your-programs-with-linq%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2figoro.com%2farchive%2f7-tricks-to-simplify-your-programs-with-linq%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/7_tricks_to_simplify_your_programs_with_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/7_tricks_to_simplify_your_programs_with_LINQ</guid>
      <pubDate>Mon, 19 May 2008 09:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Why Pluggable Applications Fails in NUnit? </title>
      <description>I am currently working on a project with a pluggable application. Although, the code was functioning very well it always failed during the NUnit tests, always! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f05%2f16%2fwhy-pluggable-applications-fails-in-nunit%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f05%2f16%2fwhy-pluggable-applications-fails-in-nunit%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Why_Pluggable_Applications_Fails_in_NUnit</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Why_Pluggable_Applications_Fails_in_NUnit</guid>
      <pubDate>Fri, 16 May 2008 14:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Query Composition using Functional Programming Techniques in C# 3.0</title>
      <description> This stuff is easy.  It's also really fun.  You don't have to read academic papers to learn about, enjoy, and benefit from functional programming in C# 3.0.  There are about half a dozen concepts you need to learn, each one easy.  Concepts like just a new way to write a method (that has no name), or a new way to write a static method for a class.  Then you put them all together, and the result is more than the sum of the parts. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fericwhite%2fpages%2fFP-Tutorial.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fericwhite%2fpages%2fFP-Tutorial.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Query_Composition_using_Functional_Programming_Techniques_in_C_3_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Query_Composition_using_Functional_Programming_Techniques_in_C_3_0</guid>
      <pubDate>Thu, 15 May 2008 17:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Trivial Projections Are (Usually) Optimized Away</title>
      <description>The usual deep stuff about C# from Eric Lippert. This time about degenerate query expressions in LINQ. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fericlippert%2farchive%2f2008%2f05%2f12%2ftrivial-projections-are-usually-optimized-away.aspx%3fCommentPosted%3dtrue%23commentmessage"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fericlippert%2farchive%2f2008%2f05%2f12%2ftrivial-projections-are-usually-optimized-away.aspx%3fCommentPosted%3dtrue%23commentmessage" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Trivial_Projections_Are_Usually_Optimized_Away</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Trivial_Projections_Are_Usually_Optimized_Away</guid>
      <pubDate>Wed, 14 May 2008 18:26:16 GMT</pubDate>
    </item>
    <item>
      <title>Why C# Compiler Is so Picky About Type Parameter Constraints' Position</title>
      <description>The C# syntax dictates the ordering class, structs, new(), and base-class constraints in the generics. This post elaborates on this a little bit. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbahadorn.blogspot.com%2f2008%2f05%2fwhy-c-compiler-is-so-picky-about-type.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbahadorn.blogspot.com%2f2008%2f05%2fwhy-c-compiler-is-so-picky-about-type.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Why_C_Compiler_Is_so_Picky_About_Type_Parameter_Constraints_Position</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Why_C_Compiler_Is_so_Picky_About_Type_Parameter_Constraints_Position</guid>
      <pubDate>Wed, 14 May 2008 15:54:14 GMT</pubDate>
    </item>
    <item>
      <title>Alt.NET Podcast Launched!</title>
      <description>The Alt.NET Podcast has a new podcast. The premier episode is a conversation with David Laribee, Jeremy D. Miller, and Chad Myers about continuously improving yourself, your code, and your team. Give it a listen! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faltnetpodcast.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faltnetpodcast.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Alt_NET_Podcast_Launched</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Alt_NET_Podcast_Launched</guid>
      <pubDate>Tue, 13 May 2008 23:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Using a Windows Service just to run a scheduled process is Wrong!</title>
      <description>A classic post by Jon Galloway: A Windows Service is the wrong solution to scheduling one-off custom processes. The right solution for scheduling simple processes is the Windows Task Scheduler. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2005%2f10%2f24%2f428303.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2005%2f10%2f24%2f428303.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Using_a_Windows_Service_just_to_run_a_scheduled_process_is_Wrong</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Using_a_Windows_Service_just_to_run_a_scheduled_process_is_Wrong</guid>
      <pubDate>Sat, 10 May 2008 17:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Great Silverlight 2.0 example application</title>
      <description>Great example of how to make rich line-of-business apps using Silverlight 2.0. Scalable UI, DeepZoom, animation etc.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mscui.net%2fPatientJourneyDemonstrator%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mscui.net%2fPatientJourneyDemonstrator%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Great_Silverlight_2_0_example_application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Great_Silverlight_2_0_example_application</guid>
      <pubDate>Mon, 12 May 2008 03:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Ease your SSMS experience: SSMS Tools PACK 1.0 is out!</title>
      <description> A popular free add-in for SQL Server Management Studio (SSMS) is now in release version 1.0.
With many new and improved features it speeds up your SSMS development. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2008%2f05%2f08%2fEase-your-SSMS-experience-SSMS-Tools-PACK-1.0-is-out.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2008%2f05%2f08%2fEase-your-SSMS-experience-SSMS-Tools-PACK-1.0-is-out.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Ease_your_SSMS_experience_SSMS_Tools_PACK_1_0_is_out</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Ease_your_SSMS_experience_SSMS_Tools_PACK_1_0_is_out</guid>
      <pubDate>Mon, 19 May 2008 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>best programming jokes</title>
      <description>a very big good collection of programming jokes, WOWwwwwwww &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devtopics.com%2fbest-programming-jokes%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devtopics.com%2fbest-programming-jokes%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/best_programming_jokes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/best_programming_jokes</guid>
      <pubDate>Thu, 08 May 2008 17:46:05 GMT</pubDate>
    </item>
    <item>
      <title>Do you really need a data access layer with LINQ?</title>
      <description>Some thoughts on skipping the creation of a data access layer in a web application that uses LINQ for all of its database access. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f05%2fdo-you-really-need-a-data-access-layer-with-linq.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f05%2fdo-you-really-need-a-data-access-layer-with-linq.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Do_you_really_need_a_data_access_layer_with_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Do_you_really_need_a_data_access_layer_with_LINQ</guid>
      <pubDate>Wed, 07 May 2008 16:16:08 GMT</pubDate>
    </item>
    <item>
      <title>Wake up ASP.NET developers!</title>
      <description>You're participating in the stagnation of the World Wide Web and you hold the human race hostage. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fWake-up-ASPNET-developers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fWake-up-ASPNET-developers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Wake_up_ASP_NET_developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Wake_up_ASP_NET_developers</guid>
      <pubDate>Wed, 07 May 2008 19:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Performance vs. Object Oriented Design</title>
      <description>After getting basic functionality up and running, I found that the biggest chunk of time was getting lost in operator new.  In this particular chunk of code, I had some simulated recursion that was making lots and lots of little objects that were being pushed and popped onto a stack.  The issue was that these objects are tiny and transient.  This means that all the overhead imposed by new and delete will get charged again and again and again - what to do? [Sample code provided] &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2fstevehawley%2farchive%2f2008%2f05%2f05%2fwhen-new-is-too-slow.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2fstevehawley%2farchive%2f2008%2f05%2f05%2fwhen-new-is-too-slow.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Performance_vs_Object_Oriented_Design</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Performance_vs_Object_Oriented_Design</guid>
      <pubDate>Thu, 08 May 2008 13:16:02 GMT</pubDate>
    </item>
  </channel>
</rss>