<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Zteff</title>
    <description>Stories kicked by Zteff</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>Don't use foreach and for loops in .NET</title>
      <description>This article explains various loops and their execution timings.
1. foreach loop vs for loop.
1. foreach loop vs while loop. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codekicks.com%2f2011%2f01%2ftry-to-avoid-foreachfor-loops.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codekicks.com%2f2011%2f01%2ftry-to-avoid-foreachfor-loops.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Don_t_use_foreach_and_for_loops_in_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Don_t_use_foreach_and_for_loops_in_NET</guid>
      <pubDate>Mon, 24 Jan 2011 14:27:34 GMT</pubDate>
    </item>
    <item>
      <title>Entity Framework: Intro to Database First Design</title>
      <description>Taking a look at how to use the Entity Framework via its database first design concepts.

When building out an application which is based off of the Entity framework you have multiple options, you can either build your model off of your existing database or build your database of your existing model. This episode will explore how you start with your existing database and build your entity model. &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%2f186"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f186" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Entity_Framework_Intro_to_Database_First_Design</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Entity_Framework_Intro_to_Database_First_Design</guid>
      <pubDate>Tue, 18 Jan 2011 14:41:36 GMT</pubDate>
    </item>
    <item>
      <title>Top 6 Coding Standards &amp;amp; Guideline Documents For C#/.NET Developers</title>
      <description>Some time back, I collated a list of 7 Must Read, Free EBooks for .NET Developers, and a lot of people found it useful. So, I thought about putting together my "Top 6" list of Coding Standard guidelines/checklists for .NET /C# developers as well...They are useful not just from a review perspective - going through these documents can definitely help you and me to iron out few hidden glitches we might have in the programming portion of our brain. So, here we go, the listing is not in any specific order. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2famazedsaint.blogspot.com%2f2010%2f11%2ftop-6-coding-standards-guideline.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2famazedsaint.blogspot.com%2f2010%2f11%2ftop-6-coding-standards-guideline.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Top_6_Coding_Standards_Guideline_Documents_For_C_NET_Developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Top_6_Coding_Standards_Guideline_Documents_For_C_NET_Developers</guid>
      <pubDate>Tue, 16 Nov 2010 12:30:44 GMT</pubDate>
    </item>
    <item>
      <title>5 Reasons to be Excited about ASP.NET MVC 3</title>
      <description>It's already been 6 months since ASP.NET MVC 2 was released and version 3 is already taking shape. I, personally, am thrilled about that because this version seems to put ASP.NET MVC, in terms of maturity and functionality, on the first line along with other MVC frameworks out there like RoR.

