<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Bognit</title>
    <description>Stories kicked by Bognit</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>Using generic methods and constraints</title>
      <description>This article explain how you create generic classes and methods, including type constraints. The article also discuss the ideas behind generics, as well as alternative approaches. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.kjeldby.dk%2f%3fp%3d182"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.kjeldby.dk%2f%3fp%3d182" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Using_generic_methods_and_constraints</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Using_generic_methods_and_constraints</guid>
      <pubDate>Sat, 27 Jun 2009 18:19:51 GMT</pubDate>
    </item>
    <item>
      <title>Design Patterns - An Overview</title>
      <description>Design patterns are language independent mechanisms for providing solutions to common problems. Adhering to design patterns help in creating systems that are robust, scalable and maintainable as design patterns follow best practices and established standards. Design patterns have existed in non software engineering disciplines for a long time. Mechanical engineers reuse proven standard design models when designing a new kind of lathe machine. Instead, they reuse existing designs.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcube.com%2fpost%2fDesign-Patterns-e28093-An-Overview.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcube.com%2fpost%2fDesign-Patterns-e28093-An-Overview.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Design_Patterns_An_Overview</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Design_Patterns_An_Overview</guid>
      <pubDate>Fri, 26 Jun 2009 22:00:02 GMT</pubDate>
    </item>
    <item>
      <title>Treating Warnings as Errors in Visual Studio</title>
      <description>The compiler used by Visual Studio can produce errors when code cannot be built and warnings when it completes compilation successfully but there are areas of concern. To avoid warnings being missed or ignored, there is an option to treat them as errors. &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%2fVSWarningsAsErrors.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fVSWarningsAsErrors.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Treating_Warnings_as_Errors_in_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Treating_Warnings_as_Errors_in_Visual_Studio</guid>
      <pubDate>Sat, 27 Jun 2009 10:00:00 GMT</pubDate>
    </item>
    <item>
      <title>A Better SMTP Development Server</title>
      <description>Looking for a way to test the email sending functionality of your application? There's no need to install a full-blown SMTP server - not as long as you have Antix SMTP Server for Developers in your bag of tricks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleedumond.com%2fblog%2fa-better-smtp-development-server%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleedumond.com%2fblog%2fa-better-smtp-development-server%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_Better_SMTP_Development_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_Better_SMTP_Development_Server</guid>
      <pubDate>Tue, 30 Jun 2009 19:45:00 GMT</pubDate>
    </item>
    <item>
      <title>If At First You Don't Succeed - Retrying Mail Operations in .NET</title>
      <description>Mail sent from your application didn't go through? Don't give up so easily! The majority of mail server interruptions are very temporary in nature, lasting only a few seconds. Instead of failing right away, why not give your SMTP client another shot? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleedumond.com%2fblog%2fretrying-mail-operations-in-net%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleedumond.com%2fblog%2fretrying-mail-operations-in-net%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/If_At_First_You_Don_t_Succeed_Retrying_Mail_Operations_in_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/If_At_First_You_Don_t_Succeed_Retrying_Mail_Operations_in_NET</guid>
      <pubDate>Mon, 29 Jun 2009 19:45:01 GMT</pubDate>
    </item>
    <item>
      <title>The Most Powerful Development Tool Ever Made</title>
      <description>Justin Etheredge wrote a great blog post about not inventing the wheel everytime a classic programming problem shows up. &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%2f2009%2f06%2f10%2fThe-Most-Powerful-Development-Tool-Ever-Made.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f06%2f10%2fThe-Most-Powerful-Development-Tool-Ever-Made.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/The_Most_Powerful_Development_Tool_Ever_Made</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_Most_Powerful_Development_Tool_Ever_Made</guid>
      <pubDate>Thu, 11 Jun 2009 16:00:03 GMT</pubDate>
    </item>
    <item>
      <title>Covariance, Contravariance and Invariance in C# 4.0</title>
      <description>Generally, C# supports covariant parameters and contravariant return types. There has always been support for covariance and contravariance in C# - C# 4.0 will just ensure that generic delegates and interfaces will also comply.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2009%2f06%2f07%2fCovariance-Contravariance-and-Invariance-in-C-40.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2009%2f06%2f07%2fCovariance-Contravariance-and-Invariance-in-C-40.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Covariance_Contravariance_and_Invariance_in_C_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Covariance_Contravariance_and_Invariance_in_C_4_0</guid>
      <pubDate>Sun, 07 Jun 2009 20:05:04 GMT</pubDate>
    </item>
    <item>
      <title>Refactoring: parameterize constructor</title>
      <description>In legacy code you may find classes with constructor where some objects are created and initialized. These classes are not easily testable because they depend on other classes and therefore when you unit test these classes they may also throw exceptions of classes they depend on. In these cases we can use parameterize constructor refactoring. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f03%2f04%2frefactoring-parameterize-constructor.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f03%2f04%2frefactoring-parameterize-constructor.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Refactoring_parameterize_constructor</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Refactoring_parameterize_constructor</guid>
      <pubDate>Mon, 08 Jun 2009 16:45:03 GMT</pubDate>
    </item>
    <item>
      <title>IIS SEO Toolkit: Site analysis overview (illustrated)</title>
      <description>As new IIS SEO Toolkit is here it is time now to make some tests with it. And what can be better test material than Microsoft own produced HTML documents? Well, I have my simple and primitive training web site running on my laptop and I think ASP.NET MVC Training Kit is perfect candidate for SEO tests. So, let's see what SEO Toolkit thinks about it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f06%2fiis-seo-toolkit-site-analysis-overview.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f06%2fiis-seo-toolkit-site-analysis-overview.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/IIS_SEO_Toolkit_Site_analysis_overview_illustrated</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/IIS_SEO_Toolkit_Site_analysis_overview_illustrated</guid>
      <pubDate>Sat, 06 Jun 2009 10:48:21 GMT</pubDate>
    </item>
    <item>
      <title>Regular Expression for Email Address validation in C# | TechArtifact</title>
      <description>The task at hand is to validate the Textbox in asp.net for a valid email address. Read on for to the point solution &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techartifact.com%2fblogs%2f2009%2f06%2femail-address-validation-in-csharp.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techartifact.com%2fblogs%2f2009%2f06%2femail-address-validation-in-csharp.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Regular_Expression_for_Email_Address_validation_in_C_TechArtifact</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Regular_Expression_for_Email_Address_validation_in_C_TechArtifact</guid>
      <pubDate>Sun, 07 Jun 2009 22:45:01 GMT</pubDate>
    </item>
    <item>
      <title>Debugging Stored Procedures in SQL Serrver 2005</title>
      <description>Pre-requisites 1. Find the .exe file under the directory, C:\Program Files\Microsoft SQL Server\90\Shared\1033\rdbgsetup.exe or similar path where the SQL Server was installed. The file rdbgsetup.exe stands for 'RemoteDeBuGsetup'. Look for the emphasis on letters. The filename reads &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftechnoblogy.net%2fpost%2fDebugging-Stored-Procedures-in-SQL-Serrver-2005.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftechnoblogy.net%2fpost%2fDebugging-Stored-Procedures-in-SQL-Serrver-2005.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Debugging_Stored_Procedures_in_SQL_Serrver_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Debugging_Stored_Procedures_in_SQL_Serrver_2005</guid>
      <pubDate>Sat, 06 Jun 2009 07:36:28 GMT</pubDate>
    </item>
    <item>
      <title>Demand Paging (Custom Paging) in ASP.NET with SQL Server</title>
      <description>Many a times we need to present bulk data to the user in our day to day application development. Loading all data at one shot is okay when we have few hundreads data but when it comes to thousands of thousands records, it hardly work. In scenario like this we need to go for custom paging in  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftechnoblogy.net%2fpost%2fDemand-Paging-(Custom-Paging)-in-ASPNET-with-SQL-Server.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftechnoblogy.net%2fpost%2fDemand-Paging-(Custom-Paging)-in-ASPNET-with-SQL-Server.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Demand_Paging_Custom_Paging_in_ASP_NET_with_SQL_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Demand_Paging_Custom_Paging_in_ASP_NET_with_SQL_Server</guid>
      <pubDate>Sat, 06 Jun 2009 07:35:23 GMT</pubDate>
    </item>
    <item>
      <title>Should We Return Null From Our Methods?</title>
      <description>I read a interesting article recently about the potential perils of Null Check Hell. The author's suggestion? Stop allowing any of your methods to return nulls, ever . No nulls returned, no null checks necessary. Problem solved, right? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleedumond.com%2fblog%2fshould-we-return-null-from-our-methods%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleedumond.com%2fblog%2fshould-we-return-null-from-our-methods%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Should_We_Return_Null_From_Our_Methods</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Should_We_Return_Null_From_Our_Methods</guid>
      <pubDate>Sat, 06 Jun 2009 18:15:06 GMT</pubDate>
    </item>
    <item>
      <title>Securing ASP.NET Web applications - Beginner's article</title>
      <description>Want to secure a web application. A very good article relating to ASP.NET web application security hacks, and prevention techniques are defined at a beginner level. A good article for beginners, those who want o secure their applications. Ar &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftechnoblogy.net%2fpost%2fSecuring-ASPNET-Web-applications-Beginners-article.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftechnoblogy.net%2fpost%2fSecuring-ASPNET-Web-applications-Beginners-article.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Securing_ASP_NET_Web_applications_Beginner_s_article</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Securing_ASP_NET_Web_applications_Beginner_s_article</guid>
      <pubDate>Fri, 05 Jun 2009 20:06:40 GMT</pubDate>
    </item>
    <item>
      <title>Set Color of GridLines in Gridview</title>
      <description>There are times when you will want to set the color of the grid lines in your GridView - however there is not to my knowledge a way of doing this delaratively. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2009%2f05%2f31%2fSet-Color-of-GridLines-in-Gridview.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2009%2f05%2f31%2fSet-Color-of-GridLines-in-Gridview.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Set_Color_of_GridLines_in_Gridview</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Set_Color_of_GridLines_in_Gridview</guid>
      <pubDate>Sun, 31 May 2009 13:32:29 GMT</pubDate>
    </item>
    <item>
      <title>Live Twitter stream of notable people in the .NET community</title>
      <description>Built with ASP.NET MVC, jQuery and TweetSharp &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmanagedassembly.com%2ftwitter"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmanagedassembly.com%2ftwitter" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Live_Twitter_stream_of_notable_people_in_the_NET_community</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Live_Twitter_stream_of_notable_people_in_the_NET_community</guid>
      <pubDate>Tue, 26 May 2009 19:00:00 GMT</pubDate>
    </item>
    <item>
      <title>SP2 Available for Vista and Windows 2008</title>
      <description>As usual, I get the latest Microsoft news from Mary -Jo Foley's blog. As a developer, there was a time when I would be rushing to check a new Service Pack's feature list to see if some bug or other was finally resolved. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2009%2f05%2f26%2fSP2-AVailable-for-Vista-and-Windows-2008.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2009%2f05%2f26%2fSP2-AVailable-for-Vista-and-Windows-2008.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/SP2_Available_for_Vista_and_Windows_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/SP2_Available_for_Vista_and_Windows_2008</guid>
      <pubDate>Tue, 26 May 2009 14:59:22 GMT</pubDate>
    </item>
    <item>
      <title>My Dot Net Developer's tools list, and more.</title>
      <description>I gave a brownbag presentation at my current client recently about the common tools (in addition to Visual Studio), that I use on a regular basis for working with .NET or web development in general. I also threw in some non-development tools that are a part of my day to day life and make things easier. Here's the complete list: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.DotNetSurfers.com%2fBlog%2f2009%2f05%2f23%2fMyDotNetDeveloperrsquosToolsListAndMorehellip.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.DotNetSurfers.com%2fBlog%2f2009%2f05%2f23%2fMyDotNetDeveloperrsquosToolsListAndMorehellip.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/My_Dot_Net_Developer_s_tools_list_and_more</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/My_Dot_Net_Developer_s_tools_list_and_more</guid>
      <pubDate>Wed, 27 May 2009 04:00:01 GMT</pubDate>
    </item>
    <item>
      <title>The Dynamic Programmer -  Tuple, a new type on .Net 4.0</title>
      <description>If you ever played with some language that have the Tuple type I bet you miss it in .Net. Well 4.0 adds it. Let's take a look at the implementation and how to use it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dynamicprogrammer.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dynamicprogrammer.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_Dynamic_Programmer_Tuple_a_new_type_on_Net_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_Dynamic_Programmer_Tuple_a_new_type_on_Net_4_0</guid>
      <pubDate>Mon, 25 May 2009 19:00:06 GMT</pubDate>
    </item>
    <item>
      <title>Effective use of Nullable&amp;lt;T&amp;gt; and the null coalescing operator</title>
      <description>Just some general usage data on the Nullable object and the null coalescing operator.   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.caublestoneink.com%2fdev%2f2009%2f05%2feffective-use-of-nullableteffective-use-of-nullablet"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.caublestoneink.com%2fdev%2f2009%2f05%2feffective-use-of-nullableteffective-use-of-nullablet" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Effective_use_of_Nullable_T_and_the_null_coalescing_operator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Effective_use_of_Nullable_T_and_the_null_coalescing_operator</guid>
      <pubDate>Fri, 22 May 2009 23:42:38 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010 Beta 1 Arrives!</title>
      <description>The entire blogosphere is buzzing over this release. I got to try it out for the first time last week while working though some of the hands-on labs at TechEd 2009 in Los Angeles. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2009%2f05%2f20%2fVisual-Studio-2010-Beta-1-Arrives!.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2009%2f05%2f20%2fVisual-Studio-2010-Beta-1-Arrives!.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Beta_1_Arrives</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Beta_1_Arrives</guid>
      <pubDate>Thu, 21 May 2009 12:52:55 GMT</pubDate>
    </item>
    <item>
      <title>Solution to Famous Error 40 of SQL Server - A Must Bookmark</title>
      <description>Everybody who has ever used SQL Server might have encountered this error one time or another time. 

