<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by satheeshbabu</title>
    <description>Stories kicked by satheeshbabu</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>Lucene.Net needs your help (or it will die)</title>
      <description>The Apache Foundation wants to kill Lucene.net. If you use it please chime in and help.
This post explains a bit more in detail why this is happening &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2010%2f11%2f01%2fLucene-Net-needs-your-help-or-it-will-die.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2010%2f11%2f01%2fLucene-Net-needs-your-help-or-it-will-die.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Lucene_Net_needs_your_help_or_it_will_die_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Lucene_Net_needs_your_help_or_it_will_die_1</guid>
      <pubDate>Mon, 01 Nov 2010 21:00:52 GMT</pubDate>
    </item>
    <item>
      <title>WPFMystify3D - A Screen Saver using WPF 3D Geometry</title>
      <description>This article illustrates the creation of a screen saver using WPF(Windows Presentation Foundation) 3D Geometry model.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fWPF%2f308_WPFMystify3D_%e2%80%93_A_Screen_Saver_using_WPF_3D_Geometry.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fWPF%2f308_WPFMystify3D_%e2%80%93_A_Screen_Saver_using_WPF_3D_Geometry.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPFMystify3D_A_Screen_Saver_using_WPF_3D_Geometry</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPFMystify3D_A_Screen_Saver_using_WPF_3D_Geometry</guid>
      <pubDate>Sat, 26 Dec 2009 14:42:27 GMT</pubDate>
    </item>
    <item>
      <title>The concept of Covariance and Contravariance in .Net 4.0</title>
      <description>With .NET 4.0, the CLR supports covariance and contravariance of types in generic interfaces and delegates. Before dwelling into these new changes, let us get a quick view on the concept of variances in simple terms. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fFramework%2f300_The_concept_of_Covariance_and_Contravariance_in_Net_40.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fFramework%2f300_The_concept_of_Covariance_and_Contravariance_in_Net_40.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_concept_of_Covariance_and_Contravariance_in_Net_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_concept_of_Covariance_and_Contravariance_in_Net_4_0</guid>
      <pubDate>Sun, 29 Nov 2009 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Search Engine Friendly URL's Using Routing in ASP.Net 3.5</title>
      <description>Routing is a technique which enables us to use a descriptive, search engine and human friendly URL's for ASP.Net application to access a resource. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fASPNET%2f294_Search_Engine_Friendly_URLs_Using_Routing_in_ASPNet_35.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fASPNET%2f294_Search_Engine_Friendly_URLs_Using_Routing_in_ASPNet_35.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Search_Engine_Friendly_URL_s_Using_Routing_in_ASP_Net_3_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Search_Engine_Friendly_URL_s_Using_Routing_in_ASP_Net_3_5</guid>
      <pubDate>Sun, 11 Oct 2009 15:38:19 GMT</pubDate>
    </item>
    <item>
      <title>Using Stored Procedure with LINQDataSource Control in ASP.Net</title>
      <description>1.      Using a simple stored procedure with LINQDataSource control.

2.      Using stored procedure that returns multiple resultset.

3.      Custom paging through stored procedure in LINQDataSource Control.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fASPNET%2f293_Using_Stored_Procedure_with_LINQDatasource_Control_in_ASPNet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fASPNET%2f293_Using_Stored_Procedure_with_LINQDatasource_Control_in_ASPNet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_Stored_Procedure_with_LINQDataSource_Control_in_ASP_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_Stored_Procedure_with_LINQDataSource_Control_in_ASP_Net</guid>
      <pubDate>Thu, 01 Oct 2009 15:40:21 GMT</pubDate>
    </item>
    <item>
      <title>Creating Music Video Box Using Windows Presentation Foundation(WPF)</title>
      <description>This article explains the creation of a Music Video Box using Windows Presentation Foundation 3D Geometry and Media classes to play music albums as chosen by the user. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fWPF%2f286_Music_Video_Box_in_WPF.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fWPF%2f286_Music_Video_Box_in_WPF.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Creating_Music_Video_Box_Using_Windows_Presentation_Foundation_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Creating_Music_Video_Box_Using_Windows_Presentation_Foundation_WPF</guid>
      <pubDate>Sat, 05 Sep 2009 12:23:11 GMT</pubDate>
    </item>
    <item>
      <title>Take an ASP.NET Application offline with HttpModules</title>
      <description>Whenever you do maintenance work on a website it is advisable to show the visitors a nice message telling them politely to come back later, rather than a nasty error, or even worse: a big Yellow Screen of Death. Read how I found a solution similar to the app_offline.html approach using HttpModules and how I still allow administrators to access the website. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f09%2f02%2fTake-an-ASPNET-Application-offline-with-HttpModules.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f09%2f02%2fTake-an-ASPNET-Application-offline-with-HttpModules.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Take_an_ASP_NET_Application_offline_with_HttpModules</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Take_an_ASP_NET_Application_offline_with_HttpModules</guid>
      <pubDate>Thu, 03 Sep 2009 12:30:04 GMT</pubDate>
    </item>
    <item>
      <title>Fun With Method Missing and C# 4.0</title>
      <description>Ruby has a neat feature that allows you to hook into method calls for which the method is not defined. In such cases, Ruby will call a method on your class named method_missing. I showed an example of this using IronRuby a while back when I wrote about monkey patching CLR objects.
