<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by btb73</title>
    <description>Stories kicked by btb73</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>Git, SSH, PuTTY, GitHub, Unfuddle, the kitchen sink</title>
      <description>After reading a good number of the guides for getting Git/ GitHub/ Unfuddle working correctly in Windows, I finally got it sorted out. I had to use a bunch of things I had not used before so I realized it's probably a good idea to share my findings, hoping to help someone else (and maybe myself again) in the future.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fsergio_pereira%2farchive%2f2009%2f05%2f06%2fgit-ssh-putty-github-unfuddle-the-kitchen-sink.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fsergio_pereira%2farchive%2f2009%2f05%2f06%2fgit-ssh-putty-github-unfuddle-the-kitchen-sink.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Git_SSH_PuTTY_GitHub_Unfuddle_the_kitchen_sink</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Git_SSH_PuTTY_GitHub_Unfuddle_the_kitchen_sink</guid>
      <pubDate>Fri, 08 May 2009 02:31:03 GMT</pubDate>
    </item>
    <item>
      <title>More ASP.NET MVC Best Practices</title>
      <description>In this post, I'll share some of the best practices and guidelines which I have come across while developing ASP.NET MVC web applications. I will not cover all best practices that are available, instead add some specific things that have not been mentioned in any blog post out there.

Existing best practices can be found on Kazi Manzur Rashid's blog and Simone Chiaretta's blog. &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%2f2009%2f05%2f06%2fMore-ASPNET-MVC-Best-Practices.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f05%2f06%2fMore-ASPNET-MVC-Best-Practices.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/More_ASP_NET_MVC_Best_Practices</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/More_ASP_NET_MVC_Best_Practices</guid>
      <pubDate>Wed, 06 May 2009 21:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Using Obscure Windows COM APIs in .NET</title>
      <description>A lot of the new Windows Vista and Windows 7 APIs are exposed via COM. Here's a simple introduction for how to use them when no wrappers are available. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.moserware.com%2f2009%2f04%2fusing-obscure-windows-com-apis-in-net.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moserware.com%2f2009%2f04%2fusing-obscure-windows-com-apis-in-net.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Using_Obscure_Windows_COM_APIs_in_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Using_Obscure_Windows_COM_APIs_in_NET</guid>
      <pubDate>Sat, 25 Apr 2009 00:16:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC and the Managed Extensibility Framework (MEF)</title>
      <description>Microsoft's Managed Extensibility Framework (MEF) is a .NET library (released on CodePlex) that enables greater re-use of application components. You can do this by dynamically composing your application based on a set of classes and methods that can be combined at runtime. Think of it like building an appliation that can host plugins, which in turn can also be composed of different plugins. Since examples say a thousand times more than text, let's go ahead with a sample leveraging MEF in an ASP.NET MVC web application. &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%2f2009%2f04%2f21%2fASPNET-MVC-and-the-Managed-Extensibility-Framework-(MEF).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f04%2f21%2fASPNET-MVC-and-the-Managed-Extensibility-Framework-(MEF).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_and_the_Managed_Extensibility_Framework_MEF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_and_the_Managed_Extensibility_Framework_MEF</guid>
      <pubDate>Tue, 21 Apr 2009 22:46:14 GMT</pubDate>
    </item>
    <item>
      <title>Using AutoMapper to map view models in ASP.NET MVC</title>
      <description>Mapping code between Domain Models and Data Transfer Objects/Presentation Models is often boring and tedious to write, so when I first read about AutoMapper it triggered my interest. This post takes a first look at AutoMapper, and show how it can be used to map a complex domain model to a view model in an ASP.NET MVC application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bengtbe.com%2fblog%2fpost%2f2009%2f04%2f14%2fUsing-AutoMapper-to-map-view-models-in-ASPNET-MVC.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bengtbe.com%2fblog%2fpost%2f2009%2f04%2f14%2fUsing-AutoMapper-to-map-view-models-in-ASPNET-MVC.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_AutoMapper_to_map_view_models_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_AutoMapper_to_map_view_models_in_ASP_NET_MVC</guid>
      <pubDate>Mon, 20 Apr 2009 16:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Novell's Mono brings SIMD support to C#</title>
      <description>Parallel programming is not just about multi-threading and multi-core. There's also a lot of power in the SIMD (Single Instruction Multiple Data) extended instruction set available in most modern microprocessors from Intel and AMD. From Dr Dobb's Go Parallel blog. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ddj.com%2fgo-parallel%2fblog%2farchives%2f2009%2f04%2fnovells_mono_br.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ddj.com%2fgo-parallel%2fblog%2farchives%2f2009%2f04%2fnovells_mono_br.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mono/Novell_s_Mono_brings_SIMD_support_to_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mono/Novell_s_Mono_brings_SIMD_support_to_C</guid>
      <pubDate>Wed, 08 Apr 2009 23:31:21 GMT</pubDate>
    </item>
    <item>
      <title>.Net RIA Services - Hello World</title>
      <description>This article will focus on building a simple Hello World application and explain the use of the domain service and the generated code on the client side. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhatim.indexdev.net%2f2009%2f03%2f31%2fnet-ria-service-hello-world%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhatim.indexdev.net%2f2009%2f03%2f31%2fnet-ria-service-hello-world%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Net_RIA_Services_Hello_World</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Net_RIA_Services_Hello_World</guid>
      <pubDate>Wed, 01 Apr 2009 04:46:24 GMT</pubDate>
    </item>
    <item>
      <title>Exponentially Improve Performance to Start ASP.net 2.0, 3.0, 3.5 Debug</title>
      <description>Stop the waiting when debugging your ASP.Net Web Applications!  Here's a complete RAM Disk solution to save your sanity. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fit.toolbox.com%2fblogs%2fpaytonbyrd%2fexponentially-improve-performance-to-start-aspnet-20-30-35-debugger-30364"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fit.toolbox.com%2fblogs%2fpaytonbyrd%2fexponentially-improve-performance-to-start-aspnet-20-30-35-debugger-30364" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Exponentially_Improve_Performance_to_Start_ASP_net_2_0_3_0_3_5_Debug</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Exponentially_Improve_Performance_to_Start_ASP_net_2_0_3_0_3_5_Debug</guid>
      <pubDate>Fri, 06 Mar 2009 19:46:05 GMT</pubDate>
    </item>
    <item>
      <title>Creating RSS Feeds Using ASP.NET 3.5</title>
      <description>&amp;quot;We wanted to have an RSS feed so customers could keep up to date with new or recently updated Dovetail Knowledge Base articles. My personal mental gate was that I really didn't want to try to figure out how to properly create an RSS or Atom feed and I didn't want to bother with complex heavy handed frameworks like Argotic. Then one day Josh introduced me to the System.ServiceModel.Syndication namespace (introduced in .Net 3.5) and my life was never the same. &amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.dovetailsoftware.com%2fblogs%2fkmiller%2farchive%2f2009%2f02%2f06%2fcreating-rss-feeds-using-asp-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.dovetailsoftware.com%2fblogs%2fkmiller%2farchive%2f2009%2f02%2f06%2fcreating-rss-feeds-using-asp-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Creating_RSS_Feeds_Using_ASP_NET_3_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Creating_RSS_Feeds_Using_ASP_NET_3_5</guid>
      <pubDate>Thu, 19 Feb 2009 22:01:05 GMT</pubDate>
    </item>
    <item>
      <title>Chapter 3 - Understanding Controllers</title>
      <description>Excellent article by Stephen Walther explaining ASP.NET MVCcontrollers in a very clear example. Good stuff.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstephenwalther.com%2fblog%2farchive%2f2009%2f02%2f13%2fchapter-3-understanding-controllers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstephenwalther.com%2fblog%2farchive%2f2009%2f02%2f13%2fchapter-3-understanding-controllers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Chapter_3_Understanding_Controllers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Chapter_3_Understanding_Controllers</guid>
      <pubDate>Sun, 22 Feb 2009 04:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Why you should not use the ADO.NET Entity Framework</title>
      <description>Reasons to why the ADO.NET Entity Framework is not mature enough for real business application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kindblad.com%2f2009%2f01%2f11%2fwhy-you-should-not-use-the-adonet-entity-framework%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kindblad.com%2f2009%2f01%2f11%2fwhy-you-should-not-use-the-adonet-entity-framework%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Why_you_should_not_use_the_ADO_NET_Entity_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Why_you_should_not_use_the_ADO_NET_Entity_Framework</guid>
      <pubDate>Mon, 12 Jan 2009 04:01:12 GMT</pubDate>
    </item>
    <item>
      <title>Migrating from .asmx web services to WCF web services</title>
      <description>Learning how to migrate from .asmx web services to WCF web services &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%2f73"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f73" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Migrating_from_asmx_web_services_to_WCF_web_services</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Migrating_from_asmx_web_services_to_WCF_web_services</guid>
      <pubDate>Wed, 31 Dec 2008 03:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Oxite: OpenSource CMS from Microsoft Built on ASP.NET MVC</title>
      <description>Simone Chiaretta writes about the recent announcement by Microsoft Evangelist, Jeff Sandquist, about Oxite which is an open source CMS built by Microsoft as a showcase and sample 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%2fcodeclimber.net.nz%2farchive%2f2008%2f12%2f09%2foxite-opensource-cms-from-microsoft.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f12%2f09%2foxite-opensource-cms-from-microsoft.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Oxite_OpenSource_CMS_from_Microsoft_Built_on_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Oxite_OpenSource_CMS_from_Microsoft_Built_on_ASP_NET_MVC</guid>
      <pubDate>Tue, 09 Dec 2008 18:16:18 GMT</pubDate>
    </item>
    <item>
      <title>Free Entity Framework Learning Guide</title>
      <description>Zeeshan Hirani presented this free EF guide too EF community. You can download this guide in PDF format. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fzeeshanhirani%2farchive%2f2008%2f12%2f05%2fmy-christmas-present-to-the-entity-framework-community.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fzeeshanhirani%2farchive%2f2008%2f12%2f05%2fmy-christmas-present-to-the-entity-framework-community.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Free_Entity_Framework_Learning_Guide</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Free_Entity_Framework_Learning_Guide</guid>
      <pubDate>Sun, 07 Dec 2008 13:01:02 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>ASP.NET MVC Request Flow</title>
      <description>I looked all over the net for a good diagram that outlined the major classes involved an ASP.NET MVC request. I couldn't find one, and so I created this one. If you want to get a very high level overview, then check it out. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f09%2f27%2fASPNET-MVC-Request-Flow.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f09%2f27%2fASPNET-MVC-Request-Flow.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Request_Flow</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Request_Flow</guid>
      <pubDate>Tue, 30 Sep 2008 10:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight Multi File Uploader</title>
      <description>Free multi-file uploader for your website, made with Silverlight. It allows you to upload multiple files at the same time. The files are uploaded to a WCF webservice where they can be processed.

