<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by yesthatmcgurk</title>
    <description>Stories kicked by yesthatmcgurk</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> Creating Custom Activities in Windows Workflow Foundation</title>
      <description>Activities are basic units in workflow execution. Activities are two types basic activities and composite activities. Basic activities are steps in the workflow and composite activities  can contain other activities.

Base activities are comes with Workflow Foundation and these can be used by dragging it from visual studio toolbox. We can also create custom activities that appear in the visual studio toolbox. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2fworkflowfoundation%2fcreating-custom-activities-in-windows-workflow-foundation%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2fworkflowfoundation%2fcreating-custom-activities-in-windows-workflow-foundation%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wwf/Creating_Custom_Activities_in_Windows_Workflow_Foundation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wwf/Creating_Custom_Activities_in_Windows_Workflow_Foundation</guid>
      <pubDate>Sun, 05 Oct 2008 20:06:48 GMT</pubDate>
    </item>
    <item>
      <title>Code Elegance pt 1 of 2</title>
      <description>The basics of Code elegance. In this two part story we'll discuss simple ways to make your code more efficient, readable, simple, and beautiful. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.JordanSebastian.com"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.JordanSebastian.com" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/cplusplus/Code_Elegance_pt_1_of_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/cplusplus/Code_Elegance_pt_1_of_2</guid>
      <pubDate>Sun, 05 Oct 2008 20:04:02 GMT</pubDate>
    </item>
    <item>
      <title>Where is the Enum Generic Constraint??</title>
      <description>An implementation to constain enum types using generics. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.thisispaulsmith.co.uk%2fBLOG%2fpost%2fWhere-is-the-Enum-Generic-Constraint.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.thisispaulsmith.co.uk%2fBLOG%2fpost%2fWhere-is-the-Enum-Generic-Constraint.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Where_is_the_Enum_Generic_Constraint</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Where_is_the_Enum_Generic_Constraint</guid>
      <pubDate>Sun, 05 Oct 2008 16:27:37 GMT</pubDate>
    </item>
    <item>
      <title>Debugging Using Assertions in C#</title>
      <description>Often, when debugging software, a problem manifested at one location in the code is caused much earlier, potentially making it difficult to isolate. By adding assertions to the code, assumptions can be checked and warnings issues when they are incorrect. &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%2fDebugAssert.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fDebugAssert.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Debugging_Using_Assertions_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Debugging_Using_Assertions_in_C</guid>
      <pubDate>Sun, 05 Oct 2008 14:11:59 GMT</pubDate>
    </item>
    <item>
      <title>WPF Record Navigator (VCR) Control</title>
      <description>A WPF Record Navigator (VCR) Control &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodingcontext.wordpress.com%2f2008%2f10%2f05%2fwpf-record-navigator-vcr-control%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodingcontext.wordpress.com%2f2008%2f10%2f05%2fwpf-record-navigator-vcr-control%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Record_Navigator_VCR_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Record_Navigator_VCR_Control</guid>
      <pubDate>Sun, 05 Oct 2008 04:48:18 GMT</pubDate>
    </item>
    <item>
      <title>Regular Expressions In MS SQL Server using CLR</title>
      <description>In this post I'll show just how easy it is to make your SQL Server 2005 database support Regular Expressions through what is known as SQL CLR &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fanastasiosyal.com%2farchive%2f2008%2f07%2f05%2fregular-expressions-in-ms-sql-server-using-clr.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fanastasiosyal.com%2farchive%2f2008%2f07%2f05%2fregular-expressions-in-ms-sql-server-using-clr.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Regular_Expressions_In_MS_SQL_Server_using_CLR</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Regular_Expressions_In_MS_SQL_Server_using_CLR</guid>
      <pubDate>Sat, 04 Oct 2008 17:59:36 GMT</pubDate>
    </item>
    <item>
      <title>Expression Tree vs Reflection.</title>
      <description>Expression Trees can be used to avoid Reflection poor performance when you need to invoke methods in object that you deos not know at runtime. In this post I show you how you can access to property of objects building and compiling an expression tree. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nablasoft.com%2falkampfer%2findex.php%2f2008%2f10%2f04%2fexpression-tree-vs-reflection%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nablasoft.com%2falkampfer%2findex.php%2f2008%2f10%2f04%2fexpression-tree-vs-reflection%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Expression_Tree_vs_Reflection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Expression_Tree_vs_Reflection</guid>
      <pubDate>Mon, 06 Oct 2008 11:46:11 GMT</pubDate>
    </item>
    <item>
      <title>Common Service Locator Library</title>
      <description>The post describe the new Common Service Locator library which was lunched in codeplex two days ago. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2008%2f10%2f03%2fcommon-service-locator-library.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2008%2f10%2f03%2fcommon-service-locator-library.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Common_Service_Locator_Library</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Common_Service_Locator_Library</guid>
      <pubDate>Sat, 04 Oct 2008 06:23:11 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation Key Concepts with example</title>
      <description>This post discusses the key concepts of workflow foundation, authoring the sequential workflow using the visual studio 2008 designer for WF and debugging the workflows using visual studio 2008 designer.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2fworkflowfoundation%2fwindows-workflow-foundation-key-concepts-with-example%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2fworkflowfoundation%2fwindows-workflow-foundation-key-concepts-with-example%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wwf/Windows_Workflow_Foundation_Key_Concepts_with_example</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wwf/Windows_Workflow_Foundation_Key_Concepts_with_example</guid>
      <pubDate>Fri, 03 Oct 2008 21:52:24 GMT</pubDate>
    </item>
    <item>
      <title>What's new in .NET Framework 4.0?</title>
      <description>Good question. There are a few things we know about Microsoft's managed application runtime and class library: There will be major updates to the Windows Communication Foundation (WCF) and Workflow Foundation (WF). According to this announcement along with this post by Steven Martin we are going to see "better support for Web 2.0 technologies like REST, POX and ATOM" and a 10x performance increase in WF.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.itwriting.com%2fblog%2f943-whats-new-in-net-framework-40.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.itwriting.com%2fblog%2f943-whats-new-in-net-framework-40.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/What_s_new_in_NET_Framework_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/What_s_new_in_NET_Framework_4_0</guid>
      <pubDate>Fri, 03 Oct 2008 18:59:25 GMT</pubDate>
    </item>
    <item>
      <title>My MVC Starter Template</title>
      <description>I've been toying around with reorganizing the default MVC template and thought I would share it with people. I like the way it's come together. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fmy-mvc-starter-template%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fmy-mvc-starter-template%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/My_MVC_Starter_Template</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/My_MVC_Starter_Template</guid>
      <pubDate>Tue, 07 Oct 2008 15:31:05 GMT</pubDate>
    </item>
    <item>
      <title>A Web Based Sequence Diagram Editor </title>
      <description>After I published a post about SDEdit which is a free desktop sequence diagram editor, I received a mail from Steve Hanov who wanted to introduce me with a very impressive alternative to SDEdit. Steve has created a web service that creates renditions of sequence diagrams, it is completely online and... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f29%2fa-web-based-sequence-diagram-editor%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f29%2fa-web-based-sequence-diagram-editor%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/A_Web_Based_Sequence_Diagram_Editor</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/A_Web_Based_Sequence_Diagram_Editor</guid>
      <pubDate>Mon, 29 Sep 2008 13:16:13 GMT</pubDate>
    </item>
    <item>
      <title>Regionerate Beta 2 Released</title>
      <description>I am pleased to announce the release of Regionerate Beta 2.

