<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by m_bearach</title>
    <description>Stories kicked by m_bearach</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>Parameter count mismatch Error </title>
      <description>Yesterday, I spent a whole day chasing a very weird and strange error - I was getting an exception at the main method. The error description was: "Parameters count mismatch".  &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%2f05%2f19%2fparameter-count-mismatch-error%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2009%2f05%2f19%2fparameter-count-mismatch-error%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Parameter_count_mismatch_Error</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Parameter_count_mismatch_Error</guid>
      <pubDate>Thu, 21 May 2009 19:22:17 GMT</pubDate>
    </item>
    <item>
      <title>Crafting a C# Forms Editor from scratch</title>
      <description>A Forms Editor allows you to add, move, resize, and delete controls on your form. The dialog editor of VC6 and the Forms Designer of VS.NET are Forms Editors we commonly use at design time. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fcs%2fSharpFormEditorDemo.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fcs%2fSharpFormEditorDemo.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Crafting_a_C_Forms_Editor_from_scratch</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Crafting_a_C_Forms_Editor_from_scratch</guid>
      <pubDate>Sat, 25 Apr 2009 15:07:57 GMT</pubDate>
    </item>
    <item>
      <title>Creating A Tabbed Menu Control For ASP.NET MVC </title>
      <description>Tab menus are a fairly common thing that I use in a lot of my applications. I like tabs because they help break up large chunks of, usually, related information. &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%2f14%2fcreating-a-tabbed-menu-control-for-aspnet-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2009%2f04%2f14%2fcreating-a-tabbed-menu-control-for-aspnet-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Creating_A_Tabbed_Menu_Control_For_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Creating_A_Tabbed_Menu_Control_For_ASP_NET_MVC</guid>
      <pubDate>Wed, 15 Apr 2009 00:16:05 GMT</pubDate>
    </item>
    <item>
      <title>Creating an Ajax Login Form With jQuery </title>
      <description>In this post I want to show you how to use jQuery to create an AJAX login screen. I am going to use an ASP.NET MVC application for this demonstration &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%2f03%2f23%2fcreating-an-ajax-login-form-with-jquery%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2009%2f03%2f23%2fcreating-an-ajax-login-form-with-jquery%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Creating_an_Ajax_Login_Form_With_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Creating_an_Ajax_Login_Form_With_jQuery</guid>
      <pubDate>Wed, 25 Mar 2009 01:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Working With ASP.Net MVC Part 5 - Views </title>
      <description>Well we've arrived at the last part of our series on ASP.NET MVC. In this post we'll be looking at Views, ViewData, and HTML Helpers. We'll be discussing how to call Views from Controllers and how to use HTML Helpers to create your markup. 

 &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%2f03%2f12%2fworking-with-aspnet-mvc-part-5-views%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2009%2f03%2f12%2fworking-with-aspnet-mvc-part-5-views%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Working_With_ASP_Net_MVC_Part_5_Views</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Working_With_ASP_Net_MVC_Part_5_Views</guid>
      <pubDate>Sun, 15 Mar 2009 14:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Property, Dependency Property and Threading</title>
      <description>are Property, Dependency Property thread safe? &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%2f03%2f10%2fproperty-dependency-property-and-threading%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2009%2f03%2f10%2fproperty-dependency-property-and-threading%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Property_Dependency_Property_and_Threading</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Property_Dependency_Property_and_Threading</guid>
      <pubDate>Tue, 10 Mar 2009 19:59:30 GMT</pubDate>
    </item>
    <item>
      <title>Why Should You Always Locate Your Convertors In App.Xaml </title>
      <description>Where do you locate your convertors? do you put them in the Window.Resources section? or in the UserControl they are being used for? &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%2f03%2f05%2fwhy-should-you-always-locate-your-convertors-in-appxaml%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2009%2f03%2f05%2fwhy-should-you-always-locate-your-convertors-in-appxaml%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Why_Should_You_Always_Locate_Your_Convertors_In_App_Xaml</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Why_Should_You_Always_Locate_Your_Convertors_In_App_Xaml</guid>
      <pubDate>Tue, 10 Mar 2009 13:46:13 GMT</pubDate>
    </item>
    <item>
      <title>Tidy Up Your Xaml And Code Behind, Use UserControls Inside Templates </title>
      <description>Use User controls inside templtes &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%2f03%2f02%2ftidy-up-your-xaml-and-code-behind-use-usercontrols-inside-templates%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2009%2f03%2f02%2ftidy-up-your-xaml-and-code-behind-use-usercontrols-inside-templates%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Tidy_Up_Your_Xaml_And_Code_Behind_Use_UserControls_Inside_Templates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Tidy_Up_Your_Xaml_And_Code_Behind_Use_UserControls_Inside_Templates</guid>
      <pubDate>Tue, 03 Mar 2009 13:01:12 GMT</pubDate>
    </item>
    <item>
      <title>Creating a WPF / Silverlight Control With a Semi Transparent Backgroun</title>
      <description>Yesterday I was trying to create a control with a partially transparent background,. I am writing this because what I thought was so straight forward, was not.

 &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%2f02%2f26%2fcreating-a-wpf-silverlight-control-with-a-semi-transparent-background%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2009%2f02%2f26%2fcreating-a-wpf-silverlight-control-with-a-semi-transparent-background%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Creating_a_WPF_Silverlight_Control_With_a_Semi_Transparent_Backgroun</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Creating_a_WPF_Silverlight_Control_With_a_Semi_Transparent_Backgroun</guid>
      <pubDate>Fri, 27 Feb 2009 00:16:29 GMT</pubDate>
    </item>
    <item>
      <title>Working With ASP.Net MVC Part 4 - Controllers, ControllerActions, and </title>
      <description>In this post we'll look the first of two parts that really hold our application together, the Controller. In the next post we'll cover the View and how it ties into the Controller.
 &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%2f02%2f18%2fworking-with-aspnet-mvc-part-4-controllers-controlleractions-and-actionresults%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2009%2f02%2f18%2fworking-with-aspnet-mvc-part-4-controllers-controlleractions-and-actionresults%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Working_With_ASP_Net_MVC_Part_4_Controllers_ControllerActions_and</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Working_With_ASP_Net_MVC_Part_4_Controllers_ControllerActions_and</guid>
      <pubDate>Wed, 18 Feb 2009 23:31:13 GMT</pubDate>
    </item>
    <item>
      <title>Things to Notice When Binding to Large Collection </title>
      <description>Lately I was working on an application that had to display a large amount of objects on screen and allow filtering. I have learned that scrolling large collections was not so simple in WPF, and I definitely did not see the problems coming. &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%2f01%2f16%2fthings-to-notice-when-binding-to-large-collection%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2009%2f01%2f16%2fthings-to-notice-when-binding-to-large-collection%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Things_to_Notice_When_Binding_to_Large_Collection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Things_to_Notice_When_Binding_to_Large_Collection</guid>
      <pubDate>Wed, 21 Jan 2009 07:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Working With ASP.Net MVC Part 3 - Url Routing </title>
      <description>Url Routing has become a very common these days. In fact, at least among the websites I visit, it has become more common than not routing urls. Url Routing is part of the ASP.Net framework, both MVC and WebForms, that lets you easily rewrite and map your urls to make them look nicer and be more serach engine friendly. 
 &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%2f01%2f07%2fworking-with-aspnet-mvc-part-3-url-routing%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2009%2f01%2f07%2fworking-with-aspnet-mvc-part-3-url-routing%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Working_With_ASP_Net_MVC_Part_3_Url_Routing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Working_With_ASP_Net_MVC_Part_3_Url_Routing</guid>
      <pubDate>Fri, 09 Jan 2009 14:31:17 GMT</pubDate>
    </item>
    <item>
      <title>Advanced Bidirectional Silverlight 2.0 to ASP.NET Integration - Part 1</title>
      <description>This is the first post covering techniques for both sending data into your Silverlight environment from ASP.NET as well as getting data out of Silverlight without resorting to a lot of new elements in your architecture. The goal is to use what you already have with the least fuss.

