<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by dawtips</title>
    <description>Stories kicked by dawtips</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>When to Use URL Mapping in ASP.NET</title>
      <description>I saw a question on the ASP.NET forums on when to use or what is URL Mapping good for. This is a very good question, especially for newbies to the ASP.NET paradigm. This article explains the basics of URL Mapping in ASP.NET &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fprofessionalaspnet.com%2farchive%2f2008%2f02%2f20%2fWhen-to-Use-URL-Mapping-in-ASP.NET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fprofessionalaspnet.com%2farchive%2f2008%2f02%2f20%2fWhen-to-Use-URL-Mapping-in-ASP.NET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/When_to_Use_URL_Mapping_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/When_to_Use_URL_Mapping_in_ASP_NET</guid>
      <pubDate>Thu, 21 Feb 2008 01:47:34 GMT</pubDate>
    </item>
    <item>
      <title>Put Down the XmlNode and Step Away From the StringBuilder</title>
      <description>Demonstrates the easiest way of generating and parsing Xml available in the .net framework. No more XmlNodes and no more CleanStringForXml custom utility functions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.vonsharp.net%2fPutDownTheXmlNodeAndStepAwayFromTheStringBuilder.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.vonsharp.net%2fPutDownTheXmlNodeAndStepAwayFromTheStringBuilder.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Put_Down_the_XmlNode_and_Step_Away_From_the_StringBuilder</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Put_Down_the_XmlNode_and_Step_Away_From_the_StringBuilder</guid>
      <pubDate>Tue, 12 Feb 2008 16:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Getting JavaScript and ASP.NET talking (outisde of AJAX)</title>
      <description>How do you get your server-side properties set in you JavaScript objects? A review of some of the options, focusing on the ASP.NET AJAX ScriptControl. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2008%2f02%2f10%2fgetting-javascript-and-asp-net-talking-outside-of-ajax.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2008%2f02%2f10%2fgetting-javascript-and-asp-net-talking-outside-of-ajax.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Getting_JavaScript_and_ASP_NET_talking_outisde_of_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Getting_JavaScript_and_ASP_NET_talking_outisde_of_AJAX</guid>
      <pubDate>Mon, 11 Feb 2008 15:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Getting Clueful: 7 Things CIOs Should Know About Agile Development</title>
      <description>Agile methodologies for software projects can help organizations create better software faster. Yeah, yeah, you've heard that before. Here, experienced programmers explain the key ingredients to make those goals achievable.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.cio.com%2farticle%2f180402"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.cio.com%2farticle%2f180402" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Getting_Clueful_7_Things_CIOs_Should_Know_About_Agile_Development</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Getting_Clueful_7_Things_CIOs_Should_Know_About_Agile_Development</guid>
      <pubDate>Wed, 06 Feb 2008 22:41:35 GMT</pubDate>
    </item>
    <item>
      <title>How to use delegates to remove duplicated code</title>
      <description>Sometimes you have duplicated code, that is not easy to remove with "ordinary" coding approaches. Think about the following example. You have two or more methods that needs to be encapsulated with try-catch blocks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjachman.wordpress.com%2f2008%2f02%2f06%2fhow-to-use-delegates-to-remove-duplicated-code%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjachman.wordpress.com%2f2008%2f02%2f06%2fhow-to-use-delegates-to-remove-duplicated-code%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_use_delegates_to_remove_duplicated_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_use_delegates_to_remove_duplicated_code</guid>
      <pubDate>Thu, 07 Feb 2008 01:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Inside Vista SP1's File Copy improvements</title>
      <description>Mark Russinovich: &amp;quot;Windows Vista SP1 includes a number of enhancements over the original Vista release in the areas of application compatibility, device support, power management, security and reliability.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.technet.com%2fmarkrussinovich%2farchive%2f2008%2f02%2f04%2f2826167.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.technet.com%2fmarkrussinovich%2farchive%2f2008%2f02%2f04%2f2826167.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vista/Inside_Vista_SP1_s_File_Copy_improvements</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vista/Inside_Vista_SP1_s_File_Copy_improvements</guid>
      <pubDate>Fri, 08 Feb 2008 04:31:02 GMT</pubDate>
    </item>
    <item>
      <title>.Net Performance Optimizations</title>
      <description>There are some good ones in here. Keeping javascript business logic off the client-side and on the server side... caching AJAX requests... etc. &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%2fSevenWaysToDoPerformanceOptimizationOfAnASPNET35Web20Portal.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2farticles%2faspnet%2fSevenWaysToDoPerformanceOptimizationOfAnASPNET35Web20Portal.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Net_Performance_Optimizations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Net_Performance_Optimizations</guid>
      <pubDate>Thu, 07 Feb 2008 06:01:02 GMT</pubDate>
    </item>
    <item>
      <title>10 ASP.NET Performance and Scalability Secrets</title>
      <description>ASP.NET 2.0 has many secrets, when revealed, can give you big performance and scalability boost. For instance, there are secret bottlenecks in Membership and Profile provider which can be solved easily to make authentication and authorization faster. Furthermore, ASP.NET Http pipeline can be tweaked to avoid executing unnecessary code that gets hit on each and every request... &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%2faspnet%2f10ASPNetPerformance.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2faspnet%2f10ASPNetPerformance.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/10_ASP_NET_Performance_and_Scalability_Secrets</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/10_ASP_NET_Performance_and_Scalability_Secrets</guid>
      <pubDate>Thu, 31 Jan 2008 16:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Something you probably don't know about enums in C#</title>
      <description>Do you think the use of an enum in your code is limiting the possible values that can be used? Think again. Maybe we need to learn to be more careful about checking our enums for valid values. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.spontaneouspublicity.com%2f2008%2f01%2f28%2fc-enum-craziness%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.spontaneouspublicity.com%2f2008%2f01%2f28%2fc-enum-craziness%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Something_you_probably_don_t_know_about_enums_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Something_you_probably_don_t_know_about_enums_in_C</guid>
      <pubDate>Mon, 28 Jan 2008 19:31:02 GMT</pubDate>
    </item>
    <item>
      <title>10 Tips for writing high performance ASP.NET apps</title>
      <description>This article discusses:
