<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Jigar</title>
    <description>Stories kicked by Jigar</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>Create your own light weight IOC container in .NET</title>
      <description>There are lots of very good IOC container out there like Spring.Net and Castle Windsor, however the size of those frameworks makes me nervous specially when I have a small project and I do not need all those bells and whistles that comes with those frameworks. Following post will show you how to create and use simple IOC container.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jigar.net%2farticles%2fviewhtmlcontent331.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jigar.net%2farticles%2fviewhtmlcontent331.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Create_your_own_light_weight_IOC_container_in_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Create_your_own_light_weight_IOC_container_in_NET</guid>
      <pubDate>Thu, 06 Nov 2008 22:20:28 GMT</pubDate>
    </item>
    <item>
      <title>Display Live Data In Silverlight Using ObservableCollection and INotif</title>
      <description>Articles shows how to use ObservableCollection in combination with an object implementing INotifyPropertyChanged interface to display live data in Silverlight Application. ObservableCollection is a generic dynamic data collection that provides notifications when items get added, removed, or when the whole list is refreshed and INotifyPropertyChanged provides PropertyChanged notification to clients when any property value gets changed. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjigardesai%2farchive%2f2008%2f11%2f02%2fdisplay-live-data-in-silverlight-using-observablecollection-and-inotifypropertychanged.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjigardesai%2farchive%2f2008%2f11%2f02%2fdisplay-live-data-in-silverlight-using-observablecollection-and-inotifypropertychanged.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Display_Live_Data_In_Silverlight_Using_ObservableCollection_and_INotif</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Display_Live_Data_In_Silverlight_Using_ObservableCollection_and_INotif</guid>
      <pubDate>Sun, 02 Nov 2008 23:09:41 GMT</pubDate>
    </item>
    <item>
      <title>Authorization in ASP.Net MVC using XML Configuration. </title>
      <description>Doing authorization in a clean way is always tricky, You want delicate balance between extreme abstraction and embedding roles in-side your compiled code, I have always preferred simple abstraction either using roles and their corresponding mappings in the database or using simple xml file to store action to role mappings.

Asp.net MVC comes with built in Authorization filter attribute that you can use on your Controller and Action to define the role that can access corresponding Controller or Action. This approach will work fine for small application where you have predefined action to role mappings, but when you have bigger application where developers are not going to define role mappings and mappings might change frequently then maintenance of hard quoted roles might become nightmare. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjigardesai%2farchive%2f2008%2f10%2f30%2fauthorization-in-asp-net-mvc-using-xml-configuration.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjigardesai%2farchive%2f2008%2f10%2f30%2fauthorization-in-asp-net-mvc-using-xml-configuration.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Authorization_in_ASP_Net_MVC_using_XML_Configuration</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Authorization_in_ASP_Net_MVC_using_XML_Configuration</guid>
      <pubDate>Fri, 31 Oct 2008 20:17:29 GMT</pubDate>
    </item>
    <item>
      <title>AJAX Pager control</title>
      <description>After AJAX Repeater control next logical thing was to try and create paging control, a control which renders paging links when you set its properties like page count and page number, I have been using similar control in asp.net page so I decided to implement same thing with JavaScript.  &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%2fdesaijm%2fAJAXPagerControl02012006220722PM%2fAJAXPagerControl.aspx%3fArticleID%3d517f72dc-fd5d-43c2-a5d8-994167d4b1df%26PagePath%3d%2fUploadFile%2fdesaijm%2fAJAXPagerControl02012006220722PM%2fAJAXPagerControl.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fdesaijm%2fAJAXPagerControl02012006220722PM%2fAJAXPagerControl.aspx%3fArticleID%3d517f72dc-fd5d-43c2-a5d8-994167d4b1df%26PagePath%3d%2fUploadFile%2fdesaijm%2fAJAXPagerControl02012006220722PM%2fAJAXPagerControl.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/AJAX_Pager_control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/AJAX_Pager_control</guid>
      <pubDate>Fri, 03 Feb 2006 00:01:00 GMT</pubDate>
    </item>
    <item>
      <title>AJAX Repeater control</title>
      <description>Repeater control with ItemTemplate, HeaderTemplate, FooterTemplate, AlternatingItemTemplate and SeperatorTemplate created using JavaScript for binding data from XMLHTTP request.  &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%2fdesaijm%2fAJAXRepeaterControl01302006213655PM%2fAJAXRepeaterControl.aspx%3fArticleID%3df19f1ac7-d709-4a6e-b41d-285a6cc8aad6%26PagePath%3d%2fUploadFile%2fdesaijm%2fAJAXRepeaterControl01302006213655PM%2fAJAXRepeaterControl.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fdesaijm%2fAJAXRepeaterControl01302006213655PM%2fAJAXRepeaterControl.aspx%3fArticleID%3df19f1ac7-d709-4a6e-b41d-285a6cc8aad6%26PagePath%3d%2fUploadFile%2fdesaijm%2fAJAXRepeaterControl01302006213655PM%2fAJAXRepeaterControl.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/AJAX_Repeater_control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/AJAX_Repeater_control</guid>
      <pubDate>Thu, 02 Feb 2006 04:11:43 GMT</pubDate>
    </item>
    <item>
      <title>The top 10 most visited tips on Tip of the Week</title>
      <description>Ten top .NET and VS.NET tips from Sara Ford &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fsaraford%2farchive%2f2006%2f01%2f31%2f521205.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fsaraford%2farchive%2f2006%2f01%2f31%2f521205.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/The_top_10_most_visited_tips_on_Tip_of_the_Week</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/The_top_10_most_visited_tips_on_Tip_of_the_Week</guid>
      <pubDate>Wed, 01 Feb 2006 19:29:00 GMT</pubDate>
    </item>
  </channel>
</rss>