You may think you need to resort to 'pushing' all data from Silverlight into say a service using WCF but that is not the case in many scenarios.

For example, you may have activity which the user creates inside Silverlight 2.0 that results in visual elements you want to send out to ASP.NET for persistence in your ORM environment (where Silverlight has no involvement). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.domaindotnet.com%2f2008%2f12%2f23%2fsilverlight_aspnet_bidirectional_integration-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.domaindotnet.com%2f2008%2f12%2f23%2fsilverlight_aspnet_bidirectional_integration-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Advanced_Bidirectional_Silverlight_2_0_to_ASP_NET_Integration_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Advanced_Bidirectional_Silverlight_2_0_to_ASP_NET_Integration_Part_1</guid>
      <pubDate>Tue, 23 Dec 2008 13:49:54 GMT</pubDate>
    </item>
    <item>
      <title>Free Tool For Managed and Unmanaged Deadlock Detection </title>
      <description>Deadlocks are terribly difficult to find and even more difficult to debug. Debug Inspector is a free tool that allows you to view the call stacks of multiple threads at the same time, plugs in to the internals of the CLR and automatically detects deadlocks.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f12%2f22%2ffree-tool-for-managed-and-unmanaged-deadlock-detection%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f12%2f22%2ffree-tool-for-managed-and-unmanaged-deadlock-detection%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Free_Tool_For_Managed_and_Unmanaged_Deadlock_Detection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Free_Tool_For_Managed_and_Unmanaged_Deadlock_Detection</guid>
      <pubDate>Tue, 23 Dec 2008 21:16:12 GMT</pubDate>
    </item>
    <item>
      <title>Handle External Links With Custom Http Handler</title>
      <description>In this article I'll talk about External Links Handling. We often need to manage more external links particularly in the mail or newsletter. These links must remain Standing, even when changing architecture of the website. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f12%2f22%2fHandle-External-Links-With-Custom-Http-Handler.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f12%2f22%2fHandle-External-Links-With-Custom-Http-Handler.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Handle_External_Links_With_Custom_Http_Handler</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Handle_External_Links_With_Custom_Http_Handler</guid>
      <pubDate>Mon, 22 Dec 2008 21:01:06 GMT</pubDate>
    </item>
    <item>
      <title>Creating a Website Sitemap Using Nested DataList and a Web. Sitemap Fi</title>
      <description>Creating a Website Sitemap Using Nested DataList and a Web. Sitemap File &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f12%2f18%2fcreating-a-website-sitemap-using-nested-datalist-and-a-web-sitemap-file%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f12%2f18%2fcreating-a-website-sitemap-using-nested-datalist-and-a-web-sitemap-file%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Creating_a_Website_Sitemap_Using_Nested_DataList_and_a_Web_Sitemap_Fi</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Creating_a_Website_Sitemap_Using_Nested_DataList_and_a_Web_Sitemap_Fi</guid>
      <pubDate>Thu, 18 Dec 2008 22:35:29 GMT</pubDate>
    </item>
    <item>
      <title>Serialization Exception: PropertyChangedEventManager is not serializab</title>
      <description>How to solver the SerializationException called when you are trying to serialize and de-serialize and object that is involved in a binding. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nablasoft.com%2fguardian%2findex.php%2f2008%2f12%2f04%2fserialization-exception-propertychangedeventmanager-serializable%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nablasoft.com%2fguardian%2findex.php%2f2008%2f12%2f04%2fserialization-exception-propertychangedeventmanager-serializable%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Serialization_Exception_PropertyChangedEventManager_is_not_serializab</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Serialization_Exception_PropertyChangedEventManager_is_not_serializab</guid>
      <pubDate>Thu, 04 Dec 2008 16:41:12 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC SiteMap</title>
      <description>A sitemap solution for ASP.NET MVC. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2feric.polerecky.com%2farchives%2faspnet-mvc-sitemap%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2feric.polerecky.com%2farchives%2faspnet-mvc-sitemap%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_SiteMap</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_SiteMap</guid>
      <pubDate>Thu, 04 Dec 2008 13:56:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Health Monitor</title>
      <description>advanced .net error handling for your ASP.NET applications.  Store your errors in the database along with some user credentials for future review and data mining. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetblogger.com%2fpost%2f2008%2f12%2f03%2fASPNET-Health-Monitor.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetblogger.com%2fpost%2f2008%2f12%2f03%2fASPNET-Health-Monitor.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Health_Monitor</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Health_Monitor</guid>
      <pubDate>Thu, 04 Dec 2008 12:15:40 GMT</pubDate>
    </item>
    <item>
      <title>Throwing Exceptions From Constructors? </title>
      <description>Is it OK to throw exceptions from constructors? There are lots of philosophical arguments about this question, you may become confused trying to understand what's the right thing to do. I am writing this article to shed some light on the "throwing exceptions from constructors" topic.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f12%2f03%2fthrowing-exceptions-from-constructors%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f12%2f03%2fthrowing-exceptions-from-constructors%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Throwing_Exceptions_From_Constructors</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Throwing_Exceptions_From_Constructors</guid>
      <pubDate>Thu, 04 Dec 2008 01:07:50 GMT</pubDate>
    </item>
    <item>
      <title>Filtering You Data Using Predicates </title>
      <description>A while back I wrote an article about How to sort data by manipulating the view only, This article will handle filtering the data without changing it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f12%2f01%2ffiltering-you-data-using-predicates%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f12%2f01%2ffiltering-you-data-using-predicates%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Filtering_You_Data_Using_Predicates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Filtering_You_Data_Using_Predicates</guid>
      <pubDate>Thu, 04 Dec 2008 01:01:12 GMT</pubDate>
    </item>
    <item>
      <title>Working With ASP.Net MVC Part 1 </title>
      <description>a quick look at building an application using the new ASP.Net MVC Beta, part one will handle the database &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f11%2f13%2fworking-with-aspnet-mvc-part-1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f11%2f13%2fworking-with-aspnet-mvc-part-1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Working_With_ASP_Net_MVC_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Working_With_ASP_Net_MVC_Part_1</guid>
      <pubDate>Fri, 14 Nov 2008 00:16:04 GMT</pubDate>
    </item>
    <item>
      <title>C# 4.0 Dynamic Lookup - Are You Kidding Me? </title>
      <description>One of the core features introduced in C# 4.0 is called Dynamic Lookup which allows a unified approach to invoking things dynamically.  When you have an object of type dynamic you can do whatever you like with it, those operations are resolved only at runtime. I DON'T LIKE IT, ARE YOU KIDDING ME? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f11%2f03%2fc-40-dynamic-lookup-are-you-kidding-me%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f11%2f03%2fc-40-dynamic-lookup-are-you-kidding-me%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_4_0_Dynamic_Lookup_Are_You_Kidding_Me</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_4_0_Dynamic_Lookup_Are_You_Kidding_Me</guid>
      <pubDate>Wed, 05 Nov 2008 04:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Validate Your Regular Expressions With This Free Online Silverlight To</title>
      <description>Validate you regular expressions with this online silverlight regular validation tool &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f10%2f30%2fvalidate-your-regular-expressions-with-this-free-online-silverlight-tool%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f10%2f30%2fvalidate-your-regular-expressions-with-this-free-online-silverlight-tool%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Validate_Your_Regular_Expressions_With_This_Free_Online_Silverlight_To</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Validate_Your_Regular_Expressions_With_This_Free_Online_Silverlight_To</guid>
      <pubDate>Sat, 01 Nov 2008 16:01:02 GMT</pubDate>
    </item>
    <item>
      <title>How To Get Free Disk Space And Other WMI Stuff (.NET) </title>
      <description>Before actually saving the file, I need to compute its anticipated size and compare it with the free disk space to see if there is enough storage for that operation. After searching a bit about how to get the free disk space, I came across the solution which uses the System.Management namespace. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f10%2f29%2fhow-to-get-free-disk-space-and-other-wmi-stuff-net%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f10%2f29%2fhow-to-get-free-disk-space-and-other-wmi-stuff-net%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_To_Get_Free_Disk_Space_And_Other_WMI_Stuff_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_To_Get_Free_Disk_Space_And_Other_WMI_Stuff_NET</guid>
      <pubDate>Thu, 30 Oct 2008 13:46:11 GMT</pubDate>
    </item>
  </channel>
</rss>