A nice feature is that you can see the upload progress of all your files. The control also has some handy configuration options, you can set the number of simultaneous uploads, the maximum file size etc.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.michielpost.nl%2fSilverlight%2fMultiFileUploader%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.michielpost.nl%2fSilverlight%2fMultiFileUploader%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Multi_File_Uploader</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Multi_File_Uploader</guid>
      <pubDate>Tue, 23 Sep 2008 20:31:12 GMT</pubDate>
    </item>
    <item>
      <title>Matt Berseth: Dynamic Data Demos Now Available</title>
      <description>Matt now has his dynamic data demos up since discountasp.net is supporting ASP.NET 3.5 SP1. Go take a look. They are pretty cool. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmattberseth.com%2fblog%2f2008%2f09%2fdynamic_data_demos_now_availab.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmattberseth.com%2fblog%2f2008%2f09%2fdynamic_data_demos_now_availab.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Matt_Berseth_Dynamic_Data_Demos_Now_Available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Matt_Berseth_Dynamic_Data_Demos_Now_Available</guid>
      <pubDate>Tue, 23 Sep 2008 21:16:05 GMT</pubDate>
    </item>
    <item>
      <title>SQL - Step By Step Installation of SQL Server 2008</title>
      <description>Step by step installation of Microsoft SQL server 2008. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.techsvr.com%2f%3fp%3d69"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.techsvr.com%2f%3fp%3d69" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Step_By_Step_Installation_of_SQL_Server_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Step_By_Step_Installation_of_SQL_Server_2008</guid>
      <pubDate>Tue, 23 Sep 2008 04:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Simulate a Windows Service Using ASP.NET to Run Scheduled Jobs</title>
      <description>Back in 2005 Omar Al Zabir (Co-founder and CTO of PageFlakes) posted an article on the CodeProject web site Simulate a Windows Service using ASP.NET to run scheduled jobs that many of you have probably seen. If you liked the idea at the time but didn't do anything with it, you may want to take another look now. In the comments, dselkirk provided an alternative that really cleans things up that Erichero then improved upon slightly and converted to C#.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbeckelman.net%2fpost%2f2008%2f09%2f20%2fSimulate-a-Windows-Service-Using-ASPNET-to-Run-Scheduled-Jobs.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbeckelman.net%2fpost%2f2008%2f09%2f20%2fSimulate-a-Windows-Service-Using-ASPNET-to-Run-Scheduled-Jobs.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Simulate_a_Windows_Service_Using_ASP_NET_to_Run_Scheduled_Jobs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Simulate_a_Windows_Service_Using_ASP_NET_to_Run_Scheduled_Jobs</guid>
      <pubDate>Tue, 23 Sep 2008 07:46:02 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER - 2008 - Creating Full Text Catalog and Full Text Search</title>
      <description>This is the first ever and complete example for SQL Server 2008 - Full Text Catalog and Full Text Search.

