<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by xtremebiz</title>
    <description>Stories kicked by xtremebiz</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>LINQ ElementAt and ElementAtOrDefault</title>
      <description>We can use the ElementAt extension method of LINQ to return the element at a specified index (zero based) in a sequence. However the ElementAt extension method would throw the System.ArguementOutOfRangeException when the specified index is a negative value or not less than the size of the sequence. In such a scenario, we can use the ElementAtOrDefault extenion method which would return the default value of a type instead of throwing the System.ArguementOutOfRangeException.

Read this article for code example (both in C# and VB.NET) with comments &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeforeternity.com%2fblogs%2ftechnology%2farchive%2f2008%2f08%2f13%2flinq-elementat-and-elementatordefault.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeforeternity.com%2fblogs%2ftechnology%2farchive%2f2008%2f08%2f13%2flinq-elementat-and-elementatordefault.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/LINQ_ElementAt_and_ElementAtOrDefault</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/LINQ_ElementAt_and_ElementAtOrDefault</guid>
      <pubDate>Wed, 13 Aug 2008 15:18:41 GMT</pubDate>
    </item>
    <item>
      <title>Keep Your Link-Juice by Using a Custom HTTP Module for 301 Redirects </title>
      <description>In my process of turning www.aspforblondes.com into www.crazeegeekchick.com I had some concerns regarding broken links, search engine rank etc. I decided to write an ASP.NET custom HTTP Module to achieve my goals.  After reading tons of information about 301 permanent redirects. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcrazeegeekchick.com%2fblog%2fkeep-your-link-juice-by-using-a-custom-http-module-for-301-redirects%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcrazeegeekchick.com%2fblog%2fkeep-your-link-juice-by-using-a-custom-http-module-for-301-redirects%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Keep_Your_Link_Juice_by_Using_a_Custom_HTTP_Module_for_301_Redirects</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Keep_Your_Link_Juice_by_Using_a_Custom_HTTP_Module_for_301_Redirects</guid>
      <pubDate>Wed, 13 Aug 2008 14:46:18 GMT</pubDate>
    </item>
    <item>
      <title>T-SQL Function to Get Int From Varchar</title>
      <description>I recently had to write a T-SQL function which cleans up all non numeric characters from a varchar variable and returns the int value of the remaining numeric characters. If no numeric characters exist, the function should return zero. I thought it would be nice to share this with you and I hope you find this useful ;-) Expected output of the function:

