<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by melaniec</title>
    <description>Stories kicked by melaniec</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>Making a uninstall shortcut with Visual studio setup project</title>
      <description>In this Article you will learn how to Make a uninstall shortcut with Visual studio setup project. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fnipuntomar%2fVSSetup02052009002251AM%2fVSSetup.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fnipuntomar%2fVSSetup02052009002251AM%2fVSSetup.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Making_a_uninstall_shortcut_with_Visual_studio_setup_project</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Making_a_uninstall_shortcut_with_Visual_studio_setup_project</guid>
      <pubDate>Mon, 08 Jun 2009 09:56:20 GMT</pubDate>
    </item>
    <item>
      <title>Model View Presenter (MVP) design pattern and data binding</title>
      <description>Model View Presenter (MVP) design pattern is the evolution of the MVC design pattern and it's aimed at providing a cleaner separation of concerns between the view, the model, and the controller improving the architecture (you can use several UI technologies without recompiling the business logic components) and testability of the enterprise solution. The pattern was originally developed at Taligent in the 1990s. In this article, I will explain the principles and how to use the MVP design pattern along with data binding with an example using C# language in Microsoft.NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjohn_charles%2fModelViewPresenterdesignpatterndatabinding06032009090829AM%2fModelViewPresenterdesignpatterndatabinding.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjohn_charles%2fModelViewPresenterdesignpatterndatabinding06032009090829AM%2fModelViewPresenterdesignpatterndatabinding.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Model_View_Presenter_MVP_design_pattern_and_data_binding</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Model_View_Presenter_MVP_design_pattern_and_data_binding</guid>
      <pubDate>Tue, 09 Jun 2009 10:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Making Use of the Error Provider Control</title>
      <description>This article shall address the use of the error provider control in Win Forms application development. The error provider control is most useful in displaying errors associated with data entry tasks on a Windows form.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fscottlysle%2fUseErrorProvider03082007210138PM%2fUseErrorProvider.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fscottlysle%2fUseErrorProvider03082007210138PM%2fUseErrorProvider.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Making_Use_of_the_Error_Provider_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Making_Use_of_the_Error_Provider_Control</guid>
      <pubDate>Wed, 20 May 2009 14:30:31 GMT</pubDate>
    </item>
    <item>
      <title>Build a simple watermarking utility in C# </title>
      <description>This article shall describe an approach to building a simple watermarking utility that may be used to add watermarks to any supported image file format. The resulting application shall permit the user to open any supported image file format into a scrollable picture box. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fscottlysle%2fWatermarkCS05072007024947AM%2fWatermarkCS.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fscottlysle%2fWatermarkCS05072007024947AM%2fWatermarkCS.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Build_a_simple_watermarking_utility_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Build_a_simple_watermarking_utility_in_C</guid>
      <pubDate>Tue, 19 May 2009 18:15:10 GMT</pubDate>
    </item>
    <item>
      <title>REST Eanbaled Service in WCF Tutorial</title>
      <description>This tutiorial will explain how to create and consume a basic REST Enabled service in WCF. This is very basic tutorial but it will be very helpful in debugging common error while creating REST Services. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fdhananjaycoder%2fRESTEnabledService05122009034907AM%2fRESTEnabledService.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fdhananjaycoder%2fRESTEnabledService05122009034907AM%2fRESTEnabledService.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/REST_Eanbaled_Service_in_WCF_Tutorial</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/REST_Eanbaled_Service_in_WCF_Tutorial</guid>
      <pubDate>Tue, 19 May 2009 18:12:38 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.c-sharpcorner.com%2fUploadFile%2fshivprasadk%2f21FAQ04242009031713AM%2f21FAQ.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fshivprasadk%2f21FAQ04242009031713AM%2f21FAQ.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/21_Important_FAQ_questions_for_WPF_and_SilverLight_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/21_Important_FAQ_questions_for_WPF_and_SilverLight_1</guid>
      <pubDate>Thu, 21 May 2009 22:19:53 GMT</pubDate>
    </item>
    <item>
      <title>Edit and encrypt Web.Config sections using C# 2.0</title>
      <description>An article to illustrate editing and encrypting of sections of Web.Config file programmatically.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fneo_matrix%2fEditWebConfig05042007091116AM%2fEditWebConfig.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fneo_matrix%2fEditWebConfig05042007091116AM%2fEditWebConfig.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Edit_and_encrypt_Web_Config_sections_using_C_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Edit_and_encrypt_Web_Config_sections_using_C_2_0</guid>
      <pubDate>Tue, 19 May 2009 18:08:51 GMT</pubDate>
    </item>
    <item>
      <title>Transfer data from MS Access to XML</title>
      <description>This example illustrates how to access data from MS Access and create an XML file and write the data into it.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.vbdotnetheaven.com%2fUploadFile%2fsarepalli%2fA111222007000459AM%2fA1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.vbdotnetheaven.com%2fUploadFile%2fsarepalli%2fA111222007000459AM%2fA1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Transfer_data_from_MS_Access_to_XML</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Transfer_data_from_MS_Access_to_XML</guid>
      <pubDate>Tue, 12 May 2009 17:02:58 GMT</pubDate>
    </item>
    <item>
      <title>Summary from different blogs 10 May 2009</title>
      <description>AutoMapper and StructureMap