Make sure to book mark for future reference. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2008%2f09%2f05%2fsql-server-creating-full-text-catalog-and-index%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2008%2f09%2f05%2fsql-server-creating-full-text-catalog-and-index%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_2008_Creating_Full_Text_Catalog_and_Full_Text_Search</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_2008_Creating_Full_Text_Catalog_and_Full_Text_Search</guid>
      <pubDate>Thu, 11 Sep 2008 03:16:06 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Application Building: Forums #1 - Create the Perfect App</title>
      <description>n this series of blog entries, I build an entire ASP.NET MVC Forums application from start to finish. The goal is to discover and promote best-practices for building applications with the ASP.NET MVC framework.

In this first entry, I discuss the overall goals for the forums application. I discuss the importance of avoiding code smells and how software design principles and patterns can help you write code that is resilient to future change. I also justify my choice to use test-driven development while building the Forums application. &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%2f09%2f05%2fasp-net-mvc-application-building-forums-1-create-the-perfect-application.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fstephenwalther%2farchive%2f2008%2f09%2f05%2fasp-net-mvc-application-building-forums-1-create-the-perfect-application.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Application_Building_Forums_1_Create_the_Perfect_App</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Application_Building_Forums_1_Create_the_Perfect_App</guid>
      <pubDate>Mon, 08 Sep 2008 19:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Getting rid of strings (3): take your app settings to the next level</title>
      <description>In the first article of this series I talked about the problems with strings in code. This article will show you how you can use lambda expressions and expression trees as another tool to avoid strings &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f09%2f05%2fGetting-rid-of-strings-(3)-take-your-app-settings-to-the-next-level.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f09%2f05%2fGetting-rid-of-strings-(3)-take-your-app-settings-to-the-next-level.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Getting_rid_of_strings_3_take_your_app_settings_to_the_next_level</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Getting_rid_of_strings_3_take_your_app_settings_to_the_next_level</guid>
      <pubDate>Sat, 06 Sep 2008 02:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Prevent Cross-Site Request Forgery (CSRF) using ASP.NET MVC's AntiForg</title>
      <description>Steve Sanderson covers an attack that is not as well known as cross-site scripting (XSS) attacks called Cross-Site Request Forgery (CSRF) and some helpers in ASP.NET MVC CodePlex Preview 5 that can help mitigate the risk. &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%2f09%2f01%2fprevent-cross-site-request-forgery-csrf-using-aspnet-mvcs-antiforgerytoken-helper%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2008%2f09%2f01%2fprevent-cross-site-request-forgery-csrf-using-aspnet-mvcs-antiforgerytoken-helper%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Prevent_Cross_Site_Request_Forgery_CSRF_using_ASP_NET_MVC_s_AntiForg</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Prevent_Cross_Site_Request_Forgery_CSRF_using_ASP_NET_MVC_s_AntiForg</guid>
      <pubDate>Tue, 09 Sep 2008 13:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Json.NET 3.0 Released</title>
      <description>The latest version of Json.NET brings lots of new features including Silverlight support. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f08%2f25%2fjson-net-3-0-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f08%2f25%2fjson-net-3-0-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Json_NET_3_0_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Json_NET_3_0_Released</guid>
      <pubDate>Tue, 26 Aug 2008 04:46:02 GMT</pubDate>
    </item>
  </channel>
</rss>