PRINT dbo.GetIntFromVarchar('R1A2J3') -- returns 123
PRINT dbo.GetIntFromVarchar('COOL456CODER') -- returns 456
PRINT dbo.GetIntFromVarchar('789') -- returns 789
PRINT dbo.GetIntFromVarchar('GEEK') -- returns 0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeforeternity.com%2fblogs%2ftechnology%2farchive%2f2008%2f05%2f20%2ft-sql-function-to-get-int-from-varchar.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeforeternity.com%2fblogs%2ftechnology%2farchive%2f2008%2f05%2f20%2ft-sql-function-to-get-int-from-varchar.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/T_SQL_Function_to_Get_Int_From_Varchar</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/T_SQL_Function_to_Get_Int_From_Varchar</guid>
      <pubDate>Thu, 22 May 2008 16:07:04 GMT</pubDate>
    </item>
    <item>
      <title>LINQ Single and SingleOrDefault</title>
      <description>This post explains about the Single and SingleOrDefault extension methods of LINQ, possible exceptions which can be thrown, and provides code examples both in C# and VB.NET along with code comments. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeforeternity.com%2fblogs%2ftechnology%2farchive%2f2008%2f05%2f10%2flinq-single-and-singleordefault.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeforeternity.com%2fblogs%2ftechnology%2farchive%2f2008%2f05%2f10%2flinq-single-and-singleordefault.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_Single_and_SingleOrDefault</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_Single_and_SingleOrDefault</guid>
      <pubDate>Tue, 20 May 2008 13:09:20 GMT</pubDate>
    </item>
    <item>
      <title>A Programming Job Interview Challenge #4 </title>
      <description>This is the fourth post in the series of programming job interview challenge. Today, I will provide the answer to job interview challenge #3, talk about readers answers (all of the comments are now approved) and give you a new challenge. So, lets get into business:

 &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%2f19%2fa-programming-job-interview-challenge-4%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f05%2f19%2fa-programming-job-interview-challenge-4%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/A_Programming_Job_Interview_Challenge_4</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/A_Programming_Job_Interview_Challenge_4</guid>
      <pubDate>Mon, 19 May 2008 14:46:02 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>11 Top Tips for a Successful Technical Presentation </title>
      <description>Over five years ago I posted Tips for a Successful MSFT Presentation. Yesterday I watched the video of my Mix Presentation all the way through. It's always very painful to hear one's own voice but it's even worse to watch yourself. I never listen to my podcast and I avoid watching myself. It's like watching a person in parallel universe and it inspires self-loathing. However, if you are someone who values continuous improvement - and I am - you need to do the uncomfortable.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2f11TopTipsForASuccessfulTechnicalPresentation.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2f11TopTipsForASuccessfulTechnicalPresentation.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/11_Top_Tips_for_a_Successful_Technical_Presentation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/11_Top_Tips_for_a_Successful_Technical_Presentation</guid>
      <pubDate>Mon, 19 May 2008 10:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Developers are Born Brave</title>
      <description>Reality about software development. The image on this blog post says it all ;-) Cheers to every coder !!! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeforeternity.com%2fblogs%2ftechnology%2farchive%2f2008%2f05%2f16%2fdevelopers-are-born-brave.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeforeternity.com%2fblogs%2ftechnology%2farchive%2f2008%2f05%2f16%2fdevelopers-are-born-brave.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Developers_are_Born_Brave</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Developers_are_Born_Brave</guid>
      <pubDate>Fri, 16 May 2008 20:04:51 GMT</pubDate>
    </item>
    <item>
      <title>Coders versus Project Managers</title>
      <description>Few months back, I got below joke emailed to me by my friend who is also a passionate coder. In my personal (and humble) opinion, below joke hits jackpot with the current state of 9 out of 10 IT companies in India, which are headed by people who have zero or very little technical background. And perhaps this explains why Indian IT companies still have to market themselves as low cost outsourcing destinations to win business any why we still dont have too many Product based IT companies in India :-) Is the story same in your country too? Let me know, I would love to hear :-) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeforeternity.com%2fblogs%2ftechnology%2farchive%2f2008%2f05%2f14%2fcoders-versus-project-managers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeforeternity.com%2fblogs%2ftechnology%2farchive%2f2008%2f05%2f14%2fcoders-versus-project-managers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Coders_versus_Project_Managers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Coders_versus_Project_Managers</guid>
      <pubDate>Wed, 14 May 2008 11:21:14 GMT</pubDate>
    </item>
    <item>
      <title>Finally, a SelectedItems Option (yaaay)</title>
      <description>The .NET framework does not include a way to get the selected items from a CheckBoxList, ListBox, DropDownList, or RadioButtonList, without iterating the Items collection.  This post provides a generic extension method for retrieving the selected items from any ListControl. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.iansuttle.com%2fblog%2fpost%2fFinally2c-a-SelectedItems-Option-(yaaay).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.iansuttle.com%2fblog%2fpost%2fFinally2c-a-SelectedItems-Option-(yaaay).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Finally_a_SelectedItems_Option_yaaay</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Finally_a_SelectedItems_Option_yaaay</guid>
      <pubDate>Wed, 14 May 2008 17:46:04 GMT</pubDate>
    </item>
    <item>
      <title>How to manage ASP.NET validation from Javascript with jQuery</title>
      <description>This article outlines how to enable and disable ASP.NET client side validation from Javascript using jQuery &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f05%2f14%2fHow-to-manage-ASP.NET-validation-from-Javascript-with-jQuery.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f05%2f14%2fHow-to-manage-ASP.NET-validation-from-Javascript-with-jQuery.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_manage_ASP_NET_validation_from_Javascript_with_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_manage_ASP_NET_validation_from_Javascript_with_jQuery</guid>
      <pubDate>Wed, 14 May 2008 08:01:02 GMT</pubDate>
    </item>
    <item>
      <title>The Object Class</title>
      <description>The Object class is a special type that is the base class for all other classes and types, including the value types.  It defines a set of methods that are therefore inherited by every other type that is defined within the .NET framework class library. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackwasp.co.uk%2fObjectClass.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fObjectClass.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_Object_Class</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_Object_Class</guid>
      <pubDate>Mon, 12 May 2008 20:16:40 GMT</pubDate>
    </item>
    <item>
      <title>Introducing Waegis</title>
      <description>A new spam blocking service just hit the .NET space: Waegis.