Common ASP.NET performance myths. 
Useful performance tips and tricks for ASP.NET. 
Suggestions for working with a database from ASP.NET. 
Caching and background processing with ASP.NET  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn.microsoft.com%2fmsdnmag%2fissues%2f05%2f01%2fASPNETPerformance%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn.microsoft.com%2fmsdnmag%2fissues%2f05%2f01%2fASPNETPerformance%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/10_Tips_for_writing_high_performance_ASP_NET_apps</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/10_Tips_for_writing_high_performance_ASP_NET_apps</guid>
      <pubDate>Tue, 15 Jan 2008 05:37:36 GMT</pubDate>
    </item>
    <item>
      <title>The Stopwatch Class</title>
      <description>Stop using DateTime to time long sections of code. The 2.0 framework introduced the System.Diagnostics.Stopwatch class to do the dirty work for you. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.alteridem.net%2f2008%2f01%2f14%2fthe-stopwatch-class-in-net%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.alteridem.net%2f2008%2f01%2f14%2fthe-stopwatch-class-in-net%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/The_Stopwatch_Class</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/The_Stopwatch_Class</guid>
      <pubDate>Tue, 15 Jan 2008 12:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Free Professional Diff Tool from SourceGear</title>
      <description>DiffMerge is a polished product for side-by-side comparison (and merging) of files. It highlights changes within the lines and has many of configuration options. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fkencox%2farchive%2f2008%2f01%2f12%2ffree-professional-diff-tool-from-sourcegear.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fkencox%2farchive%2f2008%2f01%2f12%2ffree-professional-diff-tool-from-sourcegear.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Free_Professional_Diff_Tool_from_SourceGear</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Free_Professional_Diff_Tool_from_SourceGear</guid>
      <pubDate>Mon, 14 Jan 2008 17:16:07 GMT</pubDate>
    </item>
    <item>
      <title>How to check email works with no SMTP</title>
      <description>Testing code that sends email has always been a pain. You had to set up a SMTP service just to test that your .NET application sends the e-mail correctly... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnettipoftheday.org%2ftips%2fsmtp-delivery-method-SpecifiedPickupDirectory.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnettipoftheday.org%2ftips%2fsmtp-delivery-method-SpecifiedPickupDirectory.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_to_check_email_works_with_no_SMTP</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_to_check_email_works_with_no_SMTP</guid>
      <pubDate>Wed, 09 Jan 2008 00:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Introducing SPDeploy</title>
      <description>SPDeploy is a tool that allows developers to create SharePoint customizations inside Visual Studio, then package and deploy those changes to a remote SharePoint server. With SPDeploy you can create a project that contains SharePoint customizations and deploy those customizations to a remote SharePoint server in 10 minutes or less. SPDeploy consists of an MSBuild extension and a Visual Studio Project template. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ascentium.com%2fblog%2fsp%2fPost29.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ascentium.com%2fblog%2fsp%2fPost29.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Introducing_SPDeploy_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Introducing_SPDeploy_1</guid>
      <pubDate>Mon, 07 Jan 2008 22:04:57 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight SEO (Search Engine Optimisation / Optimization)</title>
      <description>This is a blog post of my own making talking about Silverlight and Search Engine optimisation and a test I conducted on the site http://www.silverlightseo.net on the 30th of December. The test page got indexed and now ranks at number 2 for the search term silverlight seo on google. This post describes the results and the approach. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjmandia%2farchive%2f2008%2f01%2f04%2fsilverlight-seo-search-engine-optimisation-optimization.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjmandia%2farchive%2f2008%2f01%2f04%2fsilverlight-seo-search-engine-optimisation-optimization.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_SEO_Search_Engine_Optimisation_Optimization</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_SEO_Search_Engine_Optimisation_Optimization</guid>
      <pubDate>Fri, 04 Jan 2008 00:54:07 GMT</pubDate>
    </item>
    <item>
      <title>Create Web Sites+Services with ASP.NET MVC</title>
      <description>An example library that shows how, with one line of code and a few conventions, your ASP.NET web site can instantly serve up HTML, POX, or JSON.
