<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by questpond</title>
    <description>Stories kicked by questpond</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>One-Many and One-One relationship using LINQ to SQL</title>
      <description>In this article we will start with a basic LINQ to SQL example and then see how we can implement one-many and one-one relationship using 'Entityref' and 'EntitySet'. We have also attached a source which demonstrates the same in a practical manner. &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%2flinq%2fOneManyandOneOneLINQ.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2flinq%2fOneManyandOneOneLINQ.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/One_Many_and_One_One_relationship_using_LINQ_to_SQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/One_Many_and_One_One_relationship_using_LINQ_to_SQL</guid>
      <pubDate>Wed, 01 Jul 2009 09:41:37 GMT</pubDate>
    </item>
    <item>
      <title>SilverLight's FAQ - Part 3</title>
      <description>This article discusses 12 FAQ's which revolve around bindings, layouts, consuming WCF services and how to connect to database through silver light.  Article first starts with bindings and discusses about one way, two way and one time bindings. 
 &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%2fsilverlight%2fSlvrLghtFAQPart3.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fsilverlight%2fSlvrLghtFAQPart3.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/SilverLight_s_FAQ_Part_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/SilverLight_s_FAQ_Part_3</guid>
      <pubDate>Wed, 24 Jun 2009 13:59:50 GMT</pubDate>
    </item>
    <item>
      <title>7 simple steps to connect SQL Server using WCF from SilverLight</title>
      <description>In this article we will look how we can do database operations using SilverLight. We will first try to understand why we cannot call ADO.NET directly from a silverlight application and then we will browse through 7 steps which we need to follow to do database operation from silverlight. &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%2fsilverlight%2fCntDbSlght.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fsilverlight%2fCntDbSlght.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/7_simple_steps_to_connect_SQL_Server_using_WCF_from_SilverLight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/7_simple_steps_to_connect_SQL_Server_using_WCF_from_SilverLight</guid>
      <pubDate>Mon, 22 Jun 2009 09:03:02 GMT</pubDate>
    </item>
    <item>
      <title>4 Simple steps to consume WCF service using Silverlight</title>
      <description>This article will talk about 4 simple steps which will assist you to consume WCF service in a Silverlight application. It also had a simple sample source code which demonstrates all the 4 steps practically.

 &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%2fsilverlight%2f4StepsSilverLight.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fsilverlight%2f4StepsSilverLight.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/4_Simple_steps_to_consume_WCF_service_using_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/4_Simple_steps_to_consume_WCF_service_using_Silverlight</guid>
      <pubDate>Wed, 17 Jun 2009 12:28:52 GMT</pubDate>
    </item>
    <item>
      <title>One way, Two way and One time bindings using SilverLight</title>
      <description>This article will talk about three ways of binding object properties with SilverLight user interfaces.  We will first go through the fundamentals of the 3 bindings and then take up a small sample which will demonstrate how the binding works. We have also attached the source for the same. &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%2fsilverlight%2fSilverlightBindings.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fsilverlight%2fSilverlightBindings.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/One_way_Two_way_and_One_time_bindings_using_SilverLight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/One_way_Two_way_and_One_time_bindings_using_SilverLight</guid>
      <pubDate>Mon, 15 Jun 2009 06:40:44 GMT</pubDate>
    </item>
    <item>
      <title>3 ways of applying layouts using SilverLight</title>
      <description>Must be this article is very basic. But I have seen many silver light developers struggling to layout controls and objects in silver light. In section we will quickly walk through 3 different methods of layout for silverlight. In this article we will go through each of these layout implementation and do a simple sample for the same.
 &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%2fsilverlight%2fSilverLightFAQPart3.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fsilverlight%2fSilverLightFAQPart3.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/3_ways_of_applying_layouts_using_SilverLight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/3_ways_of_applying_layouts_using_SilverLight</guid>
      <pubDate>Wed, 10 Jun 2009 05:28:06 GMT</pubDate>
    </item>
    <item>
      <title>SilverLight FAQ part 2 (Animations and Transformations)</title>
      <description>This FAQ is completed dedicated to animations and transformations using SilverLight. The tutorial starts with animation basics like timelines and storyboard. Later the article moves ahead to talk about different animations supported and we finally end the tutorial with a simple rectangle animation.
 &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%2fsilverlight%2fSilverLightFAQPart2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fsilverlight%2fSilverLightFAQPart2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/SilverLight_FAQ_part_2_Animations_and_Transformations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/SilverLight_FAQ_part_2_Animations_and_Transformations</guid>
      <pubDate>Mon, 01 Jun 2009 05:31:48 GMT</pubDate>
    </item>
    <item>
      <title>WCF FAQ Part 3 - 10 security related FAQ</title>
      <description>In this article we will start with transport and message security understanding. We will then see simple code samples of how to implement transport and message security using WsHTTP bindings. We will also see what is the difference between 'BasicHttpBinding' and 'WsHttpBinding' with the help of a simple source code. WCF security is a huge topic by itself, but we are sure with this article you will get a quick start of how to go about WCF security.
 &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%2fWCF%2fWCFFAQPart3.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fWCF%2fWCFFAQPart3.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wcf/WCF_FAQ_Part_3_10_security_related_FAQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wcf/WCF_FAQ_Part_3_10_security_related_FAQ</guid>
      <pubDate>Tue, 26 May 2009 08:42:57 GMT</pubDate>
    </item>
    <item>
      <title>7 simple steps to enable HTTPS on WCF WsHttp bindin</title>
      <description>When we talk about WCF security there are two ways one is the transport level security and the other is message level security. Transport level security is nothing but built in security by protocols itself. In message level security we need to encrypt the data, in other words security is injected in the data itself.