I've put together 5 main reasons why I'm excited about this upcoming version. What about you? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ironshay.com%2fpost%2f5-Reasons-to-be-Excited-about-ASPNET-MVC-3.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ironshay.com%2fpost%2f5-Reasons-to-be-Excited-about-ASPNET-MVC-3.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/5_Reasons_to_be_Excited_about_ASP_NET_MVC_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/5_Reasons_to_be_Excited_about_ASP_NET_MVC_3</guid>
      <pubDate>Wed, 13 Oct 2010 13:30:52 GMT</pubDate>
    </item>
    <item>
      <title>Order in Chaos: .NET Collections - Arik Poznanski's Blog</title>
      <description>Order in Chaos: .NET Collections This is a review of the current available collection types in .NET Framework 4.0 Note that I don't plan to explain all the history of the different collection. If a class is obsolete, that is enough information. The intention is to use this post as a reference when you need to decide which type of collection you should use. Also, I'm not going to give the complexity of each function. You can find such information in the relevant class documentation on MSDN. Anywa... &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%2farik%2farchive%2f2010%2f10%2f08%2forder-in-chaos-net-collections.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2farik%2farchive%2f2010%2f10%2f08%2forder-in-chaos-net-collections.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Order_in_Chaos_NET_Collections_Arik_Poznanski_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Order_in_Chaos_NET_Collections_Arik_Poznanski_s_Blog</guid>
      <pubDate>Fri, 08 Oct 2010 14:15:51 GMT</pubDate>
    </item>
    <item>
      <title>Technical Debt Is Like Your Friend, The Mafia Bookie</title>
      <description>You've known the guy for years. he's your friend and you've never had any troubles in spite of his job. Then one day, you're hard up for some money to pay rent or get a car repair done. Fortunately your friend is there to help. In spite of your misgivings about taking money from him, he assures you that it's just a friendly loan between people that have known each other for years. It has nothing to do with his professional life, he says. In fact, it was such a small amount of money that he may not even ask you to repay it. You can relax knowing that it's not a big deal and you took care of your needs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fderickbailey%2farchive%2f2010%2f10%2f01%2ftechnical-debt-is-like-your-friend-the-mafia-bookie.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fderickbailey%2farchive%2f2010%2f10%2f01%2ftechnical-debt-is-like-your-friend-the-mafia-bookie.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Technical_Debt_Is_Like_Your_Friend_The_Mafia_Bookie</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Technical_Debt_Is_Like_Your_Friend_The_Mafia_Bookie</guid>
      <pubDate>Wed, 06 Oct 2010 14:15:52 GMT</pubDate>
    </item>
    <item>
      <title>Five Must Have Tools for MVC Developers</title>
      <description>5 Must have tools for MVC developers &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codecapers.com%2fpost%2fFive-Must-Have-Tools-for-MVC-Developers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codecapers.com%2fpost%2fFive-Must-Have-Tools-for-MVC-Developers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Five_Must_Have_Tools_for_MVC_Developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Five_Must_Have_Tools_for_MVC_Developers</guid>
      <pubDate>Tue, 28 Sep 2010 17:15:52 GMT</pubDate>
    </item>
    <item>
      <title>Are you a project manager? You may need this opensource scrum tools.</title>
      <description>We identified 5 best opensource Scrum tools to monitor and track the projects. As Agile methodology is used in most of the projects, expertise in opensource Scrum tools is a must. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.findbestopensource.com%2ftagged%2fscrum"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.findbestopensource.com%2ftagged%2fscrum" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Are_you_a_project_manager_You_may_need_this_opensource_scrum_tools</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Are_you_a_project_manager_You_may_need_this_opensource_scrum_tools</guid>
      <pubDate>Mon, 20 Sep 2010 05:10:33 GMT</pubDate>
    </item>
    <item>
      <title>.NET 4 Design Guidelines- Classes vs. Structures</title>
      <description>My goal is to cover some .NET 4 Platform features through a series of 'guideline' type entries demonstrating some new and existing functionality.  In this first entry, I have seen both classes and structures used throughout applications.  The following is meant to describe and explain good design considerations. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.davidyardy.com%2fblog%2fpost%2f2010%2f09%2f13%2fDesign-Guidelinese28093-Classes-vs-Structures.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.davidyardy.com%2fblog%2fpost%2f2010%2f09%2f13%2fDesign-Guidelinese28093-Classes-vs-Structures.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/NET_4_Design_Guidelines_Classes_vs_Structures</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/NET_4_Design_Guidelines_Classes_vs_Structures</guid>
      <pubDate>Wed, 15 Sep 2010 13:30:52 GMT</pubDate>
    </item>
    <item>
      <title>Easy Email Templates in .NET with FluentEmail</title>
      <description>How to send emails using a HTML Template and FluentEmail in C#.NET &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdkdevelopment.net%2f2010%2f09%2f03%2feasy-email-templates-in-net-with-fluentemail%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdkdevelopment.net%2f2010%2f09%2f03%2feasy-email-templates-in-net-with-fluentemail%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Easy_Email_Templates_in_NET_with_FluentEmail</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Easy_Email_Templates_in_NET_with_FluentEmail</guid>
      <pubDate>Mon, 13 Sep 2010 18:45:52 GMT</pubDate>
    </item>
    <item>
      <title>Why add Automated Error Reporting to your program?</title>
      <description>3 reasons why you should add Automated Error Reporting to your application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.red-gate.com%2fproducts%2fsmartassembly%2ferror_reporting_advantages.htm%3futm_source%3ddnk%26utm_medium%3dtextad%26utm_term%3d4603%26utm_content%3dwhyadderrorreport%26utm_campaign%3dsmartassembly"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.red-gate.com%2fproducts%2fsmartassembly%2ferror_reporting_advantages.htm%3futm_source%3ddnk%26utm_medium%3dtextad%26utm_term%3d4603%26utm_content%3dwhyadderrorreport%26utm_campaign%3dsmartassembly" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Why_add_Automated_Error_Reporting_to_your_program</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Why_add_Automated_Error_Reporting_to_your_program</guid>
      <pubDate>Sat, 04 Sep 2010 23:15:52 GMT</pubDate>
    </item>
    <item>
      <title>ScottGu: Introducing "Razor" - a new view engine for ASP.NET</title>
      <description>&amp;quot;ASP.NET MVC has always supported the concept of "view engines" - which are the pluggable modules that implement different template syntax options.  The "default" view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms.  Other popular ASP.NET MVC view engines used today include Spark and NHaml.