This is absolutely must bookmark link. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f21%2fsql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f21%2fsql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Solution_to_Famous_Error_40_of_SQL_Server_A_Must_Bookmark</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Solution_to_Famous_Error_40_of_SQL_Server_A_Must_Bookmark</guid>
      <pubDate>Fri, 22 May 2009 19:46:14 GMT</pubDate>
    </item>
    <item>
      <title>Shopping cart example in C# ASP.NET </title>
      <description>In this example i'm using GridView and DataList controls to create Products page and Product Details page in online shopping cart example &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f05%2faspnet-creating-shopping-cart-example.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f05%2faspnet-creating-shopping-cart-example.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Shopping_cart_example_in_C_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Shopping_cart_example_in_C_ASP_NET</guid>
      <pubDate>Thu, 21 May 2009 04:43:45 GMT</pubDate>
    </item>
    <item>
      <title>Beginning JQuery - Cool Menu with Master Page</title>
      <description>I came across a really slick menu on the Queness website and have adapted it to work with a regular ASP.NET master page. A download link to a working Web Application Project for this is provided below. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2009%2f05%2f03%2fBeginning-JQuery-Cool-Menu-with-Master-Page.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2009%2f05%2f03%2fBeginning-JQuery-Cool-Menu-with-Master-Page.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Beginning_JQuery_Cool_Menu_with_Master_Page</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Beginning_JQuery_Cool_Menu_with_Master_Page</guid>
      <pubDate>Mon, 04 May 2009 01:59:18 GMT</pubDate>
    </item>
    <item>
      <title>Configuring the Enterprise Library Data Access Block</title>
      <description>Shows a brief example of a stored procedure call using the DAAB, and covers the GenericDatabase and limitations. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdoyle-its.blogspot.com%2f2009%2f05%2fconfiguring-enterprise-library-data.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdoyle-its.blogspot.com%2f2009%2f05%2fconfiguring-enterprise-library-data.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Configuring_the_Enterprise_Library_Data_Access_Block</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Configuring_the_Enterprise_Library_Data_Access_Block</guid>
      <pubDate>Mon, 04 May 2009 01:53:10 GMT</pubDate>
    </item>
  </channel>
</rss>