<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by brianmd</title>
    <description>Stories kicked by brianmd</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>Howto make unique Repository for all LinqToSql entities (GetById part)</title>
      <description>Tutorial about howto make Rep&amp;lt;Person&amp;gt;.GetById(personId)! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dynback.com%2findex.php%2f2008%2f11%2farchitecture%2fdatabase%2frepository-in-linq-to-sql-getbyid-part%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dynback.com%2findex.php%2f2008%2f11%2farchitecture%2fdatabase%2frepository-in-linq-to-sql-getbyid-part%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Howto_make_unique_Repository_for_all_LinqToSql_entities_GetById_part</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Howto_make_unique_Repository_for_all_LinqToSql_entities_GetById_part</guid>
      <pubDate>Thu, 27 Nov 2008 20:11:27 GMT</pubDate>
    </item>
    <item>
      <title>TDD in Practice - Dealing with Hard-To-Test Areas - developerFusion - </title>
      <description>Tried TDD and abandoned it the moment you've tried it on 'real' code? Learn how to tackle these 'hard-to-test' areas, that those presentations and introductory books just don't seem to explain well. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.developerfusion.com%2farticle%2f9375%2ftdd-in-practice-dealing-with-hardtotest-areas%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.developerfusion.com%2farticle%2f9375%2ftdd-in-practice-dealing-with-hardtotest-areas%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/TDD_in_Practice_Dealing_with_Hard_To_Test_Areas_developerFusion</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/TDD_in_Practice_Dealing_with_Hard_To_Test_Areas_developerFusion</guid>
      <pubDate>Thu, 27 Nov 2008 19:00:02 GMT</pubDate>
    </item>
    <item>
      <title>Using the ASP.NET MVC ModelBinder (screencast)</title>
      <description>Abstract: &amp;quot;This screencast demonstrates how code can be made more maintainable and testable by delegating binding to client data to the ASP.NET MVC model binder architecture.&amp;quot;  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f11%2f27%2fUsing-the-ASPNET-MVC-ModelBinder-(screencast).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f11%2f27%2fUsing-the-ASPNET-MVC-ModelBinder-(screencast).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_the_ASP_NET_MVC_ModelBinder_screencast</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_the_ASP_NET_MVC_ModelBinder_screencast</guid>
      <pubDate>Tue, 02 Dec 2008 11:16:04 GMT</pubDate>
    </item>
    <item>
      <title>Partial page updates with ASP.NET MVC and jQuery (and action filters)</title>
      <description>When building an ASP.NET MVC application, chances are that you are using master pages. After working on the application for a while, it's time to spice up some views with jQuery and partial updates.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f11%2f25%2fPartial-page-updates-with-ASPNET-MVC-and-jQuery-(and-action-filters).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f11%2f25%2fPartial-page-updates-with-ASPNET-MVC-and-jQuery-(and-action-filters).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Partial_page_updates_with_ASP_NET_MVC_and_jQuery_and_action_filters</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Partial_page_updates_with_ASP_NET_MVC_and_jQuery_and_action_filters</guid>
      <pubDate>Wed, 03 Dec 2008 21:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Integrating NUnit test results in Team Build 2008</title>
      <description>When using Team Foundation Server 2008 and Team Build, chances are you are developing unit tests in Microsoft's test framework which is integrated with Visual Studio 2008. This integration offers valuable data hen a build has been finished on the build server: test run results are published in the Team Foundation Server 2008 data warehouse and can be used to create detailed metrics on how your development team is performing and what the quality of the product being developed is. 