Typically, this sort of wild chicanery is safely contained within the world of those wild and crazy dynamic language aficionados, far away from the peaceful waters of those who prefer statically typed languages.
Until now suckas! (cue heart pounding rock music with a fast beat) &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%2f08%2f26%2fmethod-missing-csharp-4.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2009%2f08%2f26%2fmethod-missing-csharp-4.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Fun_With_Method_Missing_and_C_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Fun_With_Method_Missing_and_C_4_0</guid>
      <pubDate>Thu, 03 Sep 2009 14:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Lazy Loading jQuery Collapsible Panel in ASP.Net Using JSON</title>
      <description>It will be better and light weight when we actually load the contents of the panels only when the user clicks the expand arrow button, a lazy loading or loading on-demand. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fjQuery%2f283_Lazy_Loading_jQuery_Collapsible_Panel_in_ASPNet_Using_JSON.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fjQuery%2f283_Lazy_Loading_jQuery_Collapsible_Panel_in_ASPNet_Using_JSON.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Lazy_Loading_jQuery_Collapsible_Panel_in_ASP_Net_Using_JSON</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Lazy_Loading_jQuery_Collapsible_Panel_in_ASP_Net_Using_JSON</guid>
      <pubDate>Wed, 26 Aug 2009 11:34:37 GMT</pubDate>
    </item>
    <item>
      <title>Advanced Usages of SqlDataSource Control in ASP.Net - PART 1</title>
      <description>With the release of .Netframework 2.0, there are lot of new features added that made the data access very easier and simpler. In this article, we will learn more about SqlDataSource control and its advanced usages. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fASPNET%2f282_Advanced_Usages_of_SqlDataSource_Control_in_ASPNet-PART_1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fASPNET%2f282_Advanced_Usages_of_SqlDataSource_Control_in_ASPNet-PART_1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Advanced_Usages_of_SqlDataSource_Control_in_ASP_Net_PART_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Advanced_Usages_of_SqlDataSource_Control_in_ASP_Net_PART_1</guid>
      <pubDate>Sat, 22 Aug 2009 17:22:39 GMT</pubDate>
    </item>
    <item>
      <title>.NET continues to DoS attack me, seriously!</title>
      <description>Yeah, it does! And I don't necessarily mean denial of service - that would mean that I couldn't get any programming done. Nope, far from it - but it sure is denial of sleep attacking me. Come one, I am struggling to keep up with all the new runtimes, features, frameworks and best practices coming out of Redmond. It's awesome and actually fun; no doubt about it - but sometimes it is excruciating as well. And today I am going to talk about the excruciating experience of seeing another reinvented wheel hobble out of Microsoft. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fnet-continues-to-dos-attack-me-seriously%2f148.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fnet-continues-to-dos-attack-me-seriously%2f148.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/NET_continues_to_DoS_attack_me_seriously</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/NET_continues_to_DoS_attack_me_seriously</guid>
      <pubDate>Wed, 05 Aug 2009 20:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Consuming WebService in WPF Application</title>
      <description>This article explains how to consume a Web Service in WPF Windows application. It requires binding of WPF controls to data coming from a web service. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fWebServices%2f276_How_to_consume_a_Web_Service_in_WPF_Application.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fWebServices%2f276_How_to_consume_a_Web_Service_in_WPF_Application.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Consuming_WebService_in_WPF_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Consuming_WebService_in_WPF_Application</guid>
      <pubDate>Fri, 31 Jul 2009 10:49:21 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to jQuery in ASP.Net and 10 Advantages to Choose jQuery</title>
      <description>jQuery is a light weight javascript library which provides fast and easy way of HTML DOM traversing and manipulation, event handling, client side animations, etc. One of the greatest features of jQuery is, it supports an efficient way to implement AJAX applications because of its light weight nature. Read more in this article.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fjQuery%2f273_Introduction_to_jQuery_in_ASPNet_and_10_Advantages_to_Choose_jQuery.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fjQuery%2f273_Introduction_to_jQuery_in_ASPNet_and_10_Advantages_to_Choose_jQuery.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Introduction_to_jQuery_in_ASP_Net_and_10_Advantages_to_Choose_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Introduction_to_jQuery_in_ASP_Net_and_10_Advantages_to_Choose_jQuery</guid>
      <pubDate>Thu, 23 Jul 2009 13:38:10 GMT</pubDate>
    </item>
    <item>
      <title>LINQ is not LINQ To SQL</title>
      <description>Justin writes about a frequent misconception about LINQ: LINQ is not just LINQ to SQL, but it's a general purpose query language &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f07%2f07%2fLINQ-is-not-LINQ-To-SQL.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f07%2f07%2fLINQ-is-not-LINQ-To-SQL.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_is_not_LINQ_To_SQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_is_not_LINQ_To_SQL</guid>
      <pubDate>Tue, 07 Jul 2009 12:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Add a DotNetKicks Badge to your Site</title>
      <description>Drive more traffic to your site by adding the DNK badge, plugins for community server, graffiti, wordpress, and more! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetkicks.com%2fdocs%2fkickitbadge"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetkicks.com%2fdocs%2fkickitbadge" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Add_a_DotNetKicks_Badge_to_your_Site</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Add_a_DotNetKicks_Badge_to_your_Site</guid>
      <pubDate>Tue, 07 Jul 2009 14:45:07 GMT</pubDate>
    </item>
    <item>
      <title>Upload Multiple Files in ASP.NET using jQuery</title>
      <description>Continuing my 'no less than an exciting' journey of exploring ASP.NET with jQuery, today's article will demonstrate how to Upload multiple files in ASP.NET using jQuery.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d317"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d317" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Upload_Multiple_Files_in_ASP_NET_using_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Upload_Multiple_Files_in_ASP_NET_using_jQuery</guid>
      <pubDate>Thu, 09 Jul 2009 10:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Working with DateTime Object and Formatting DateTime Object in ASP.Net</title>
      <description>Most often, we get requirements to do some basic operations like formatting, adding, comparing on the datetime objects in our projects. This article will help us to understand the DateTime object and other operation we can do with datetime object.


 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fASPNET%2f264_Working_with_DateTime_Object_and_Formatting_DateTime_Object_in_ASPNet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fASPNET%2f264_Working_with_DateTime_Object_and_Formatting_DateTime_Object_in_ASPNet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Working_with_DateTime_Object_and_Formatting_DateTime_Object_in_ASP_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Working_with_DateTime_Object_and_Formatting_DateTime_Object_in_ASP_Net</guid>
      <pubDate>Thu, 02 Jul 2009 10:44:24 GMT</pubDate>
    </item>
    <item>
      <title>GridView Style Edit Update in Repeater Control Using jQuery and Ajax</title>
      <description>Repeater control as such will not provide edit/update functionalities for the data. In this article, we will overcome this difficulty and provide an edit update feature similar to GridView control using the powerful jQuery library and Ajax.


 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fjQuery%2f261_GridView_Style_Edit_Update_in_Repeater_Control_Using_jQuery_and_Ajax.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fjQuery%2f261_GridView_Style_Edit_Update_in_Repeater_Control_Using_jQuery_and_Ajax.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/GridView_Style_Edit_Update_in_Repeater_Control_Using_jQuery_and_Ajax</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/GridView_Style_Edit_Update_in_Repeater_Control_Using_jQuery_and_Ajax</guid>
      <pubDate>Fri, 26 Jun 2009 16:07:26 GMT</pubDate>
    </item>
    <item>
      <title>Populating RadioButtonList Using jQuery, JSON in ASP.Net</title>
      <description>Building a RadioButtonList in client side is not a straight forward task due to the way it renders to the client side.Moving forward, we will implement the same example by populating a RadioButtonList instead of a child DropDownList control. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fjQuery%2f259_Populating_RadioButtonList_Using_jQuery_JSON_in_ASPNet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fjQuery%2f259_Populating_RadioButtonList_Using_jQuery_JSON_in_ASPNet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Populating_RadioButtonList_Using_jQuery_JSON_in_ASP_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Populating_RadioButtonList_Using_jQuery_JSON_in_ASP_Net</guid>
      <pubDate>Fri, 19 Jun 2009 16:26:52 GMT</pubDate>
    </item>
    <item>
      <title>Customize User Controls with Smart Tag feature in Windows Forms</title>
      <description>This article explains how to add Smart Tag feature to a user control in Windows Forms applications. As we all know, user controls are commonly used in Windows Forms applications for reusability purposes providing various functionalities across the project.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fVisualStudio%2f251_Customizing_User_Controls_with_Smart_Tag_feature.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fVisualStudio%2f251_Customizing_User_Controls_with_Smart_Tag_feature.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Customize_User_Controls_with_Smart_Tag_feature_in_Windows_Forms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Customize_User_Controls_with_Smart_Tag_feature_in_Windows_Forms</guid>
      <pubDate>Tue, 09 Jun 2009 13:21:49 GMT</pubDate>
    </item>
    <item>
      <title>Beginning Windows Presentation Foundation Project </title>
      <description>This article by Jayaram Krishnaswamy introduces the reader accustomed to working with the traditional graphic user interface in earlier versions of VB to Windows Presentation Foundation. Importantly, it introduces the reader to the XAML's declarative format and what it means in the design interface of VS 2008. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fWPF%2f253_Beginning_Windows_Presentation_Foundation_Project.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fWPF%2f253_Beginning_Windows_Presentation_Foundation_Project.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Beginning_Windows_Presentation_Foundation_Project</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Beginning_Windows_Presentation_Foundation_Project</guid>
      <pubDate>Tue, 09 Jun 2009 13:20:18 GMT</pubDate>
    </item>
    <item>
      <title>BizTalk - Errors and Warnings, Causes and Solutions</title>
      <description>The following article will discuss on the common errors and warning that we face when using BizTalk and their resolutions &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fBizTalk%2f250_BizTalk_-_Errors_and_Warnings_Causes_and_Solutions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fBizTalk%2f250_BizTalk_-_Errors_and_Warnings_Causes_and_Solutions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/BizTalk_Errors_and_Warnings_Causes_and_Solutions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/BizTalk_Errors_and_Warnings_Causes_and_Solutions</guid>
      <pubDate>Mon, 08 Jun 2009 13:54:10 GMT</pubDate>
    </item>
    <item>
      <title>DatePicker Controls for ASP.Net</title>
      <description>Most often we will get a requirement to capture date input from the users.  Moving forward, this article will help us to create DatePicker control in 3 ways,