In this article we will look in to how we can implement transport level security using WsHttp bindings. We do not need to do extra development for transport level security because it's more of the protocols inherent security model. In this article we will implement WsHttp using HTTPS as transport security.
 &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%2fWCF%2f7stepsWCF.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fWCF%2f7stepsWCF.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wcf/7_simple_steps_to_enable_HTTPS_on_WCF_WsHttp_bindin</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wcf/7_simple_steps_to_enable_HTTPS_on_WCF_WsHttp_bindin</guid>
      <pubDate>Mon, 25 May 2009 07:00:25 GMT</pubDate>
    </item>
    <item>
      <title>7 simple steps to enable HTTPS on WCF WsHttp bindings</title>
      <description>When we talk about WCF security there are two ways one is the transport level security and the other is message level security. Transport level security is nothing but built in security by protocols itself. In message level security we need to encrypt the data, in other words security is injected in the data itself.
In this article we will look in to how we can implement transport level security using WsHttp bindings. We do not need to do extra development for transport level security because it's more of the protocols inherent security model. In this article we will implement WsHttp using HTTPS as transport security. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fscript%2fArticles%2fPreview.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fscript%2fArticles%2fPreview.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wcf/7_simple_steps_to_enable_HTTPS_on_WCF_WsHttp_bindings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wcf/7_simple_steps_to_enable_HTTPS_on_WCF_WsHttp_bindings</guid>
      <pubDate>Mon, 25 May 2009 06:41:54 GMT</pubDate>
    </item>
    <item>
      <title>9 simple steps to enable X.509 certificates on WCF</title>
      <description>In this article we will discuss how we can enable certificates on WCF service. WCF has two modes by which it transfers data one is the transport and the other is the message. This tutorial will concentrate on how we can enable certificates on message mode of data transfer.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle385-9-simple-steps-to-enable-x509-certificates-on-wcf.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle385-9-simple-steps-to-enable-x509-certificates-on-wcf.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wcf/9_simple_steps_to_enable_X_509_certificates_on_WCF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wcf/9_simple_steps_to_enable_X_509_certificates_on_WCF</guid>
      <pubDate>Sat, 23 May 2009 19:58:24 GMT</pubDate>
    </item>
    <item>
      <title>Difference between BasicHttpBinding and WsHttpBinding</title>
      <description>WCF has introduced lot of bindings and protocols. This article will concentrate on two important protocols BasicHttpBinding and WsHttpBinding which look similar but have some huge fundamental differences. So we will first start with the difference and then we will make a small project and see how the differences look practically. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle364.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle364.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wcf/Difference_between_BasicHttpBinding_and_WsHttpBinding</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wcf/Difference_between_BasicHttpBinding_and_WsHttpBinding</guid>
      <pubDate>Wed, 13 May 2009 14:56:01 GMT</pubDate>
    </item>
    <item>
      <title>4 steps to create free SSL certificate for development (Earn 100$ by r</title>
      <description>There are times where we would like to have SSL enabled in our development environment. SSL certificates needs to be bought from places like Thawte, Verisign, GeoTrust etc. Typical cost of SSL certificate is shown below.  &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%2f4stepsSSL.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2faspnet%2f4stepsSSL.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/4_steps_to_create_free_SSL_certificate_for_development_Earn_100_by_r</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/4_steps_to_create_free_SSL_certificate_for_development_Earn_100_by_r</guid>
      <pubDate>Mon, 04 May 2009 14:14:29 GMT</pubDate>
    </item>
    <item>
      <title>8 Steps to create workflows using SharePoint designer</title>
      <description>This tutorial will mainly concentrate on work flow creation using Sharepoint designer. We will walk through the basic 8 steps needed to create work flows using Sharepoint designer. &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%2fsharepoint%2f8StepsWorkflows.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fsharepoint%2f8StepsWorkflows.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/8_Steps_to_create_workflows_using_SharePoint_designer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/8_Steps_to_create_workflows_using_SharePoint_designer</guid>
      <pubDate>Mon, 13 Apr 2009 21:58:40 GMT</pubDate>
    </item>
    <item>
      <title>Project Life Cycle beyond SDLC</title>
      <description>Many people think project life cycle circulates around SDLC. In this article, we will discuss about other phases which occur before SDLC starts. I know that companies have tailor made phases we have just tried to put phases followed by majority IT companies.  &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%2farchitecture%2fSDLC.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2farchitecture%2fSDLC.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Project_Life_Cycle_beyond_SDLC_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Project_Life_Cycle_beyond_SDLC_2</guid>
      <pubDate>Wed, 08 Apr 2009 14:00:27 GMT</pubDate>
    </item>
    <item>
      <title>SharePoint workflow basics</title>
      <description>In this article we will understand the basics of sharepoint workflow , the life cycle of sharepoint work flow and finally we implement a simple work flow using the three-state work flow which is available in share point.
 &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%2fsharepoint%2fsharepointworkflowbasics.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fsharepoint%2fsharepointworkflowbasics.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/SharePoint_workflow_basics_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/SharePoint_workflow_basics_1</guid>
      <pubDate>Wed, 08 Apr 2009 13:40:25 GMT</pubDate>
    </item>
    <item>
      <title>SharePoint workflow basics</title>
      <description>In this article we will understand the basics of sharepoint workflow , the life cycle of sharepoint work flow and finally we implement a simple work flow using the three-state work flow which is available in share point.
 &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%2fsharepoint%2fsharepointworkflowbasics.aspx%3ffid%3d1538613"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fsharepoint%2fsharepointworkflowbasics.aspx%3ffid%3d1538613" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/SharePoint_workflow_basics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/SharePoint_workflow_basics</guid>
      <pubDate>Tue, 07 Apr 2009 13:52:57 GMT</pubDate>
    </item>
    <item>
      <title>Aspect oriented programming in .NET - Part II</title>
      <description>This article is Part 2 of Aspect oriented programming in .NET. &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%2farchitecture%2faop2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2farchitecture%2faop2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Aspect_oriented_programming_in_NET_Part_II</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Aspect_oriented_programming_in_NET_Part_II</guid>
      <pubDate>Mon, 06 Apr 2009 18:07:21 GMT</pubDate>
    </item>
    <item>
      <title>SharePoint Quick Start FAQ - Part 5</title>
      <description>This is the 5th tutorial of SharePoint FAQ series. This series will mainly concentrate on custom columns, content types and document list library. I am sure once your read this  article your thinking of how SharePoint organizes document centralization will change. &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%2fsharepoint%2fQuickStartFAQ5.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fsharepoint%2fQuickStartFAQ5.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/SharePoint_Quick_Start_FAQ_Part_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/SharePoint_Quick_Start_FAQ_Part_5</guid>
      <pubDate>Wed, 01 Apr 2009 17:07:49 GMT</pubDate>
    </item>
    <item>
      <title>C# Code Reviews using StyleCop - Detailed Article</title>
      <description>In this article, we will discuss an upcoming code review tool StyleCop. We will understand the basics and do a small sample of code review practically to understand how StyleCop works. &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%2fcs%2fStyleCop.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fcs%2fStyleCop.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/C_Code_Reviews_using_StyleCop_Detailed_Article_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/C_Code_Reviews_using_StyleCop_Detailed_Article_2</guid>
      <pubDate>Mon, 30 Mar 2009 16:08:48 GMT</pubDate>
    </item>
    <item>
      <title>SALT and PEPPER - 3 TIER and LINQ</title>
      <description>There is no pre-requisite (Oh yes even if you do not know LINQ this article will guide you) for this article what I need from you guys is time to read this article. &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%2fSaltAndPepper.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2faspnet%2fSaltAndPepper.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/SALT_and_PEPPER_3_TIER_and_LINQ_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/SALT_and_PEPPER_3_TIER_and_LINQ_1</guid>
      <pubDate>Thu, 26 Mar 2009 20:45:01 GMT</pubDate>
    </item>
    <item>
      <title>21 Important FAQ questions for WPF and SilverLight</title>
      <description>This article talks about 21 important FAQ from the perspective of WPF and Silver light. Both of these technologies are connected to a certain extent. This article not only explains the theory aspect of these technologies but also shows small samples for each of them.
 &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%2fWPF%2fWPFSilverLight.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fWPF%2fWPFSilverLight.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/21_Important_FAQ_questions_for_WPF_and_SilverLight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/21_Important_FAQ_questions_for_WPF_and_SilverLight</guid>
      <pubDate>Tue, 24 Mar 2009 18:19:54 GMT</pubDate>
    </item>
    <item>
      <title>The 3 Musketeers: Model, View and Controller using HTTPHandler Part 1</title>
      <description>In this section, we will learn about the basics of MVC and then see how we can implement the same in ASP.NET using HttpHandlers.  &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%2fHTTPHandler.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2faspnet%2fHTTPHandler.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/The_3_Musketeers_Model_View_and_Controller_using_HTTPHandler_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_3_Musketeers_Model_View_and_Controller_using_HTTPHandler_Part_1</guid>
      <pubDate>Fri, 20 Mar 2009 18:02:56 GMT</pubDate>
    </item>
    <item>
      <title>Design Pattern IOC and DI</title>
      <description>In this article we will take up a simple example and try to implement DI using unity application blocks thus resulting in loosely coupled architecture.
 &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%2fIOCandDI.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2faspnet%2fIOCandDI.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Design_Pattern_IOC_and_DI</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Design_Pattern_IOC_and_DI</guid>
      <pubDate>Fri, 20 Mar 2009 17:55:30 GMT</pubDate>
    </item>
    <item>
      <title>Using ASP.NET MVC Routing to route the 404 Error Pages</title>
      <description>This article describes a way to use ASP.NET Routing to avoid 404 Not Found errors when changing folder structure or folder names in a web site. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspadvice.com%2fblogs%2fasphostcentralcom_aspnet_host%2farchive%2f2009%2f03%2f20%2fUsing-ASP.NET-MVC-Routing-to-route-the-404-Error-Pages.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspadvice.com%2fblogs%2fasphostcentralcom_aspnet_host%2farchive%2f2009%2f03%2f20%2fUsing-ASP.NET-MVC-Routing-to-route-the-404-Error-Pages.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Using_ASP_NET_MVC_Routing_to_route_the_404_Error_Pages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Using_ASP_NET_MVC_Routing_to_route_the_404_Error_Pages</guid>
      <pubDate>Fri, 20 Mar 2009 14:46:40 GMT</pubDate>
    </item>
  </channel>
</rss>