Not all software development teams are using Microsoft's test framework. Perhaps your team is using Team Foundation Server 2008 and creates (unit) tests using NUnit. By default, NUnit tests are not executed by the Team Build server nor are they published in the Team Foundation Server 2008 data warehouse. The following guide enables you to leverage the features Team Foundation Server 2008 has to offer regarding metrics, by customizing the build process with the necessary steps to publish test results.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f11%2f10%2fIntegrating-NUnit-test-results-in-Team-Build-2008.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f11%2f10%2fIntegrating-NUnit-test-results-in-Team-Build-2008.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Integrating_NUnit_test_results_in_Team_Build_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Integrating_NUnit_test_results_in_Team_Build_2008</guid>
      <pubDate>Mon, 10 Nov 2008 16:24:48 GMT</pubDate>
    </item>
    <item>
      <title>First In-Depth Look At Microsoft's Oslo And The &amp;quot;M&amp;quot; Modeling Language </title>
      <description>Microsoft's PDC is taking place this week and more details were shared with the attendees about project Oslo, an effort announced last year to drastically improve the use of models across the application lifecycle. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.dzone.com%2fnews%2ffirst-in-depth-look-at-microso"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.dzone.com%2fnews%2ffirst-in-depth-look-at-microso" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/First_In_Depth_Look_At_Microsoft_s_Oslo_And_The_M_Modeling_Language</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/First_In_Depth_Look_At_Microsoft_s_Oslo_And_The_M_Modeling_Language</guid>
      <pubDate>Thu, 06 Nov 2008 13:42:29 GMT</pubDate>
    </item>
    <item>
      <title>ScottGu:Nov 6th Links: ASP.NET, AJAX, jQuery, ASP.NET MVC, Silverlight</title>
      <description>Great collection of links. Again. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f11%2f06%2fnov-6th-links-asp-net-asp-net-ajax-jquery-asp-net-mvc-silverlight-and-wpf.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f11%2f06%2fnov-6th-links-asp-net-asp-net-ajax-jquery-asp-net-mvc-silverlight-and-wpf.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ScottGu_Nov_6th_Links_ASP_NET_AJAX_jQuery_ASP_NET_MVC_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ScottGu_Nov_6th_Links_ASP_NET_AJAX_jQuery_ASP_NET_MVC_Silverlight</guid>
      <pubDate>Thu, 06 Nov 2008 15:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Simple ASP.NET MVC Beta AJAX with jQuery!</title>
      <description>ASP.NET MVC is all the rage these days - and after Microsoft announced their partnership with the great folks over at jQuery and started shipping it - I knew I had to explore the whole AJAX experience again. I've still not played too much with the MVC framework, but I am working on switching a few projects over from WebForms - and I must say that the experience is quite different. So I've set out to do the smallest (simple) demo possible of ASP.NET MVC AJAX with jQuery - just to get (and give you) the flavor of it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.rasmuskl.dk%2fpost%2fSimple-ASPNET-MVC-Beta-AJAX-with-jQuery!.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.rasmuskl.dk%2fpost%2fSimple-ASPNET-MVC-Beta-AJAX-with-jQuery!.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Simple_ASP_NET_MVC_Beta_AJAX_with_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Simple_ASP_NET_MVC_Beta_AJAX_with_jQuery</guid>
      <pubDate>Wed, 05 Nov 2008 20:28:09 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight Unit Test Framework source code released</title>
      <description>A week ago, we gave the world the first release of the Silverlight Toolkit. Shawn Burke told you that we're agile, and that we have a neat release model. The fun continues!

Today, the source code to the Silverlight Unit Test Framework is available with the same open source license. It is checked in to the source control for the toolkit on CodePlex. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jeff.wilcox.name%2f2008%2f11%2f04%2ftest-framework-source%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jeff.wilcox.name%2f2008%2f11%2f04%2ftest-framework-source%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Unit_Test_Framework_source_code_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Unit_Test_Framework_source_code_released</guid>
      <pubDate>Tue, 04 Nov 2008 17:34:07 GMT</pubDate>
    </item>
    <item>
      <title>Creating a generic Linq to SQL ModelBinder for the ASP.NET MVC framewo</title>
      <description>How about this action method, using a Person class which is a Linq to SQL entity type. It accepts a Person object as a parameter. The Person class is a Linq to SQL entity type. It's cleaner not to use the Linq to SQL data context here! 

Using the ASP.NET MVC ModelBinder infrastructure, I am actually able to bind action method parameters to real objects, based on simple query string parameters like, in this case, id. A custom ModelBinder maps this string id to a real Person instance from my Linq to SQL DataContext. Let me show you how I've created this ModelBinder. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f10%2f30%2fCreating-a-generic-Linq-to-SQL-ModelBinder-for-the-ASPNET-MVC-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f10%2f30%2fCreating-a-generic-Linq-to-SQL-ModelBinder-for-the-ASPNET-MVC-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Creating_a_generic_Linq_to_SQL_ModelBinder_for_the_ASP_NET_MVC_framewo</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Creating_a_generic_Linq_to_SQL_ModelBinder_for_the_ASP_NET_MVC_framewo</guid>
      <pubDate>Thu, 30 Oct 2008 18:00:47 GMT</pubDate>
    </item>
    <item>
      <title>Social Timeline</title>
      <description>A slick little ASP.NET MVC + JQuery example. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbradygaster.com%2fpost%2fSocial-Timeline.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbradygaster.com%2fpost%2fSocial-Timeline.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Social_Timeline_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Social_Timeline_1</guid>
      <pubDate>Tue, 21 Oct 2008 18:32:23 GMT</pubDate>
    </item>
    <item>
      <title>CarTrackr - Sample ASP.NET MVC application</title>
      <description>Some people may have already noticed the link in my VISUG session blog post, but for those who didn't... I've released my sample application CarTrackr on CodePlex. 