The new view-engine option we've been working on is optimized around HTML generation using a code-focused templating approach. The codename for this new view engine is "Razor", and we'll be shipping the first public beta of it shortly.&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%2f2010%2f07%2f02%2fintroducing-razor.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2010%2f07%2f02%2fintroducing-razor.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ScottGu_Introducing_Razor_a_new_view_engine_for_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ScottGu_Introducing_Razor_a_new_view_engine_for_ASP_NET</guid>
      <pubDate>Mon, 05 Jul 2010 16:30:51 GMT</pubDate>
    </item>
    <item>
      <title>Popular .NET Web Content Management Systems (CMS) - Open Source</title>
      <description>Here are some good Open Source ASP.NET Web CMS that are popular in the community &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f06%2fpopular-net-web-content-management.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f06%2fpopular-net-web-content-management.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Popular_NET_Web_Content_Management_Systems_CMS_Open_Source</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Popular_NET_Web_Content_Management_Systems_CMS_Open_Source</guid>
      <pubDate>Thu, 08 Jul 2010 02:15:52 GMT</pubDate>
    </item>
    <item>
      <title>IIS Express</title>
      <description>If like me you are sick to death of Cassini (whats that then? its the built in web server that visual studio uses) and also sick to death of playing around with IIS 7 then relief is at hand. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweb2asp.net%2f2010%2f07%2fiis-express.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweb2asp.net%2f2010%2f07%2fiis-express.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/IIS_Express_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/IIS_Express_1</guid>
      <pubDate>Thu, 01 Jul 2010 14:15:51 GMT</pubDate>
    </item>
    <item>
      <title>5 jQuery Calendar Plugins that can be used on Websites</title>
      <description>Online calendars can be very useful to share and publish your schedules. One of the most common requests I receive from my jQuery readers is for of a good, free-to-use, jQuery Calendar control, similar to the Google Calendar, which can be added to a website or blog. Here are some of the freely available jQuery Calendar plugins, worth trying out &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f06%2f5-jquery-calendar-plugins-that-can-be.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f06%2f5-jquery-calendar-plugins-that-can-be.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/5_jQuery_Calendar_Plugins_that_can_be_used_on_Websites</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/5_jQuery_Calendar_Plugins_that_can_be_used_on_Websites</guid>
      <pubDate>Tue, 06 Jul 2010 18:00:51 GMT</pubDate>
    </item>
    <item>
      <title>5 Tips to  get the most out of your coding time</title>
      <description>I remember seeing an add from Microsoft I believe for hiring programmers and the jist of it was "We give you an office with a door". 

Why you might wonder? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhatim.indexdev.net%2f2010%2f03%2f11%2f5-tips-to-get-the-most-out-of-your-coding-time%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhatim.indexdev.net%2f2010%2f03%2f11%2f5-tips-to-get-the-most-out-of-your-coding-time%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/5_Tips_to_get_the_most_out_of_your_coding_time</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/5_Tips_to_get_the_most_out_of_your_coding_time</guid>
      <pubDate>Thu, 11 Mar 2010 18:00:00 GMT</pubDate>
    </item>
    <item>
      <title>.NET Generics - What's all the fuzz about?! </title>
      <description>The .NET Framework provides some pretty neat possibilities with generic classes. This small blog post takes a beginners look at the subject. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.quindo.dk%2fpost%2f2010%2f03%2f10%2fNET-Generics-Whats-all-the-fuzz-about!.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.quindo.dk%2fpost%2f2010%2f03%2f10%2fNET-Generics-Whats-all-the-fuzz-about!.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/NET_Generics_What_s_all_the_fuzz_about</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/NET_Generics_What_s_all_the_fuzz_about</guid>
      <pubDate>Tue, 09 Mar 2010 22:14:44 GMT</pubDate>
    </item>
    <item>
      <title>ASMX ScriptService mistake: Installation and configuration</title>
      <description>Continuing my series of posts about ASMX services and JSON, this post will cover two common mistakes that plague the process of getting a project's first ASMX ScriptService working: Installing System.Web.Extensions into the GAC and configuring your web.config. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2010%2f03%2f08%2fasmx-scriptservice-mistakes-installation-and-configuration%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2010%2f03%2f08%2fasmx-scriptservice-mistakes-installation-and-configuration%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ASMX_ScriptService_mistake_Installation_and_configuration</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ASMX_ScriptService_mistake_Installation_and_configuration</guid>
      <pubDate>Tue, 09 Mar 2010 19:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Disable All or Selective Controls on a Page using jQuery </title>
      <description>Disabling controls on a Page using jQuery is a cakewalk, thanks to the wonderful Selector API. Here's an example. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f03%2fdisable-all-or-selective-controls-on.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f03%2fdisable-all-or-selective-controls-on.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Disable_All_or_Selective_Controls_on_a_Page_using_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Disable_All_or_Selective_Controls_on_a_Page_using_jQuery</guid>
      <pubDate>Thu, 04 Mar 2010 15:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Rounded Corners with the Cornerz jQuery plugin</title>
      <description>I found a useful plugin to create rounded corners with ease. The output looked consistent in most of the latest browsers I tested it on. Here's a post introducing you to the plugin &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f02%2frounded-corners-with-cornerz-jquery.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f02%2frounded-corners-with-cornerz-jquery.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Rounded_Corners_with_the_Cornerz_jQuery_plugin</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Rounded_Corners_with_the_Cornerz_jQuery_plugin</guid>
      <pubDate>Sun, 28 Feb 2010 15:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Stored Procedure Optimization Tips - Best Practices</title>
      <description>Key Points discussed in the articles are :

   1. Include SET NOCOUNT ON statement
   2. Use schema name with object name
   3. Do not use the prefix "sp_" in the stored procedure name
   4. Use IF EXISTS (SELECT 1) instead of (SELECT *)
   5. Try to avoid using SQL Server cursors whenever possible
   6. Keep the Transaction as short as possible
   7. Use TRY-Catch for error handling
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2010%2f02%2f16%2fsql-server-stored-procedure-optimization-tips-best-practices%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2010%2f02%2f16%2fsql-server-stored-procedure-optimization-tips-best-practices%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Stored_Procedure_Optimization_Tips_Best_Practices</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Stored_Procedure_Optimization_Tips_Best_Practices</guid>
      <pubDate>Thu, 18 Feb 2010 06:45:06 GMT</pubDate>
    </item>
    <item>
      <title>Dynamic option-elements in ASP.NET select </title>
      <description>I'm a n00b .NET programmer which has started the transition fra classic ASP to ASP.NET. I've started a blog where I document the problems I encounter and how I solved them.