&amp;#216;       Using ASP.Net Calendar control.
&amp;#216;       Using Calendar Extender control in AJAX Control Toolkit.
&amp;#216;       Using jQuery DatePicker Plug-in. 

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fASPNET%2f247_DatePicker_Control_in_ASPNet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fASPNET%2f247_DatePicker_Control_in_ASPNet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/DatePicker_Controls_for_ASP_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/DatePicker_Controls_for_ASP_Net</guid>
      <pubDate>Thu, 04 Jun 2009 11:20:17 GMT</pubDate>
    </item>
    <item>
      <title>JSON serialization and de-serialization in WCF DataContracts</title>
      <description>With XML becoming a thing of past for inter process communication and data exchange on the Internet infrastructures, JSON is more increasingly getting popular for providing quicker and better packaging of data across the wires. To be specific, as the need for partial rendering of web pages increases with the dynamic exchange of data using AJAX-enabled Web services, JSON has become more compact and simpler means to communicate between client calls and server processes thus providing a rich user experience. Moreover, Windows Communication Foundation (WCF) processes JSON messages using an internal, hidden mapping between JSON data and the XML infoset for data exchange. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fWCF%2f243_JSON_Serialization_and_De-serialization_in_WCF_DataContracts.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fWCF%2f243_JSON_Serialization_and_De-serialization_in_WCF_DataContracts.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wcf/JSON_serialization_and_de_serialization_in_WCF_DataContracts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wcf/JSON_serialization_and_de_serialization_in_WCF_DataContracts</guid>
      <pubDate>Sat, 23 May 2009 23:23:17 GMT</pubDate>
    </item>
    <item>
      <title>Tips for Deploying ASP.Net Application in Production</title>
      <description>In this article, we will see some of useful tips that can help us in deploying application efficiently in production. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fASPNET%2f242_Tips_for_Deploying_ASPNet_Application_in_Production.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fASPNET%2f242_Tips_for_Deploying_ASPNet_Application_in_Production.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Tips_for_Deploying_ASP_Net_Application_in_Production</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Tips_for_Deploying_ASP_Net_Application_in_Production</guid>
      <pubDate>Fri, 15 May 2009 14:48:52 GMT</pubDate>
    </item>
  </channel>
</rss>
