<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by kazimanzurrashid</title>
    <description>Stories kicked by kazimanzurrashid</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>Cloudship: Membership Provider for the Cloud </title>
      <description>Planning to move to the Azure Cloud, but already tied to the Membership API? This article guides you to build a complete Membership provider library which can be leveraged by existing application to link to Microsoft's cloud platform Windows Azure with no friction. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetslackers.com%2farticles%2faspnet%2fAzure-Cloudship-Membership-Provider-for-the-Cloud.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2farticles%2faspnet%2fAzure-Cloudship-Membership-Provider-for-the-Cloud.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Cloudship_Membership_Provider_for_the_Cloud</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Cloudship_Membership_Provider_for_the_Cloud</guid>
      <pubDate>Thu, 13 Nov 2008 07:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Partial Output Caching in ASP.NET MVC</title>
      <description>Unfortunately, the [OutputCache] filter that ships with ASP.NET MVC is merely a thin wrapper around ASP.NET output caching. The MVC team have explained that they're aware of the issues, but it's very difficult to make ASP.NET output caching fit into MVC's design, and they are focusing on other things first.
We can quite easily create a new caching filter that captures actions' output and uses ASP.NET's data caching facility to store it for next time. This filter will fit properly into the MVC pipeline, not strangely bypassing authorization or other earlier filters (it will run at the right time in whatever ordered set of filters you've using).
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.codeville.net%2f2008%2f10%2f15%2fpartial-output-caching-in-aspnet-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2008%2f10%2f15%2fpartial-output-caching-in-aspnet-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Partial_Output_Caching_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Partial_Output_Caching_in_ASP_NET_MVC</guid>
      <pubDate>Mon, 20 Oct 2008 03:16:06 GMT</pubDate>
    </item>
    <item>
      <title>Fluent hierarchical construction</title>
      <description>Building a hierarchy of objects doesn't happen that often in code, but when it does, it can get pretty ugly.  Most of the time, the hierarchy will come out of the database.  Recently, we had a hierarchy that needed to be built straight in code.  We had something like this going on: &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%2f10%2f15%2ffluent-hierarchical-construction.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%2f10%2f15%2ffluent-hierarchical-construction.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Fluent_hierarchical_construction</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Fluent_hierarchical_construction</guid>
      <pubDate>Thu, 16 Oct 2008 10:57:53 GMT</pubDate>
    </item>
    <item>
      <title>LightSpeed 2.1 Released - includes new search API</title>
      <description>LightSpeed 2.1, the performance minded object relational mapping framework, is fresh from the oven with new features like database independent full text search capabilities using Lucene.Net, Visual Studio integrated designer enhancements and a bundle of other new features. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2008%2f10%2f15%2flightspeed-21-released%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2008%2f10%2f15%2flightspeed-21-released%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/LightSpeed_2_1_Released_includes_new_search_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/LightSpeed_2_1_Released_includes_new_search_API</guid>
      <pubDate>Thu, 16 Oct 2008 16:01:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.net MVC goes Beta</title>
      <description>Hot on the heels of Silverlight, MVC is out of preview and into Beta today. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3ffamilyid%3da24d1e00-cd35-4f66-baa0-2362bdde0766%26displaylang%3den%26tm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3ffamilyid%3da24d1e00-cd35-4f66-baa0-2362bdde0766%26displaylang%3den%26tm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_net_MVC_goes_Beta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_net_MVC_goes_Beta</guid>
      <pubDate>Thu, 16 Oct 2008 11:31:05 GMT</pubDate>
    </item>
    <item>
      <title>Combining independent widgets on ASP.NET MVC pages</title>
      <description>As great as ASP.NET MVC is, it doesn't have such an easy way to set up reusable controls or &amp;quot;widgets&amp;quot;. Steven Sanderson explains a technique similar to MVC Contrib's &amp;quot;subcontrollers&amp;quot;, but much simpler. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.codeville.net%2f2008%2f10%2f14%2fpartial-requests-in-aspnet-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2008%2f10%2f14%2fpartial-requests-in-aspnet-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Combining_independent_widgets_on_ASP_NET_MVC_pages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Combining_independent_widgets_on_ASP_NET_MVC_pages</guid>
      <pubDate>Mon, 20 Oct 2008 04:46:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET website Continuous Integration+Deployment using CruiseControl.</title>
      <description>You can setup continuous integration and automated deployment for your web application using CruiseControl.NET, Subversion, MSBuild and Robocopy. I will show you how you can automatically build the entire solution, email build report to developers and QA, deploy latest code in IIS all using CruiseControl.NET every N minutes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2008%2f10%2f06%2fasp-net-website-continuous-integration-deployment-using-cruisecontrol-net-subversion-msbuild-and-robocopy.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2008%2f10%2f06%2fasp-net-website-continuous-integration-deployment-using-cruisecontrol-net-subversion-msbuild-and-robocopy.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/ASP_NET_website_Continuous_Integration_Deployment_using_CruiseControl</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/ASP_NET_website_Continuous_Integration_Deployment_using_CruiseControl</guid>
      <pubDate>Tue, 07 Oct 2008 05:31:04 GMT</pubDate>
    </item>
    <item>
      <title>Best practices for creating websites in IIS 6</title>
      <description>A list of steps that I always take while creating ASP.NET websites in IIS 6. It ensures better performance maintainability, and scalability of your application.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2008%2f10%2f04%2fbest-practices-for-creating-websites-in-iis-6-0.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2008%2f10%2f04%2fbest-practices-for-creating-websites-in-iis-6-0.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Best_practices_for_creating_websites_in_IIS_6</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Best_practices_for_creating_websites_in_IIS_6</guid>
      <pubDate>Mon, 06 Oct 2008 04:46:02 GMT</pubDate>
    </item>
    <item>
      <title>IServiceLocator a step toward IoC container / Service locator detente</title>
      <description>Today we launched an exciting project on CodePlex, namely the Common Service Locator library. What is it? It's a shared interface that applications and frameworks can reference in order to leverage IoC containers / service location mechanisms without taking hard dependencies.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fglenn.block%2farchive%2f2008%2f10%2f02%2fiservicelocator-a-step-toward-ioc-container-service-locator-detente.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fglenn.block%2farchive%2f2008%2f10%2f02%2fiservicelocator-a-step-toward-ioc-container-service-locator-detente.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/IServiceLocator_a_step_toward_IoC_container_Service_locator_detente</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/IServiceLocator_a_step_toward_IoC_container_Service_locator_detente</guid>
      <pubDate>Fri, 03 Oct 2008 16:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Separate Assemblies != Loose Coupling</title>
      <description>read and learn &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2008%2f09%2f30%2fseparate-assemblies-loose-coupling.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2008%2f09%2f30%2fseparate-assemblies-loose-coupling.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Separate_Assemblies_Loose_Coupling</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Separate_Assemblies_Loose_Coupling</guid>
      <pubDate>Wed, 01 Oct 2008 06:16:07 GMT</pubDate>
    </item>
    <item>
      <title>Unit Testing Coming to a Workflow Near You</title>
      <description>If you've been working with Windows Workflow, you'll find it has some cool features for orchestration, long running operations, state machines, etc.

However you won't find very much support for Test Driven Development (TDD) or unit testing in general. In fact the architecture that makes Windows Workflow powerful (strict separation of workflow, activities, and the host for example) really gets in the way of unit test. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.michaelckennedy.net%2fblog%2f2008%2f09%2f30%2fUnitTestingComingToAWorkflowNearYou.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.michaelckennedy.net%2fblog%2f2008%2f09%2f30%2fUnitTestingComingToAWorkflowNearYou.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wwf/Unit_Testing_Coming_to_a_Workflow_Near_You</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wwf/Unit_Testing_Coming_to_a_Workflow_Near_You</guid>
      <pubDate>Wed, 01 Oct 2008 01:05:27 GMT</pubDate>
    </item>
    <item>
      <title>Custom jQuery Selector for ASP.NET WebForms</title>
      <description>My quest for a better way to select ASP.NET auto-generated IDs with jQuery. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjohn-sheehan.com%2fblog%2findex.php%2fcustom-jquery-selector-for-aspnet-webforms%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjohn-sheehan.com%2fblog%2findex.php%2fcustom-jquery-selector-for-aspnet-webforms%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Custom_jQuery_Selector_for_ASP_NET_WebForms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Custom_jQuery_Selector_for_ASP_NET_WebForms</guid>
      <pubDate>Mon, 06 Oct 2008 06:16:13 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 23:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Building an ASP.NET MVC sitemap provider with security trimming</title>
      <description>If you have been using the ASP.NET MVC framework, you possibly have been searching for something like the classic ASP.NET sitemap. After you've played with it, you even found it useful! But not really flexible and easy to map to routes and controllers. 

In this post, Maarten describes how to build a custom sitemap provider which uses ASP.NET MVC route data and AuthorizeAttribute to render MCS sitemap data with security trimming enabled! &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%2fBuilding-an-ASPNET-MVC-sitemap-provider-with-security-trimming.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f08%2f29%2fBuilding-an-ASPNET-MVC-sitemap-provider-with-security-trimming.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Building_an_ASP_NET_MVC_sitemap_provider_with_security_trimming</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Building_an_ASP_NET_MVC_sitemap_provider_with_security_trimming</guid>
      <pubDate>Sat, 30 Aug 2008 01:46:13 GMT</pubDate>
    </item>
    <item>
      <title>IPhone UI with Silverlight 2 beta 2</title>
      <description>It's been quite a while since Microsoft has introduced the Beta 2 release of Silverlight. There are plenty of Silverlight enthusiasts who are passionate about this cross-platform browser application programming. They've already given us some useful and eye catching applications. Some applications have given us the feel that this is the future of web programming. I'm a great follower of WPF. In fact I've always been and will be. Silverlight has many things in common with WPF but also many different things missing, being a subset of WPF. For the last couple of days I was thinking about creating some eye-catching, innovative user interface but something common, something people have already seen. The idea was converting an existing user interface which was written using another platform, and of course using WPF. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fsilverlight%2fIPhone-UI-with-Silverlight-2-beta-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fsilverlight%2fIPhone-UI-with-Silverlight-2-beta-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/IPhone_UI_with_Silverlight_2_beta_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/IPhone_UI_with_Silverlight_2_beta_2</guid>
      <pubDate>Sat, 30 Aug 2008 18:16:16 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate 2.0 is out</title>
      <description>Directly from the blog of Ayende, NHibernate 2.0 is out!! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f08%2f23%2fNHibernate-2.0-Final-is-out.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f08%2f23%2fNHibernate-2.0-Final-is-out.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/NHibernate_2_0_is_out</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/NHibernate_2_0_is_out</guid>
      <pubDate>Sun, 24 Aug 2008 19:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Roland WeigeIt's GhostDoc for Visual Studio</title>
      <description>I have been using Roland WeigeIt's GhostDoc 2.1.3 for both Visual Studio 2005 and 2008 for about six months, and I am hooked. Here's a quick tutorial to get up and running with this free tool. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.alvinashcraft.com%2f2008%2f08%2f23%2froland-weigelts-ghostdoc-for-visual-studio%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.alvinashcraft.com%2f2008%2f08%2f23%2froland-weigelts-ghostdoc-for-visual-studio%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Roland_WeigeIt_s_GhostDoc_for_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Roland_WeigeIt_s_GhostDoc_for_Visual_Studio</guid>
      <pubDate>Sun, 24 Aug 2008 23:31:12 GMT</pubDate>
    </item>
    <item>
      <title>Contact Form + Request.UserHostAddress = Country/State</title>
      <description>A simple way to determine a users Country[State] using their Request.UserHostAddress.  Can be handing in contact form data. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.fencerowproductions.com%2ffrp%2fpost%2fContact-Form-2b-RequestUserHostAddress-3d-Country-State.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.fencerowproductions.com%2ffrp%2fpost%2fContact-Form-2b-RequestUserHostAddress-3d-Country-State.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Contact_Form_Request_UserHostAddress_Country_State</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Contact_Form_Request_UserHostAddress_Country_State</guid>
      <pubDate>Sun, 24 Aug 2008 01:43:47 GMT</pubDate>
    </item>
    <item>
      <title>Create a Vista-Style File Size Formatter Using C#</title>
      <description>When copying files, Microsoft Windows Vista shows a dialog box that indicates the size of the remaining items to be processed and the copying speed. The values are formatted with three significant figures. This article explains how to recreate this style. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackwasp.co.uk%2fFileSizeFormatter.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fFileSizeFormatter.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Create_a_Vista_Style_File_Size_Formatter_Using_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Create_a_Vista_Style_File_Size_Formatter_Using_C</guid>
      <pubDate>Sun, 24 Aug 2008 00:08:35 GMT</pubDate>
    </item>
    <item>
      <title>New ASP.NET MVC Videos and Tutorials</title>
      <description>15 new ASP.NET MVC videos were just published at the http://www.ASP.net/mvc website. The first 10 videos are basic tutorials on the ASP.NET MVC framework. If you haven't had a chance to play with ASP.NET MVC yet, these tutorials are a great introduction.

The second set of 5 videos is part of an ongoing video series: ASP.NET MVC Pair Programming. In these videos, I pair with a prominent community expert to build an entire ASP.NET MVC application from start to finish (because of time constraints - a very, very simple application). The goal is to emphasize the process of building a web application instead of the product.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fstephenwalther%2farchive%2f2008%2f08%2f21%2fnew-asp-net-mvc-videos-and-tutorials.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fstephenwalther%2farchive%2f2008%2f08%2f21%2fnew-asp-net-mvc-videos-and-tutorials.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/New_ASP_NET_MVC_Videos_and_Tutorials</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/New_ASP_NET_MVC_Videos_and_Tutorials</guid>
      <pubDate>Sat, 23 Aug 2008 04:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Localize text in JavaScript files in ASP.NET</title>
      <description>Shows a very simple and powerful way of serving .js files with the right localized text strings. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fLocalize-text-in-JavaScript-files-in-ASPNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fLocalize-text-in-JavaScript-files-in-ASPNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Localize_text_in_JavaScript_files_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Localize_text_in_JavaScript_files_in_ASP_NET</guid>
      <pubDate>Sat, 23 Aug 2008 04:46:10 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Futures: Generating Dynamic Images w/ HttpHandlers Gets Easier</title>
      <description>I've done a lot of HttpHandlers that generate images. It's usually pretty tedious. When I was working banking, I wrote an example HttpHandler that would take two Check Images (back and front) and composite them into a single image on the server side, then serving up the composite. Usually you're messing around in with MemoryStreams and Images, and then you serialize the result out to the Response.OutputStream, making sure the MIME Types are set appropriately. If you're really clever, you'll remember to do some client-side and appropriate caching, but I rarely see that in the wild.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fASPNETFuturesGeneratingDynamicImagesWithHttpHandlersGetsEasier.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fASPNETFuturesGeneratingDynamicImagesWithHttpHandlersGetsEasier.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Futures_Generating_Dynamic_Images_w_HttpHandlers_Gets_Easier</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Futures_Generating_Dynamic_Images_w_HttpHandlers_Gets_Easier</guid>
      <pubDate>Sun, 24 Aug 2008 17:31:12 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Tip: Split Views</title>
      <description>There are a couple of ways to get a split view in Visual Studio.  Both are incredible time savers that I use daily.  The first is one that most developers will be aware of, but the second seems to be one that many do not seem to know about. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kevinwilliampang.com%2fpost%2fVisual-Studio-Split-Views.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kevinwilliampang.com%2fpost%2fVisual-Studio-Split-Views.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Visual_Studio_Tip_Split_Views</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Visual_Studio_Tip_Split_Views</guid>
      <pubDate>Wed, 20 Aug 2008 04:01:08 GMT</pubDate>
    </item>
    <item>
      <title>Clone Detective for Visual Studio</title>
      <description>Clone Detective is a Visual Studio integration that allows you to analyze C# projects for source code that is duplicated somewhere else. Having duplicates can easily lead to inconsistencies and often is an indicator for poorly factored code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeplex.com%2fCloneDetectiveVS"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeplex.com%2fCloneDetectiveVS" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Clone_Detective_for_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Clone_Detective_for_Visual_Studio</guid>
      <pubDate>Wed, 20 Aug 2008 03:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Exception handling with Action Filters in Asp.Net MVC</title>
      <description>A short screen cast on exception handling with Action Filters in Asp.Net MVC.  We will create a custom Action Filter and have it perform our exception handling logic. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f37"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f37" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Exception_handling_with_Action_Filters_in_Asp_Net_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Exception_handling_with_Action_Filters_in_Asp_Net_MVC</guid>
      <pubDate>Wed, 20 Aug 2008 01:01:03 GMT</pubDate>
    </item>
  </channel>
</rss>