<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by saumya321</title>
    <description>Stories kicked by saumya321</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 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. &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%2fSilverlightBindings06152009035018AM%2fSilverlightBindings.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fshivprasadk%2fSilverlightBindings06152009035018AM%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_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/One_way_two_way_and_one_time_bindings_using_Silverlight_1</guid>
      <pubDate>Mon, 15 Jun 2009 09:40:14 GMT</pubDate>
    </item>
    <item>
      <title>Automatic DataGrid refresh in SilverLight </title>
      <description>This article will explain , how to update or refresh datagrid autometically whene source is changing. &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%2fdatagridrefreshandupdate06022009072107AM%2fdatagridrefreshandupdate.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fdhananjaycoder%2fdatagridrefreshandupdate06022009072107AM%2fdatagridrefreshandupdate.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Automatic_DataGrid_refresh_in_SilverLight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Automatic_DataGrid_refresh_in_SilverLight</guid>
      <pubDate>Tue, 09 Jun 2009 10:08:19 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 2 Web Service Part III - Single object Get and Update</title>
      <description>This tutorial is meant to shed some light upon how you can call a database from a Web Service. This is the third turtorial in a series of tutorials on how to access remote data with a Web Service. In this tutorial we write a database class with methods that returns and updates data in a database; the data is displayed in data bound controls. You can use the previous tutorial in this series as a starting point. In the next tutorial we will have a look at how you can work with multiple objects in a collaction. &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%2fSilverlight2WebServicePartIII-SingleObjectGetAndUpdateFromDatabase06032009114325AM%2fSilverlight2WebServicePartIII-SingleObjectGetAndUpdateFromDatabase.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fReefDweller%2fSilverlight2WebServicePartIII-SingleObjectGetAndUpdateFromDatabase06032009114325AM%2fSilverlight2WebServicePartIII-SingleObjectGetAndUpdateFromDatabase.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_III_Single_object_Get_and_Update</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_Web_Service_Part_III_Single_object_Get_and_Update</guid>
      <pubDate>Mon, 08 Jun 2009 09:34:56 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>Silverlight 2 Web Service Part II - User Defined Type</title>
      <description>This tutorial is meant to shed some light upon how you can build your own Web Service using a WCF Service class. This is the second turtorial in a series of tutorials on how to access remote data with a Web Service. In this tutorial we create a user defined type called Product that will be returned from Web Service method. The returned Product will be displayed in two ways; the first by assigning the values to TextBlock contros in code, the second by assigning the Product instance to the DataContext property of the Grid and let the Grid propagate the values out to specific TextBox controls. We will also have a look at how bining validation works. Binding validation is a way to validate input values from controls, in this case it will be TextBox controls. &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%2fSilverlight2WebServicePartII05132009112035AM%2fSilverlight2WebServicePartII.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fReefDweller%2fSilverlight2WebServicePartII05132009112035AM%2fSilverlight2WebServicePartII.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_II_User_Defined_Type</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_Web_Service_Part_II_User_Defined_Type</guid>
      <pubDate>Wed, 20 May 2009 14:20:10 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>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>The permissions granted to user are insufficient for performing</title>
      <description>You are unable to access the reporting site for our TFS project. You are able to view individual reports from VS, but you cannot get to the reporting site to edit them. Whenever you try to go to it (By right clicking on Reports-&amp;gt;Show Report Site in Team Explorer), you get the SQL Server Reporting Services Error.  &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%2frsAccessDenied05122009015015AM%2frsAccessDenied.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fnipuntomar%2frsAccessDenied05122009015015AM%2frsAccessDenied.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_permissions_granted_to_user_are_insufficient_for_performing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_permissions_granted_to_user_are_insufficient_for_performing</guid>
      <pubDate>Tue, 12 May 2009 16:06:50 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>Accessing Windows Forms Controls across Threads</title>
      <description>Many articles exist on the web regarding properly handling multiple application threads and accessing data across those threads, but this article will aim to remove much of the ambiguity or inacurate information found in many other articles. &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%2fserbius3%2fwindowsformscontrolsacrossthreads04232009173227PM%2fwindowsformscontrolsacrossthreads.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fserbius3%2fwindowsformscontrolsacrossthreads04232009173227PM%2fwindowsformscontrolsacrossthreads.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Accessing_Windows_Forms_Controls_across_Threads</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Accessing_Windows_Forms_Controls_across_Threads</guid>
      <pubDate>Tue, 28 Apr 2009 18:42:10 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>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>
    <item>
      <title>Run Time Data Binding in Silverlight</title>
      <description>This article will explain about run time Data Binding in Silverlight. &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%2fRuntimedatabinding04202009041801AM%2fRuntimedatabinding.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fdhananjaycoder%2fRuntimedatabinding04202009041801AM%2fRuntimedatabinding.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Run_Time_Data_Binding_in_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Run_Time_Data_Binding_in_Silverlight</guid>
      <pubDate>Wed, 22 Apr 2009 17:51:19 GMT</pubDate>
    </item>
    <item>
      <title>Web Browser in C#</title>
      <description>The attached project is a Web Browser application created in C# 2.0.  &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%2fkapilsoni88%2fWebBrowser_In_DotNet_203162009043331AM%2fWebBrowser_In_DotNet_2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fkapilsoni88%2fWebBrowser_In_DotNet_203162009043331AM%2fWebBrowser_In_DotNet_2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Web_Browser_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Web_Browser_in_C</guid>
      <pubDate>Thu, 23 Apr 2009 13:01:06 GMT</pubDate>
    </item>
    <item>
      <title>Tool Tips in Silverlight</title>
      <description>A ToolTip is a pop-up window that displays some information in a small window. The ToolTip class in .NET 3.5 represents a ToolTip. This article demonstrates how to use a ToolTip control available in Silverlight.  &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%2fmahesh%2fSilverlightTooltip12172008205502PM%2fSilverlightTooltip.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fmahesh%2fSilverlightTooltip12172008205502PM%2fSilverlightTooltip.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Tool_Tips_in_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Tool_Tips_in_Silverlight</guid>
      <pubDate>Wed, 25 Mar 2009 17:40:49 GMT</pubDate>
    </item>
    <item>
      <title>Geocoding a physical address using yahoo web services and c#</title>
      <description>This article tells you about the web service named yahoo geocoding 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%2fscottlysle%2fGeocodeAddressCsharp01122008193746PM%2fGeocodeAddressCsharp.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fscottlysle%2fGeocodeAddressCsharp01122008193746PM%2fGeocodeAddressCsharp.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Geocoding_a_physical_address_using_yahoo_web_services_and_c</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Geocoding_a_physical_address_using_yahoo_web_services_and_c</guid>
      <pubDate>Tue, 24 Mar 2009 17:11:57 GMT</pubDate>
    </item>
    <item>
      <title>A Simple Primer to Properties Pane in Expression Blend IDE</title>
      <description>This article will show you how to work with the Properties pane in Blend IDE &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%2fmamta_m%2fPropertiesPaneExpression02222009233704PM%2fPropertiesPaneExpression.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fmamta_m%2fPropertiesPaneExpression02222009233704PM%2fPropertiesPaneExpression.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/A_Simple_Primer_to_Properties_Pane_in_Expression_Blend_IDE</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/A_Simple_Primer_to_Properties_Pane_in_Expression_Blend_IDE</guid>
      <pubDate>Tue, 24 Mar 2009 17:08:18 GMT</pubDate>
    </item>
    <item>
      <title>Secrets of Extension Methods: Part II</title>
      <description>This article explains how Extension Methods are used in LINQ &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%2fsatisharveti%2fExtensionmethods212232008055126AM%2fExtensionmethods2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fsatisharveti%2fExtensionmethods212232008055126AM%2fExtensionmethods2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Secrets_of_Extension_Methods_Part_II</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Secrets_of_Extension_Methods_Part_II</guid>
      <pubDate>Thu, 26 Mar 2009 17:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Secrets of Extension Methods: Part I</title>
      <description>This article gives an introduction to Extension Methods. &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%2fsatisharveti%2fExtensionmethods12222008064449AM%2fExtensionmethods.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fsatisharveti%2fExtensionmethods12222008064449AM%2fExtensionmethods.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Secrets_of_Extension_Methods_Part_I</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Secrets_of_Extension_Methods_Part_I</guid>
      <pubDate>Wed, 25 Mar 2009 12:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Transfer any files on Web services by c#</title>
      <description>We can use Microsoft SOAP protocol to transfer any files between a client and a 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%2fsubcom%2f003202008114211AM%2f0.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fsubcom%2f003202008114211AM%2f0.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Transfer_any_files_on_Web_services_by_c</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Transfer_any_files_on_Web_services_by_c</guid>
      <pubDate>Mon, 23 Mar 2009 17:10:10 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight Programming Video 1: Hello Silverlight</title>
      <description>This video shows how to write your first Silverlight 2.0 application with Visual Studio 2008.  &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%2fmahesh%2fHelloSL03122009020405AM%2fHelloSL.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fmahesh%2fHelloSL03122009020405AM%2fHelloSL.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Programming_Video_1_Hello_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Programming_Video_1_Hello_Silverlight</guid>
      <pubDate>Thu, 19 Mar 2009 15:34:34 GMT</pubDate>
    </item>
    <item>
      <title>Working with ImageBrush in Silverlight</title>
      <description>This article demonstrates how to create and use an image brush in Silverlight using XAML and 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%2fmahesh%2fImageBrushSilverlight03012009113017AM%2fImageBrushSilverlight.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fmahesh%2fImageBrushSilverlight03012009113017AM%2fImageBrushSilverlight.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Working_with_ImageBrush_in_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Working_with_ImageBrush_in_Silverlight</guid>
      <pubDate>Wed, 18 Mar 2009 11:07:31 GMT</pubDate>
    </item>
    <item>
      <title>Aspect Oriented Programming in C#.NET: Part II</title>
      <description> This article is the continuation of the Part I. We will continue with the same problem of the Customer Sales application discussed in Part I. &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%2f1111302072009051446AM%2f11113.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fshivprasadk%2f1111302072009051446AM%2f11113.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Aspect_Oriented_Programming_in_C_NET_Part_II</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Aspect_Oriented_Programming_in_C_NET_Part_II</guid>
      <pubDate>Wed, 18 Mar 2009 12:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Web Service Optimization</title>
      <description>This article gives you 10 tips to optimize web 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%2fdevdream789%2f103052008063051AM%2f1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fdevdream789%2f103052008063051AM%2f1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Web_Service_Optimization_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Web_Service_Optimization_1</guid>
      <pubDate>Thu, 19 Mar 2009 15:16:04 GMT</pubDate>
    </item>
    <item>
      <title>ViewBox Control in Silverlight</title>
      <description>A ViewBox control resizes itself based on the size of the contents. This article demonstrates how to use a ViewBox control in Silverlight using XAML and 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%2fmahesh%2fViewBox03152009221804PM%2fViewBox.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fmahesh%2fViewBox03152009221804PM%2fViewBox.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/ViewBox_Control_in_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/ViewBox_Control_in_Silverlight</guid>
      <pubDate>Mon, 16 Mar 2009 17:41:31 GMT</pubDate>
    </item>
  </channel>
</rss>