Very cool! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aaronlerch.com%2fblog%2f2008%2f01%2f01%2funifying-web-sites-and-web-services-with-the-aspnet-mvc-framework%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aaronlerch.com%2fblog%2f2008%2f01%2f01%2funifying-web-sites-and-web-services-with-the-aspnet-mvc-framework%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Create_Web_Sites_Services_with_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Create_Web_Sites_Services_with_ASP_NET_MVC</guid>
      <pubDate>Wed, 02 Jan 2008 19:31:03 GMT</pubDate>
    </item>
    <item>
      <title>HttpHandlers</title>
      <description>A pretty useable article on how to use HTTP Handlers and why not. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2006%2f05%2f24%2f145397.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2006%2f05%2f24%2f145397.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/HttpHandlers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/HttpHandlers</guid>
      <pubDate>Thu, 27 Dec 2007 01:31:02 GMT</pubDate>
    </item>
    <item>
      <title>MVC: ViewData vs TempData</title>
      <description>How do I pass data to a view when using RedirectToAction? TempData. Find out more about how TempData works and how it is different than ViewData. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.squaredroot.com%2fpost%2f2007%2f12%2fMVC-ViewData-vs-TempData.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.squaredroot.com%2fpost%2f2007%2f12%2fMVC-ViewData-vs-TempData.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/MVC_ViewData_vs_TempData</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/MVC_ViewData_vs_TempData</guid>
      <pubDate>Thu, 20 Dec 2007 21:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Better Management of the Session Object</title>
      <description>The Session object is extensively used for many projects, but it is often misused to the point of becoming unwieldy if it isn't appropriately managed. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetyuppie.com%2f2007%2f12%2f19%2fbetter-management-of-the-session-object%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetyuppie.com%2f2007%2f12%2f19%2fbetter-management-of-the-session-object%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Better_Management_of_the_Session_Object</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Better_Management_of_the_Session_Object</guid>
      <pubDate>Wed, 19 Dec 2007 22:12:14 GMT</pubDate>
    </item>
    <item>
      <title>Removing the cache ability of a page in the browser even on back butto</title>
      <description>Many a times we do not want browser to show data from cache. For example when user hits the back button of the browser, the browser shows the last page from the cache and does not make a post back to the server. (This is why when some one clicks on the back button of the browser the system looks so fast). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.vikramlakhotia.com%2fRemoving_the_cache_ability_of_a_page_in_the_browser_even_on_back_button_click.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.vikramlakhotia.com%2fRemoving_the_cache_ability_of_a_page_in_the_browser_even_on_back_button_click.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Removing_the_cache_ability_of_a_page_in_the_browser_even_on_back_butto</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Removing_the_cache_ability_of_a_page_in_the_browser_even_on_back_butto</guid>
      <pubDate>Wed, 19 Dec 2007 10:10:27 GMT</pubDate>
    </item>
    <item>
      <title>How To: Validation Using ASP.NET MVC</title>
      <description>Validation using ASP.NET MVC. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.danielroot.com%2f2007%2f12%2fhow-to-validation-using-aspnet-mvc.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.danielroot.com%2f2007%2f12%2fhow-to-validation-using-aspnet-mvc.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_To_Validation_Using_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_To_Validation_Using_ASP_NET_MVC</guid>
      <pubDate>Fri, 14 Dec 2007 10:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Best C# Blogs</title>
      <description>What makes a C# blog good?  Pretty much the same thing that makes any blog good, but with a focus on C#, of course.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devtopics.com%2fbest-c-blogs%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devtopics.com%2fbest-c-blogs%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Best_C_Blogs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Best_C_Blogs</guid>
      <pubDate>Wed, 12 Dec 2007 21:01:05 GMT</pubDate>
    </item>
    <item>
      <title>Force HTTPS on all requests, HttpModule</title>
      <description>Sometimes we have websites that are strictly HTTPS. No files whatsoever are served up through HTTP. We want our users to only access the HTTPS portion of our website but we dont want them to remember &amp;quot;https://&amp;quot; blah blah blah. Honestly, who really wants to type all of that anyway? No one. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.donnfelker.com%2f2007%2f02%2f02%2fForceHTTPSOnAllRequestsHttpModule.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.donnfelker.com%2f2007%2f02%2f02%2fForceHTTPSOnAllRequestsHttpModule.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Force_HTTPS_on_all_requests_HttpModule</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Force_HTTPS_on_all_requests_HttpModule</guid>
      <pubDate>Wed, 05 Dec 2007 13:22:01 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight in Live Action at Microsoft</title>
      <description>The new Microsoft Downloads Center is built using SilverLight. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpreview.microsoft.com%2fdownloads%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpreview.microsoft.com%2fdownloads%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_in_Live_Action_at_Microsoft</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_in_Live_Action_at_Microsoft</guid>
      <pubDate>Sun, 02 Dec 2007 21:06:33 GMT</pubDate>
    </item>
    <item>
      <title>Restrict Dimensions While Uploading Images With The FileUpload Control</title>
      <description>The absolute easiest way to upload files to your server while enforcing some dimension rules. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetdiscussion.net%2f2007%2f11%2f27%2faspnet-restrict-dimensions-while-uploading-images-with-the-fileupload-control%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetdiscussion.net%2f2007%2f11%2f27%2faspnet-restrict-dimensions-while-uploading-images-with-the-fileupload-control%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Restrict_Dimensions_While_Uploading_Images_With_The_FileUpload_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Restrict_Dimensions_While_Uploading_Images_With_The_FileUpload_Control</guid>
      <pubDate>Tue, 27 Nov 2007 17:59:48 GMT</pubDate>
    </item>
  </channel>
</rss>