C# contextual and reserved keywords
Multithreading
Geneva Beta 2
RIA Services May Preview &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbogdanbrinzarea.wordpress.com%2f2009%2f05%2f12%2fsummary-10-05-2009%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbogdanbrinzarea.wordpress.com%2f2009%2f05%2f12%2fsummary-10-05-2009%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Summary_from_different_blogs_10_May_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Summary_from_different_blogs_10_May_2009</guid>
      <pubDate>Tue, 12 May 2009 16:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Step by step guide for creating your own &amp;quot;Windows Explorer&amp;quot;</title>
      <description>This article explains a step by step procedure for creating an application similar to Windows Explorer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fchitkaran%2fwindowsexplorer12212007111210AM%2fwindowsexplorer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fchitkaran%2fwindowsexplorer12212007111210AM%2fwindowsexplorer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Step_by_step_guide_for_creating_your_own_Windows_Explorer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Step_by_step_guide_for_creating_your_own_Windows_Explorer</guid>
      <pubDate>Tue, 12 May 2009 16:33:20 GMT</pubDate>
    </item>
    <item>
      <title>Introduction of ADO.NET Data Service</title>
      <description>This article will give introduction of ADO.NET Data service &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fdhananjaycoder%2fIntroductionADONETDataservice04272009083810AM%2fIntroductionADONETDataservice.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fdhananjaycoder%2fIntroductionADONETDataservice04272009083810AM%2fIntroductionADONETDataservice.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Introduction_of_ADO_NET_Data_Service</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Introduction_of_ADO_NET_Data_Service</guid>
      <pubDate>Tue, 12 May 2009 16:18:23 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 2 Web Service Part I - The Beginning</title>
      <description>This tutorial is meant to shed some light upon how you can build you own Web Service using a WCF Service class. This is the first turtorial in a series of tutorials on how to access remote data with a Web Service. In this tutorial we start by simply returning a string from a Web Service method and displaying the value in the silverlight page, using a TextBlock, when the user clicks on a button. We also look at how you can dynamically use the current port alotted by Visual Studio in Debug mode without having to change he endpoint data in the configuration file. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fReefDweller%2fWebServicePartI05062009091539AM%2fWebServicePartI.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fReefDweller%2fWebServicePartI05062009091539AM%2fWebServicePartI.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_2_Web_Service_Part_I_The_Beginning</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_Web_Service_Part_I_The_Beginning</guid>
      <pubDate>Tue, 12 May 2009 16:13:52 GMT</pubDate>
    </item>
    <item>
      <title>Programming in C#: Understanding the SortedDictionary Class</title>
      <description>This article illustrates a powerful collection in C#, the SortedDictionary. In the article we will discuss two ways to sort key-value pairs: using an IComparer object and using IComparable keys. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fmgold%2fSortedDictionarySample06202007142815PM%2fSortedDictionarySample.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fmgold%2fSortedDictionarySample06202007142815PM%2fSortedDictionarySample.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Programming_in_C_Understanding_the_SortedDictionary_Class</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Programming_in_C_Understanding_the_SortedDictionary_Class</guid>
      <pubDate>Tue, 12 May 2009 16:11:28 GMT</pubDate>
    </item>
    <item>
      <title>MVP (Model View Presenter) - Supervising Controller.</title>
      <description>This articles discusses a general implementation of the Supervising Controller MVP (Model View Presenter) pattern for a win-forms application and the use of a dialog broker to allow pulling additional logic into the controller class. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2frmcochran%2fMVPSupervisingController04112009232332PM%2fMVPSupervisingController.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2frmcochran%2fMVPSupervisingController04112009232332PM%2fMVPSupervisingController.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/MVP_Model_View_Presenter_Supervising_Controller</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/MVP_Model_View_Presenter_Supervising_Controller</guid>
      <pubDate>Tue, 28 Apr 2009 18:55:45 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to Biztalk Server</title>
      <description>This article is the first one part of a series of articles intended to illustrate the principles and applications of Microsoft Biztalk Server.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjohn_charles%2fIntroduction_to_Biztalk_Server09072007152846PM%2fIntroduction_to_Biztalk_Server.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjohn_charles%2fIntroduction_to_Biztalk_Server09072007152846PM%2fIntroduction_to_Biztalk_Server.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Introduction_to_Biztalk_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Introduction_to_Biztalk_Server</guid>
      <pubDate>Tue, 28 Apr 2009 18:52:05 GMT</pubDate>
    </item>
    <item>
      <title>Expander control for Silverligt 2</title>
      <description>This tutorial is ment to shed some light upon how you can create you own Silverlight 2 Expander contol. This control can be used as a stand alone control, or can be used in a StackPanel as a repetitive control. The control uses a template to format the control and to assign data to intrinsic conrols. The expander control consists of two areas, a header and a footer. The footercan be expanded or collapsed by clicking on a button. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fReefDweller%2fExpanderControl04272009093945AM%2fExpanderControl.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fReefDweller%2fExpanderControl04272009093945AM%2fExpanderControl.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Expander_control_for_Silverligt_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Expander_control_for_Silverligt_2</guid>
      <pubDate>Tue, 28 Apr 2009 18:45:07 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Controls - Validators problem (NetFx 1.1 versus NetFx 2.0+)</title>
      <description>This post describes an issue regarding Validators and Controls ID value. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.nunogomes.net%2fpost%2f2009%2f04%2f25%2fASPNET-Controls-e28093-Validators-problem-(NetFx-11-versus-NetFx-20-or-higher).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.nunogomes.net%2fpost%2f2009%2f04%2f25%2fASPNET-Controls-e28093-Validators-problem-(NetFx-11-versus-NetFx-20-or-higher).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Controls_Validators_problem_NetFx_1_1_versus_NetFx_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Controls_Validators_problem_NetFx_1_1_versus_NetFx_2_0</guid>
      <pubDate>Tue, 28 Apr 2009 18:11:14 GMT</pubDate>
    </item>
    <item>
      <title>How to Create A JQuery Plugin </title>
      <description>A small tutorial about creating JQuery Plugins &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2009%2f04%2f28%2fhow-to-create-a-jquery-plugin%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2009%2f04%2f28%2fhow-to-create-a-jquery-plugin%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/How_to_Create_A_JQuery_Plugin</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/How_to_Create_A_JQuery_Plugin</guid>
      <pubDate>Tue, 28 Apr 2009 22:01:45 GMT</pubDate>
    </item>
    <item>
      <title>Using the BackgroundWorker component</title>
      <description>This article discusses the BackgroundWorker component in .NET 2.0, it will show you how to use it to execute tasks in the background of your application &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fAshush%2fBackgroundWorker03082008094954AM%2fBackgroundWorker.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fAshush%2fBackgroundWorker03082008094954AM%2fBackgroundWorker.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Using_the_BackgroundWorker_component</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Using_the_BackgroundWorker_component</guid>
      <pubDate>Thu, 23 Apr 2009 18:33:58 GMT</pubDate>
    </item>
    <item>
      <title>Free Geocoder.us web service in c#</title>
      <description>This article gives you detailed information about the geocoding service. By using this you can easily estimate the latitude and longitude of a physical address. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fscottlysle%2fGeocoderUsWebService01232008035119AM%2fGeocoderUsWebService.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fscottlysle%2fGeocoderUsWebService01232008035119AM%2fGeocoderUsWebService.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Free_Geocoder_us_web_service_in_c</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Free_Geocoder_us_web_service_in_c</guid>
      <pubDate>Thu, 23 Apr 2009 18:25:57 GMT</pubDate>
    </item>
    <item>
      <title>WCF and SilverLight with Cross domain isssue</title>
      <description>This tutorial will expalin about how to consume WCF in SilverLight, solve Cross Domain issue and to host WCF service in IIS. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fdhananjaycoder%2fwcfandsilverlight04152009051036AM%2fwcfandsilverlight.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fdhananjaycoder%2fwcfandsilverlight04152009051036AM%2fwcfandsilverlight.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/WCF_and_SilverLight_with_Cross_domain_isssue</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/WCF_and_SilverLight_with_Cross_domain_isssue</guid>
      <pubDate>Thu, 23 Apr 2009 18:22:08 GMT</pubDate>
    </item>
    <item>
      <title>Building your own Mail Client using C# </title>
      <description>This post will go with you step by step towards building your own Mail Client using C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2frmostafa%2fRbmIMailPlus03292009040548AM%2fRbmIMailPlus.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2frmostafa%2fRbmIMailPlus03292009040548AM%2fRbmIMailPlus.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Building_your_own_Mail_Client_using_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Building_your_own_Mail_Client_using_C</guid>
      <pubDate>Fri, 24 Apr 2009 01:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Scripting ASP.NET MVC Views Stored In The Database</title>
      <description>Say you're building a web application and you want, against your better judgment perhaps, to allow end users to easily customize the look and feel - a comment scenario within a blog engine or any hosted application &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2009%2f04%2f22%2fscripted-db-views.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2009%2f04%2f22%2fscripted-db-views.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Scripting_ASP_NET_MVC_Views_Stored_In_The_Database</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Scripting_ASP_NET_MVC_Views_Stored_In_The_Database</guid>
      <pubDate>Thu, 23 Apr 2009 23:31:17 GMT</pubDate>
    </item>
    <item>
      <title>Vote for Gaia Ajax: asp.netPRO Readers' Choice 2009</title>
      <description>Gaia Ajax - the ASP.NET toolbox for building Ajax applications without JavaScript - is nominated to this years aspnetPRO Readers' Choice. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.gaiaware.net%2fpost%2fVote-for-Gaia-Ajax-aspnetPRO-Readers-Choice-2009.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.gaiaware.net%2fpost%2fVote-for-Gaia-Ajax-aspnetPRO-Readers-Choice-2009.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Vote_for_Gaia_Ajax_asp_netPRO_Readers_Choice_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Vote_for_Gaia_Ajax_asp_netPRO_Readers_Choice_2009</guid>
      <pubDate>Thu, 23 Apr 2009 15:21:15 GMT</pubDate>
    </item>
    <item>
      <title>SharePoint Quick Start FAQ - Part 4</title>
      <description>This is my fourth series of SharePoint Quick Start FAQ. In this series the theme is WebPart , WebPart and WebPart J.  So let's enjoy the WebPart bonanza. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fshivprasadk%2f45454602072009032747AM%2f454546.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fshivprasadk%2f45454602072009032747AM%2f454546.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/SharePoint_Quick_Start_FAQ_Part_4_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/SharePoint_Quick_Start_FAQ_Part_4_1</guid>
      <pubDate>Wed, 22 Apr 2009 18:06:57 GMT</pubDate>
    </item>
  </channel>
</rss>