This first post is about dynamically creating the option elements ind a select box. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.quindo.dk%2fpost%2f2010%2f02%2f11%2fDynamic-option-elements-in-ASPNET-select.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.quindo.dk%2fpost%2f2010%2f02%2f11%2fDynamic-option-elements-in-ASPNET-select.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Dynamic_option_elements_in_ASP_NET_select</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Dynamic_option_elements_in_ASP_NET_select</guid>
      <pubDate>Thu, 11 Feb 2010 11:45:45 GMT</pubDate>
    </item>
    <item>
      <title>First look at C# .Net 4.0: Optional and Named Parameters</title>
      <description>With the Release Candidate of Visual Studio 2010 released this week and an official release slated for April, I thought I'd take some time and explore some of the new features we'll be working with in C# 4.0.  So over the course of a couple of weeks I expect to be posting my thoughts and findings on each, starting with Optional and Named parameters. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mattlong.com.au%2f%3fp%3d97"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mattlong.com.au%2f%3fp%3d97" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/First_look_at_C_Net_4_0_Optional_and_Named_Parameters</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/First_look_at_C_Net_4_0_Optional_and_Named_Parameters</guid>
      <pubDate>Wed, 10 Feb 2010 19:52:02 GMT</pubDate>
    </item>
    <item>
      <title>Creating a monster: The DataTable meets dynamic</title>
      <description>In this article I combine the good old DataTable with the new fancy dynamic types found in .Net 4. The result is a terrible monster, but a fun one! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.rag.no%2fpost%2fCreating-a-monster-The-DataTable-meets-dynamic.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.rag.no%2fpost%2fCreating-a-monster-The-DataTable-meets-dynamic.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Creating_a_monster_The_DataTable_meets_dynamic</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Creating_a_monster_The_DataTable_meets_dynamic</guid>
      <pubDate>Tue, 09 Feb 2010 13:40:12 GMT</pubDate>
    </item>
    <item>
      <title>Query Optimization - Interesting Observation of Compute Scalar before </title>
      <description>
SQL SERVER - Stream Aggregate Showplan Operator - Reason of Compute Scalar before Stream Aggregate

February 5, 2010 by pinaldave | Edit

I keep a check on the questions received from my readers; when any question crosses my threshold, I surely try to blog about it online. Stream Aggregate is a quite commonly encountered showplan operator. I have often found it in very simple COUNT(*) operation's execution plan. If you like to read an official note on the subject, you can read the same on Book Online over here. The Stream Aggregate operator groups rows by one or more columns and then calculates one or more aggregate expressions returned by the query.

Click more for further story. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetkicks.com%2fdatabase%2fHow_to_Convert_Hex_to_Decimal_A_simple_puzzle"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetkicks.com%2fdatabase%2fHow_to_Convert_Hex_to_Decimal_A_simple_puzzle" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Query_Optimization_Interesting_Observation_of_Compute_Scalar_before</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Query_Optimization_Interesting_Observation_of_Compute_Scalar_before</guid>
      <pubDate>Mon, 08 Feb 2010 07:30:09 GMT</pubDate>
    </item>
  </channel>
</rss>