The first public beta was released more than a year ago and since then, thanks to great community participation in the forums and thanks to submitted patches, many bugs were fixed and many new features were introduced.

I would like to thank everyone for their great help over the past year, and I hope Regionerate will continue to evolve and grow towards a super-stable and feature-rich v1.0. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.rauchy.net%2fregionerate%2f2008%2f09%2fannouncing-regionerate-beta-2.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.rauchy.net%2fregionerate%2f2008%2f09%2fannouncing-regionerate-beta-2.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Regionerate_Beta_2_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Regionerate_Beta_2_Released</guid>
      <pubDate>Mon, 29 Sep 2008 07:55:01 GMT</pubDate>
    </item>
    <item>
      <title>jQuery and Visual Studio</title>
      <description>jQuery is a lightweight open source JavaScript library (only 15kb in size) that in a relatively short span of time has become one of the most popular &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fjquery-and-visual-studio-bff%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fjquery-and-visual-studio-bff%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/jQuery_and_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/jQuery_and_Visual_Studio</guid>
      <pubDate>Mon, 29 Sep 2008 07:08:08 GMT</pubDate>
    </item>
    <item>
      <title>Getting Intrigued by Entity Framework</title>
      <description>A demonstration of an advantage of Entity Framework over LINQ to SQL &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mikeborozdin.com%2fpost%2fGetting-Intrigued-by-Entity-Framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mikeborozdin.com%2fpost%2fGetting-Intrigued-by-Entity-Framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Getting_Intrigued_by_Entity_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Getting_Intrigued_by_Entity_Framework</guid>
      <pubDate>Sun, 28 Sep 2008 22:16:21 GMT</pubDate>
    </item>
    <item>
      <title>Asp.net MVC more Form post scenarios and Ajax </title>
      <description>In the flickr explorer app made with Asp.net MVC and Athena, I was trying out some form post scenarios. In this post, I will add few things regarding mvc form post and Ajax that is common to FlickrXplorer but can be used in general.