It's a service similar to Akismet, but written entirely in .NET &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnayyeri.net%2fblog%2fintroducing-waegis%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnayyeri.net%2fblog%2fintroducing-waegis%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Introducing_Waegis</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Introducing_Waegis</guid>
      <pubDate>Mon, 12 May 2008 20:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Fast web page loading by defering and combining multiple javascripts </title>
      <description>A web page can load a lot faster and feel faster if the Javascripts files referenced on the page can be loaded after the visible content has been loaded and multiple Javascripts files can be batched into one download. This handy technique combines external javascripts references into one script tag and serves multiple javascripts using a Http Handler. &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%2faspnet%2ffastpageload.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2faspnet%2ffastpageload.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Fast_web_page_loading_by_defering_and_combining_multiple_javascripts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Fast_web_page_loading_by_defering_and_combining_multiple_javascripts</guid>
      <pubDate>Mon, 12 May 2008 14:01:12 GMT</pubDate>
    </item>
    <item>
      <title>The Linq SelectMany Operator</title>
      <description>A quick look at the SelectMany operator, what it does, and how you use it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f05%2fThe-Linq-SelectMany-operator.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f05%2fThe-Linq-SelectMany-operator.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/The_Linq_SelectMany_Operator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/The_Linq_SelectMany_Operator</guid>
      <pubDate>Mon, 12 May 2008 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>CSS sliding doors technique </title>
      <description>This article will show you how to create fancy buttons using CSS sliding doors technique. It is much better to use this technique than to use image buttons because you can apply the style to any link and at the same time you don't have to create an image for each button. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f04%2f30%2fmake-fancy-buttons-using-css-sliding-doors-technique.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f04%2f30%2fmake-fancy-buttons-using-css-sliding-doors-technique.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/CSS_sliding_doors_technique</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/CSS_sliding_doors_technique</guid>
      <pubDate>Mon, 12 May 2008 14:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Creating great thumbnails in ASP.NET</title>
      <description>The built in function for creating thumbnails in ASP.NET is extremely convenient and very simple to implement. The trouble is that it produces relatively poor quality results and excessively large file sizes. The thumbnails tend to look very muddy when using this route, but many times it's good enough for whatever your needs may be. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.thebrainparasite.com%2fpost%2fCreating-great-thumbnails-in-ASPNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.thebrainparasite.com%2fpost%2fCreating-great-thumbnails-in-ASPNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Creating_great_thumbnails_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Creating_great_thumbnails_in_ASP_NET</guid>
      <pubDate>Sat, 10 May 2008 02:01:03 GMT</pubDate>
    </item>
    <item>
      <title>AddItem Extension Method for CheckBoxList, DropDownList, ListBox</title>
      <description>Just 1 AddItem extension method which works for 5 controls to make the code a lot simpler and cleaner :-) Cheers to object inheritance and cheers to Extension Methods ;-) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeforeternity.com%2fblogs%2ftechnology%2farchive%2f2008%2f05%2f09%2fadditem-extension-method-for-bulletedlist-checkboxlist-dropdownlist-listbox-radiobuttonlist.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeforeternity.com%2fblogs%2ftechnology%2farchive%2f2008%2f05%2f09%2fadditem-extension-method-for-bulletedlist-checkboxlist-dropdownlist-listbox-radiobuttonlist.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/AddItem_Extension_Method_for_CheckBoxList_DropDownList_ListBox</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/AddItem_Extension_Method_for_CheckBoxList_DropDownList_ListBox</guid>
      <pubDate>Mon, 12 May 2008 10:16:02 GMT</pubDate>
    </item>
    <item>
      <title>How to Capitalize the First Letter of All Words in a string in C#</title>
      <description>Often we need to capitalize the first letters of some word or some text (for example when we want to display users name or city name etc).