CarTrackr is a sample application for the ASP.NET MVC framework using the repository pattern and dependency injection using the Unity application block. It was written for various demos in presentations done by Maarten Balliauw.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f10%2f21%2fCarTrackr-Sample-ASPNET-MVC-application.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f10%2f21%2fCarTrackr-Sample-ASPNET-MVC-application.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/CarTrackr_Sample_ASP_NET_MVC_application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/CarTrackr_Sample_ASP_NET_MVC_application</guid>
      <pubDate>Tue, 21 Oct 2008 21:32:39 GMT</pubDate>
    </item>
    <item>
      <title>Neptune (personal SMTP testing server)</title>
      <description>Neptune is a SMTP Development Server targeted for use in automated testing. It's a SMTP server that does not relay the message and allows you to query for messages and their content. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdonovanbrown.com%2fpost%2f2008%2f10%2f20%2fNeptune.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdonovanbrown.com%2fpost%2f2008%2f10%2f20%2fNeptune.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Neptune_personal_SMTP_testing_server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Neptune_personal_SMTP_testing_server</guid>
      <pubDate>Wed, 22 Oct 2008 08:46:13 GMT</pubDate>
    </item>
    <item>
      <title>Using the ASP.NET MVC ModelBinder attribute - Second part</title>
      <description>Just after the ASP.NET MVC preview 5 was released, I made a quick attempt to using the ModelBinder attribute. In short, a ModelBinder allows you to use complex objects as action method parameters, instead of just basic types like strings and integers. While my aproach was correct, it did not really cover the whole picture. So here it is: the full picture.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f10%2f02%2fUsing-the-ASPNET-MVC-ModelBinder-attribute-Second-part.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f10%2f02%2fUsing-the-ASPNET-MVC-ModelBinder-attribute-Second-part.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_the_ASP_NET_MVC_ModelBinder_attribute_Second_part</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_the_ASP_NET_MVC_ModelBinder_attribute_Second_part</guid>
      <pubDate>Thu, 02 Oct 2008 16:11:24 GMT</pubDate>
    </item>
    <item>
      <title>JQuery and ASP.NET MVC</title>
      <description>Where have I been? ;) You probably heard the news already from the GU already, but just in case, we will be shipping JQuery with Visual Studio. ASP.NET MVC will have the privilege of being one of the first products to include JQuery. I am glad we finally announced this because I got tired of stifling my mouth everytime someone suggested we just  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f09%2f30%2fjquery-and-asp.net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f09%2f30%2fjquery-and-asp.net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/JQuery_and_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/JQuery_and_ASP_NET_MVC</guid>
      <pubDate>Thu, 02 Oct 2008 15:37:24 GMT</pubDate>
    </item>
    <item>
      <title>How to Programmatically Create and Access Custom ConfigurationSections</title>
      <description>When you need to store config data in some specific format and key value pairs are not enough you can use Custom Configuration Sections as they are not complex to use (unless you need a fairly complex section) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f10%2fnet-how-to-programmatically-create-and_02.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f10%2fnet-how-to-programmatically-create-and_02.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_Programmatically_Create_and_Access_Custom_ConfigurationSections</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_Programmatically_Create_and_Access_Custom_ConfigurationSections</guid>
      <pubDate>Thu, 02 Oct 2008 12:24:29 GMT</pubDate>
    </item>
    <item>
      <title>Forms interaction with ASP.NET MVC (screencast)</title>
      <description>This screencast is a short demonstration on how you can handle form interactions using the ASP.NET MVC framework. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f09%2f17%2fForms-interaction-with-ASPNET-MVC-(screencast).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f09%2f17%2fForms-interaction-with-ASPNET-MVC-(screencast).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Forms_interaction_with_ASP_NET_MVC_screencast</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Forms_interaction_with_ASP_NET_MVC_screencast</guid>
      <pubDate>Wed, 17 Sep 2008 06:25:22 GMT</pubDate>
    </item>
    <item>
      <title>Universal Guidelines for IoC Containers</title>
      <description> ... but no absolute rules. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjimmy_bogard%2farchive%2f2008%2f09%2f12%2fsome-ioc-container-guidelines.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjimmy_bogard%2farchive%2f2008%2f09%2f12%2fsome-ioc-container-guidelines.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Universal_Guidelines_for_IoC_Containers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Universal_Guidelines_for_IoC_Containers</guid>
      <pubDate>Tue, 16 Sep 2008 17:30:40 GMT</pubDate>
    </item>
    <item>
      <title>CodePlex.Snippets</title>
      <description>CodePlex.Snippets provides the Visual C# developer with an extended set of code snippets designed to seemlessly integrate with Visual Studio 2008. Several of the snippets use features added to the C# programming language within version 3.0 of the language specification and therefore those snippets will not be supported by earlier versions of Visual Studio and the C# language compiler. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeplex.com%2fcpsnippets"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeplex.com%2fcpsnippets" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/CodePlex_Snippets</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/CodePlex_Snippets</guid>
      <pubDate>Tue, 16 Sep 2008 14:48:58 GMT</pubDate>
    </item>
    <item>
      <title>Animated Progress Bar without Images in JavaScript</title>
      <description>How to create a cool looking animated progress bar without using any images using javascript, css and html &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fanimated_progress_bar_without_images.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fanimated_progress_bar_without_images.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Animated_Progress_Bar_without_Images_in_JavaScript</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Animated_Progress_Bar_without_Images_in_JavaScript</guid>
      <pubDate>Thu, 04 Sep 2008 03:45:53 GMT</pubDate>
    </item>
    <item>
      <title>Using UpdateProgress Control Effectively</title>
      <description>UpdateProgress control provides a mechanism where we can inform user that the server side processing is still progressing. For example, we can provide a "Loading." message or an image showing the progressing of the request. This article will give you more inputs on how to use the UpdateProgress control very effectively in our projects. &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%2fASPNETAJAX%2f125_Using_UpdateProgress_Control_Effectively.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fASPNETAJAX%2f125_Using_UpdateProgress_Control_Effectively.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Using_UpdateProgress_Control_Effectively</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Using_UpdateProgress_Control_Effectively</guid>
      <pubDate>Mon, 01 Sep 2008 14:20:49 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC preview 5's AntiForgeryToken helper method and attribute</title>
      <description>The new ASP.NET MVC preview 5 featured a number of new HtmlHelper methods. One of these methods is the HtmlHelper.AntiForgeryToken.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f09%2f01%2fASPNET-MVC-preview-5s-AntiForgeryToken-helper-method-and-attribute.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f09%2f01%2fASPNET-MVC-preview-5s-AntiForgeryToken-helper-method-and-attribute.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_preview_5_s_AntiForgeryToken_helper_method_and_attribute</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_preview_5_s_AntiForgeryToken_helper_method_and_attribute</guid>
      <pubDate>Mon, 01 Sep 2008 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Using the ASP.NET MVC ModelBinder attribute</title>
      <description>ASP.NET MVC action methods can be developed using regular method parameters. In earlier versions of the ASP.NET MVC framework, these parameters were all simple types like integers, strings, booleans, . When required, a method parameter can be a complex type like a Contact with Name, Email and Message properties.