Now, Asp.net MVC has some new Ajax features, one of this is the Ajax form post. With this, you can easily make your web app actions Ajax enabled. The syntax is pretty simple.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f09%2f29%2fasp-net-mvc-more-form-post-scenarios-and-ajax.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f09%2f29%2fasp-net-mvc-more-form-post-scenarios-and-ajax.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Asp_net_MVC_more_Form_post_scenarios_and_Ajax</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Asp_net_MVC_more_Form_post_scenarios_and_Ajax</guid>
      <pubDate>Sun, 28 Sep 2008 19:58:06 GMT</pubDate>
    </item>
    <item>
      <title>Installing an Event Log Source in .NET</title>
      <description>A brief tutorial on how to write a custom installer action to register an event source and some tips on event logging in C# programs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblueonionsoftware.com%2fblog.aspx%3fp%3d6db60710-c0a5-4b39-b153-bb59ae77e44e"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblueonionsoftware.com%2fblog.aspx%3fp%3d6db60710-c0a5-4b39-b153-bb59ae77e44e" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Installing_an_Event_Log_Source_in_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Installing_an_Event_Log_Source_in_NET</guid>
      <pubDate>Sun, 28 Sep 2008 10:53:29 GMT</pubDate>
    </item>
    <item>
      <title>LINQ Farm: LINQ to XML and Line Numbers</title>
      <description>There are times when it is helpful to know the line number of a node in an XML file. Reporting the line number of a node can be a helpful to users, particularly if you want to report an error. It can also be convenient to search for a node by line number, but that can, of course, be a very risky endeavor, as documents can be modified accidentally, and their line numbers changed without notice. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f09%2f26%2flinq-farm-linq-to-xml-and-line-numbers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f09%2f26%2flinq-farm-linq-to-xml-and-line-numbers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_Farm_LINQ_to_XML_and_Line_Numbers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_Farm_LINQ_to_XML_and_Line_Numbers</guid>
      <pubDate>Fri, 26 Sep 2008 21:41:38 GMT</pubDate>
    </item>
    <item>
      <title>What is this Managed Extensibility Framework thing all about ?</title>
      <description>Another IoC Container From Microsoft ? Add-in Framework ? What the heck is it ? Sidar tries to answer.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f09%2f26%2fwhat-is-this-managed-extensibility-framework-thing-all-about.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f09%2f26%2fwhat-is-this-managed-extensibility-framework-thing-all-about.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/What_is_this_Managed_Extensibility_Framework_thing_all_about</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/What_is_this_Managed_Extensibility_Framework_thing_all_about</guid>
      <pubDate>Fri, 26 Sep 2008 09:31:12 GMT</pubDate>
    </item>
    <item>
      <title>Handling Events by Executing Commands in WPF</title>
      <description>Shows how to hook up a Command in a View-Model so that it is executed when an event is raised in a WPF View. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.functionalfun.net%2f2008%2f09%2fhooking-up-commands-to-events-in-wpf.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.functionalfun.net%2f2008%2f09%2fhooking-up-commands-to-events-in-wpf.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Handling_Events_by_Executing_Commands_in_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Handling_Events_by_Executing_Commands_in_WPF</guid>
      <pubDate>Thu, 25 Sep 2008 09:44:49 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>Mon, 22 Sep 2008 20:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Searching for files using LINQ</title>
      <description>An LINQ example &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet-snippets.com%2fdns%2fsearching-for-files-using-linq-SID602.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet-snippets.com%2fdns%2fsearching-for-files-using-linq-SID602.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Searching_for_files_using_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Searching_for_files_using_LINQ</guid>
      <pubDate>Mon, 22 Sep 2008 13:16:05 GMT</pubDate>
    </item>
    <item>
      <title>Currently learning Microsoft Expression Blend</title>
      <description>Hi there,

After passing Microsoft exam 70-551, I've found some time to learn some more about WPF, Silverlight and the Expression Studio programs. I was cleaning up my suitcase and I found a Microsoft Expression DVD that was given away for free at the beginning of this year. So I decided to put it in my dvd player and I've found a true treasure of Microsoft Expression video materials.

It was actually this DVD:

http://blogs.microsoft.nl/ux/archive/2007/12/01/designer-training-dvd.aspx

But unfortunately Microsoft isn't giving them away anymore. but he...at least i've got a copy of my own. On the DVD there were three free training materials of Lynda.com videotrainings.
Since I still hadn't checked out Microsoft Expression Blend myself, I thought it was about time to check it out. So currently I'm checking out the following video training: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hockblogs.net%2fpost%2f2008%2f09%2fCurrently-learning-Microsoft-Expression-Blend.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hockblogs.net%2fpost%2f2008%2f09%2fCurrently-learning-Microsoft-Expression-Blend.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Currently_learning_Microsoft_Expression_Blend</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Currently_learning_Microsoft_Expression_Blend</guid>
      <pubDate>Mon, 22 Sep 2008 05:46:17 GMT</pubDate>
    </item>
    <item>
      <title>That Agile Thing</title>
      <description>Agile introduction is an interesting problem. One that I have learned to avoid. I am not feeling comfortable standing up to a business owner and saying (paraphrased, of course), &amp;quot;if you will do it my way, your life will be better&amp;quot;. At least, not about development methodologies, I have no problem saying that about techniques, design or tools. The reason that I don't feel comfortable saying that is that there are too many issues surrounding agile introduction to talk confidently about the benefits. &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%2f09%2f20%2fthat-agile-thing.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f09%2f20%2fthat-agile-thing.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/That_Agile_Thing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/That_Agile_Thing</guid>
      <pubDate>Mon, 22 Sep 2008 04:59:35 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>Mon, 22 Sep 2008 23:46:02 GMT</pubDate>
    </item>
  </channel>
</rss>