Since string class does not have a method to do this we could think that there is no built-in solution in C# for this problem, but... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-to-Capitalize-the-First-Letter-of-All-Words-in-a-string-in-C-sharp.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-to-Capitalize-the-First-Letter-of-All-Words-in-a-string-in-C-sharp.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_Capitalize_the_First_Letter_of_All_Words_in_a_string_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_Capitalize_the_First_Letter_of_All_Words_in_a_string_in_C</guid>
      <pubDate>Sat, 10 May 2008 14:01:02 GMT</pubDate>
    </item>
    <item>
      <title>6 Useful Visual Studio Tweaks You Need To Know</title>
      <description>Here is a list of 6 Visual Studio tweaks you can do to make your development experience much better... &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%2f09%2f6-useful-visual-studio-tweaks-you-need-to-know%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f05%2f09%2f6-useful-visual-studio-tweaks-you-need-to-know%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/6_Useful_Visual_Studio_Tweaks_You_Need_To_Know</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/6_Useful_Visual_Studio_Tweaks_You_Need_To_Know</guid>
      <pubDate>Fri, 09 May 2008 13:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Why is it so F#...ing Difficult to Buy Visual Studio!?</title>
      <description>Have you tried upgrading Trial edition of Visual Studio or buying it through the official site while living outside of United States? I wasted half a day and failed. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevblog.ailon.org%2fdevblog%2fpost%2f2008%2f05%2fWhy-is-it-so-Fing-Difficult-to-Buy-Visual-Studio!.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevblog.ailon.org%2fdevblog%2fpost%2f2008%2f05%2fWhy-is-it-so-Fing-Difficult-to-Buy-Visual-Studio!.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Why_is_it_so_F_ing_Difficult_to_Buy_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Why_is_it_so_F_ing_Difficult_to_Buy_Visual_Studio</guid>
      <pubDate>Tue, 13 May 2008 17:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Setting StringBuilder's Initial Capacity for Extreme Performance</title>
      <description>You must have come across plenty of articles on the internet which talk about using the StringBuilder class when computing large strings for performance gains. Nothing wrong with that. However I have not seen many coders using the Initial Capacity constructor of the StringBuilder class which can further result in EXTREME PERFORMANCE. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeforeternity.com%2fblogs%2ftechnology%2farchive%2f2008%2f05%2f08%2fusing-initial-capacity-constructor-of-stringbuilder-for-extreme-performace.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeforeternity.com%2fblogs%2ftechnology%2farchive%2f2008%2f05%2f08%2fusing-initial-capacity-constructor-of-stringbuilder-for-extreme-performace.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Setting_StringBuilder_s_Initial_Capacity_for_Extreme_Performance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Setting_StringBuilder_s_Initial_Capacity_for_Extreme_Performance</guid>
      <pubDate>Thu, 08 May 2008 13:28:42 GMT</pubDate>
    </item>
    <item>
      <title>A Cryptography Primer, Part Four (final)</title>
      <description>I finished up the .NET programmers cryptography primer.  Part four is about asymmetric cryptography.  I go over using RSA to encrypt/decrypt and generate signatures.  The post also covers the obscure and hard to understand at first &amp;quot;Key Container&amp;quot; and how it works. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstatestreetgang.net%2fpost%2f2008%2f05%2fA-NET-Cryptography-Primer2c-Part-Four.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstatestreetgang.net%2fpost%2f2008%2f05%2fA-NET-Cryptography-Primer2c-Part-Four.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/A_Cryptography_Primer_Part_Four_final</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/A_Cryptography_Primer_Part_Four_final</guid>
      <pubDate>Thu, 08 May 2008 10:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Day-to-day with Subversion</title>
      <description>A good post that highlights some of the functionality of Subversion &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fbsimser%2farchive%2f2008%2f05%2f06%2fday-to-day-with-subversion.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fbsimser%2farchive%2f2008%2f05%2f06%2fday-to-day-with-subversion.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Day_to_day_with_Subversion</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Day_to_day_with_Subversion</guid>
      <pubDate>Wed, 07 May 2008 14:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Why Should You Wrap Your ASP.NET Session Object </title>
      <description>ASP.NET provides mechanisms for storing information for a single user session or across multiple sessions. This is done using the HttpSessionState and HttpApplicationState classes. The Page class has Application and Session attributes to provide access to current objects. The simple way to access them is as following: &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%2f07%2fwhy-should-you-wrap-your-aspnet-session-object%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f05%2f07%2fwhy-should-you-wrap-your-aspnet-session-object%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Why_Should_You_Wrap_Your_ASP_NET_Session_Object</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Why_Should_You_Wrap_Your_ASP_NET_Session_Object</guid>
      <pubDate>Wed, 07 May 2008 13:16:03 GMT</pubDate>
    </item>
  </channel>
</rss>