This blog post shows you how to use the ModelBinder attribute which allows ASP.NET MVC action methods to accept complex types. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f08%2f29%2fUsing-the-ASPNET-MVC-ModelBinder-attribute.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f08%2f29%2fUsing-the-ASPNET-MVC-ModelBinder-attribute.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_the_ASP_NET_MVC_ModelBinder_attribute</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_the_ASP_NET_MVC_ModelBinder_attribute</guid>
      <pubDate>Mon, 01 Sep 2008 21:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Asp.Net Session Timeout control</title>
      <description>2 Implementations for creating session timeout controls in asp.net for a better user experience &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetsurfers.com%2fBlog%2f2008%2f08%2f29%2fAspNetSessionTimeoutControl.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetsurfers.com%2fBlog%2f2008%2f08%2f29%2fAspNetSessionTimeoutControl.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Asp_Net_Session_Timeout_control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Asp_Net_Session_Timeout_control</guid>
      <pubDate>Mon, 01 Sep 2008 02:15:09 GMT</pubDate>
    </item>
    <item>
      <title>Form validation with ASP.NET MVC preview 5</title>
      <description>In earlier ASP.NET MVC previews, form validation was something that should be implemented &amp;quot;by hand&amp;quot;. Since the new ASP.NET MVC preview 5, form validation has become more handy. Let me show you how you can add validation in such a ridiculously easy manner.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f08%2f29%2fForm-validation-with-ASPNET-MVC-preview-5.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f08%2f29%2fForm-validation-with-ASPNET-MVC-preview-5.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Form_validation_with_ASP_NET_MVC_preview_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Form_validation_with_ASP_NET_MVC_preview_5</guid>
      <pubDate>Fri, 29 Aug 2008 15:31:02 GMT</pubDate>
    </item>
  </channel>
</rss>