<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by dotnetfunda</title>
    <description>Stories kicked by dotnetfunda</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>The 3 Musketeers-Model, View and Controller using ASP.NET MVC - Part 1</title>
      <description>This is my second article in MVC. In my previous article we had discussed how we can develop MVC application in ASP.NET using HttpHandler. In case you have missed the first part I have given the link below. I am sure Httphandler is a tough way to implement MVC, but if you have understood the concept then you have understood the basics of implementing MVC. Ok, now good news in VS 2008 we have a something readymade given by Microsoft ASP.NET community the ASP.NET MVC. In this section we will discuss step by step how we can use the ASP.NET MVC to build the three Musketeer's Model, View and Controller. It's a clean approach and easy to build upon as it encapsulates the HttpHandler implementation for MVC, thus bringing in simplicity. &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%2farticle190.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle190.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_ASP_NET_MVC_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_3_Musketeers_Model_View_and_Controller_using_ASP_NET_MVC_Part_1</guid>
      <pubDate>Mon, 17 Nov 2008 14:39:12 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to Windows Service(Process Killer)</title>
      <description>This Article will introduce you to the Windows Service. Our Example is a Service that kills unwanted Processes.
 &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%2farticle191.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle191.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Introduction_to_Windows_Service_Process_Killer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Introduction_to_Windows_Service_Process_Killer</guid>
      <pubDate>Mon, 17 Nov 2008 14:36:32 GMT</pubDate>
    </item>
    <item>
      <title>How to be an Expert in your Field</title>
      <description>Have you Wondered how few Experts we have in this world? It does not matter if you are in IT or Marketing etc. Let me tell you why we dont have Experts. &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%2farticle192.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle192.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_to_be_an_Expert_in_your_Field</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_to_be_an_Expert_in_your_Field</guid>
      <pubDate>Mon, 17 Nov 2008 14:32:16 GMT</pubDate>
    </item>
    <item>
      <title>State management in ASP.NET</title>
      <description>Web pages rarely be stand alone. Web applications almost always need to track users who visits multiple pages, whether to provide personalization, store information about a user or to track usage for reporting purposes. &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%2farticle61.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle61.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/State_management_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/State_management_in_ASP_NET</guid>
      <pubDate>Fri, 14 Nov 2008 17:42:54 GMT</pubDate>
    </item>
    <item>
      <title>The two interceptors: - HttpModule and HttpHandlers</title>
      <description>Many times we want to implement pre-processing logic before a request hits the IIS resources. For instance you would like to apply security mechanism, URL rewriting, filter something in the request etc. ASP.NET has provided two types of interception HttpModule and HttpHandler. This article walks through it. &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%2farticle183.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle183.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/The_two_interceptors_HttpModule_and_HttpHandlers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_two_interceptors_HttpModule_and_HttpHandlers</guid>
      <pubDate>Thu, 13 Nov 2008 16:23:01 GMT</pubDate>
    </item>
    <item>
      <title>Transaction in SQL Server</title>
      <description>A Database is a software system that defines a collection of predefined operations. Mainly it includes following operations ... &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%2farticle184.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle184.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Transaction_in_SQL_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Transaction_in_SQL_Server</guid>
      <pubDate>Thu, 13 Nov 2008 16:20:46 GMT</pubDate>
    </item>
    <item>
      <title>Estimation and Quotation using Use case Points</title>
      <description>In this article we will see how we can do estimation using use case points &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%2farticle181.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle181.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Estimation_and_Quotation_using_Use_case_Points</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Estimation_and_Quotation_using_Use_case_Points</guid>
      <pubDate>Tue, 11 Nov 2008 14:37:54 GMT</pubDate>
    </item>
    <item>
      <title>Easy way to install Dotnetnuke</title>
      <description>This article describes how to install DotNetNuke 4.9 easy way. It describes all the required steps to install DotNetNuke in step by step. This article shows all the setting that is required with snaps. &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%2farticle182.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle182.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Easy_way_to_install_Dotnetnuke</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Easy_way_to_install_Dotnetnuke</guid>
      <pubDate>Tue, 11 Nov 2008 14:33:25 GMT</pubDate>
    </item>
    <item>
      <title>How to insert record using GridView</title>
      <description>Generally GridView is used to show data in tabular format. It also provide ways to modify and delete records but currently there is no way to insert record using GridView. In this article, I shall describe an easy work around to insert record using GridView. &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%2farticle180.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle180.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_insert_record_using_GridView</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_insert_record_using_GridView</guid>
      <pubDate>Sun, 09 Nov 2008 15:36:25 GMT</pubDate>
    </item>
    <item>
      <title>UI Object Connector - Implementation of Mediator Pattern</title>
      <description>When we consume business objects in UI the logic can become pretty complex. Activities like setting the business object value, getting the object value and setting the user interface from the object value. We can minimize the complexity of UI interaction with business object using mediator pattern. &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%2farticle170.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle170.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/UI_Object_Connector_Implementation_of_Mediator_Pattern_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/UI_Object_Connector_Implementation_of_Mediator_Pattern_1</guid>
      <pubDate>Sat, 08 Nov 2008 14:50:54 GMT</pubDate>
    </item>
    <item>
      <title>SQL Joins</title>
      <description>This article describes the very basics of joins &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%2farticle176.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle176.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Joins</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Joins</guid>
      <pubDate>Sat, 08 Nov 2008 14:49:32 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.dotnetfunda.com%2farticles%2farticle178.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle178.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_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/C_Code_reviews_using_StyleCop_Detailed_Article_1</guid>
      <pubDate>Sat, 08 Nov 2008 14:47:26 GMT</pubDate>
    </item>
    <item>
      <title>7 Steps to write your own custom rule using FXCOP</title>
      <description>Code review is one of the important activities in any project. Manual code reviews are definitely good and I will say better than automation. But when the project is large manual code reviews have their own limitations. FXCOP is one of the legendary tools which help us automate code reviews. This article will discuss some basics of FXCOP and then concentrate mainly on how we can add custom rules in FXCOP. &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%2farticle175.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle175.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/7_Steps_to_write_your_own_custom_rule_using_FXCOP_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/7_Steps_to_write_your_own_custom_rule_using_FXCOP_1</guid>
      <pubDate>Sat, 08 Nov 2008 14:46:26 GMT</pubDate>
    </item>
    <item>
      <title>Automating Compilation for VS Web Developer 2008 Express edition</title>
      <description>Express edition are downsized free IDE provided by Microsoft, so that developers and experiment to feel how the enterprise edition will look like. One of the products provided in the express edition suite is the web developer 2008 express edition. VS web developer edition helps us to make web application in .NET. One of the big drawbacks of VS web developer express edition is that it helps to debug but does not compile the ASPX pages. In other words no DLL is generated for the ASPX pages. This tutorial will discuss how we can use the aspnet_compiler.exe to generate DLL for web projects developed in VS 2008 web developer express edition. &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%2farticle174.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle174.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Automating_Compilation_for_VS_Web_Developer_2008_Express_edition_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Automating_Compilation_for_VS_Web_Developer_2008_Express_edition_1</guid>
      <pubDate>Sat, 08 Nov 2008 14:45:49 GMT</pubDate>
    </item>
    <item>
      <title>Plug &amp;amp; play architecture using policy application blocks</title>
      <description>In this section we will discuss how we can make plug &amp;amp; play architecture using policy application blocks. What we will do is we will take a practical scenario where we want to enable logging for an application depending on situations &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%2farticle165.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle165.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Plug_play_architecture_using_policy_application_blocks_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Plug_play_architecture_using_policy_application_blocks_1</guid>
      <pubDate>Tue, 21 Oct 2008 15:59:37 GMT</pubDate>
    </item>
    <item>
      <title>Exception handling using Enterprise application block</title>
      <description>Exception handling is one of the most important tasks in any application. Many applications either do not handle applications or they handle it in an adhoc manner. In this section we will see how we can use the readymade exception handling block so that we do not need to code and build error handling routines from scratch. &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%2farticle166.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle166.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Exception_handling_using_Enterprise_application_block_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Exception_handling_using_Enterprise_application_block_1</guid>
      <pubDate>Tue, 21 Oct 2008 15:58:40 GMT</pubDate>
    </item>
    <item>
      <title>On Error Resume Next in C# </title>
      <description>This is a very simple article and some people may really find it not worth to be termed as article. One of my junior was working for a full day on this. Just wanted to ensure that other people do not face the same problem. In this article we will try to understand how we can simulate the On Error Resume Next feature of VB.NET in C#. We all understand that it's a bad thing to handle errors, but sometimes some process should continue irrespective there is error or not. &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%2farticle168.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle168.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/On_Error_Resume_Next_in_C_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/On_Error_Resume_Next_in_C_1</guid>
      <pubDate>Tue, 21 Oct 2008 15:56:46 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. We have visualized two companies Shreya ltd who is the customer and Hanu software who is the vendor. &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%2farticle163.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle163.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Project_Life_Cycle_beyond_SDLC_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Project_Life_Cycle_beyond_SDLC_1</guid>
      <pubDate>Sun, 19 Oct 2008 09:34:46 GMT</pubDate>
    </item>
    <item>
      <title>C# validation according to logged in user</title>
      <description>Many times we want certain set of validation to fire for some user and certain set of validation to figure for some other user. In the section we will see how we can achieve the same using Microsoft enterprise validation blocks. &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%2farticle159.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle159.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_validation_according_to_logged_in_user</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_validation_according_to_logged_in_user</guid>
      <pubDate>Mon, 13 Oct 2008 16:27:04 GMT</pubDate>
    </item>
    <item>
      <title>Working with XML File in .NET</title>
      <description>This article describes how to create XML file and also shows various ways of reading XML File in .NET using XmlTextReader, XmlDocumenet, XPathDocument, DataSet and XmlDataSource control. &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%2farticle160.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle160.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Working_with_XML_File_in_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Working_with_XML_File_in_NET</guid>
      <pubDate>Mon, 13 Oct 2008 16:24:45 GMT</pubDate>
    </item>
    <item>
      <title>To make SQL Queries Case Sensitive</title>
      <description>To make SQL Queries Case Sensitive using Collation.  &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%2farticle156.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle156.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/To_make_SQL_Queries_Case_Sensitive</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/To_make_SQL_Queries_Case_Sensitive</guid>
      <pubDate>Thu, 09 Oct 2008 04:17:20 GMT</pubDate>
    </item>
    <item>
      <title>Inversion of control and Dependency injection</title>
      <description>When we see around, architectures mainly discuss about loose coupling , scalability , performance etc etc. Many architecture forget one of the important aspects in software is making application globalized. Depending on project some application would not really want to have multi-language based websites , but i am sure many will. So in this article we will go through a series of FAQ which will give you a quick start on making application multi-language based. &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%2farticle154.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle154.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Inversion_of_control_and_Dependency_injection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Inversion_of_control_and_Dependency_injection</guid>
      <pubDate>Tue, 07 Oct 2008 16:54:54 GMT</pubDate>
    </item>
    <item>
      <title>Windows workflow foundation FAQ</title>
      <description>In this FAQ we will quickly run through and get a feel of how WWF (Windows Workflow foundation) will help you in making custom work flows in your project. &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%2farticle155.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle155.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Windows_workflow_foundation_FAQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Windows_workflow_foundation_FAQ</guid>
      <pubDate>Tue, 07 Oct 2008 16:53:16 GMT</pubDate>
    </item>
    <item>
      <title>Getting selected record key value from ASP.NET Data Controls</title>
      <description>This article shows how to get Selected record key value from GridView, DataList, FormView, DetailsView, ListView, and Repeater controls. &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%2farticle153.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle153.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Getting_selected_record_key_value_from_ASP_NET_Data_Controls</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Getting_selected_record_key_value_from_ASP_NET_Data_Controls</guid>
      <pubDate>Sun, 05 Oct 2008 06:45:19 GMT</pubDate>
    </item>
    <item>
      <title>Getting value from TextBox, RadioButtonList, DropDownList, CheckBox.</title>
      <description>How to get value from asp.net controls like TextBox, RadioButtonList, DropDownList, CheckBoxes through JavaScript.  &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%2farticle72.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle72.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Getting_value_from_TextBox_RadioButtonList_DropDownList_CheckBox</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Getting_value_from_TextBox_RadioButtonList_DropDownList_CheckBox</guid>
      <pubDate>Sun, 05 Oct 2008 02:45:52 GMT</pubDate>
    </item>
  </channel>
</rss>