<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by spavkov</title>
    <description>Stories kicked by spavkov</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>ASP.NET MVC Tip 3: Implementing remote client-side form validation </title>
      <description>Client-side form validation has become a de-facto standard for modern web applications. However, there are some validation rules which cannot be checked completely on the client side, for example because the validation depends on information stored in the server database. For those rules you need to implement  remote client-side form validation. 

This article describes how to implement this so that you don't have to write any custom  javascript for new validation rules. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevermind.com%2faspnet-mvc%2fasp-net-mvc-tip-3-how-to-cover-all-your-client-side-form-validation-needs-without-writing-any-javascript-part1"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevermind.com%2faspnet-mvc%2fasp-net-mvc-tip-3-how-to-cover-all-your-client-side-form-validation-needs-without-writing-any-javascript-part1" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Tip_3_Implementing_remote_client_side_form_validation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Tip_3_Implementing_remote_client_side_form_validation</guid>
      <pubDate>Wed, 24 Jun 2009 13:45:00 GMT</pubDate>
    </item>
    <item>
      <title>error &amp;quot;Failed to generate a user instance of SQL Server due to a...&amp;quot;</title>
      <description>Have you ever tried to create a user instance database from Visual Studio on SQL Server 2005 Express (or above) and got this terrible (can it be more confusing?) message:

&amp;quot;Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed.&amp;quot;

If you did and tried to find how to resolve this you probably Googled (or Binged) for hours without being able to find the solution that really works.

Well lets put an end to that. Two simple things need to be done...
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2ffix-error-Failed-to-generate-a-user-instance-of-SQL-Server-due-to-a-failure-in-starting-the-process-for-the-user-instance.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2ffix-error-Failed-to-generate-a-user-instance-of-SQL-Server-due-to-a-failure-in-starting-the-process-for-the-user-instance.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/error_Failed_to_generate_a_user_instance_of_SQL_Server_due_to_a</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/error_Failed_to_generate_a_user_instance_of_SQL_Server_due_to_a</guid>
      <pubDate>Sat, 20 Jun 2009 13:55:18 GMT</pubDate>
    </item>
    <item>
      <title>Throw Exceptions In Your Domain</title>
      <description>If you have a Domain Model, you're going to have code that validates rules and checks for inconsistencies ... start with the simplest way of handling business logic errors: throw an exception.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbroloco.blogspot.com%2f2009%2f06%2fthrow-exceptions-in-your-domain.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbroloco.blogspot.com%2f2009%2f06%2fthrow-exceptions-in-your-domain.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Throw_Exceptions_In_Your_Domain</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Throw_Exceptions_In_Your_Domain</guid>
      <pubDate>Mon, 15 Jun 2009 17:36:55 GMT</pubDate>
    </item>
    <item>
      <title>Asp.Net vs php : Speed Comparison</title>
      <description>Why is the myth that php is faster than Asp.Net so prevalent?  Asp.Net is faster than php, here are the facts. So many times I have heard php pushers claim that php is so much faster than Asp.Net and that Asp.Net is clunky and slow. The most annoying part is that everything I have read (that is not factless opinion), and I mean everything, says that this is wrong; but for some reason, this myth is widely accepted. It has become a religious argument that ignores the facts... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnaspinski.net%2fpost%2fAspNet-vs-php--speed-comparison.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnaspinski.net%2fpost%2fAspNet-vs-php--speed-comparison.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Asp_Net_vs_php_Speed_Comparison</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Asp_Net_vs_php_Speed_Comparison</guid>
      <pubDate>Mon, 15 Jun 2009 13:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How To - A Run.GPS Widget for BlogEngine.Net</title>
      <description>Putting together a widget for BlogEngine.net is fairly easy.  This makes the BlogEngine.net platform very attractive to .Net programmers who can easily leverage the power of the .Net framework in extending the BlogEngine framework.  Creating the widget is just a matter of subclassing one or two base classes and overriding a few members.  With a WebClient control, it's easy to download content from the internet and then use the full power of the .Net framework to present it in a concise and attractive format.

I've created a widget that displays the stats for a user at Run.GPS.  In this article, i'll show how it's done. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dogspots.com%2fDSBE%2fpost%2f2009%2f06%2f09%2fBlogEngineRunGPSWidget.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dogspots.com%2fDSBE%2fpost%2f2009%2f06%2f09%2fBlogEngineRunGPSWidget.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_To_A_Run_GPS_Widget_for_BlogEngine_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_To_A_Run_GPS_Widget_for_BlogEngine_Net</guid>
      <pubDate>Tue, 09 Jun 2009 20:22:08 GMT</pubDate>
    </item>
    <item>
      <title>Undo Within Selected</title>
      <description>Today I was working on some code, nothing particularly different than any other day. I did something I have done thousands of times before, made some changes, and then needed to get previous code back. This was quickly done with undo several times, copy to clip board, redo several more and then paste. Then it hit me, why don't we have an undo within selected text? We have a search and replace within selection. Undo within selection complements the search and replace really well, and further, allows for quicker retrieval of code several edits ago. Particularly when the change was a single iteration ago in a particular location. In a sense spatial undo versus temporal undo.

Hopefully this will make it into Visual Studio some day, either as a power tool or third party plug-in. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcharlesrcook.com%2farchive%2f2009%2f06%2f07%2fundo-within-selected.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcharlesrcook.com%2farchive%2f2009%2f06%2f07%2fundo-within-selected.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Undo_Within_Selected</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Undo_Within_Selected</guid>
      <pubDate>Sun, 07 Jun 2009 16:55:07 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight usage of the converters from external assembly in app.xaml</title>
      <description>Visual Studio designer don't show any visuals when converters from externall assembly are used in app.xaml. Find the solution here. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.andrew-veresov.com%2fpost%2fSilverlight-20-usage-of-the-converters-from-external-assembly-in-appxaml.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.andrew-veresov.com%2fpost%2fSilverlight-20-usage-of-the-converters-from-external-assembly-in-appxaml.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_usage_of_the_converters_from_external_assembly_in_app_xaml</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_usage_of_the_converters_from_external_assembly_in_app_xaml</guid>
      <pubDate>Fri, 29 May 2009 09:11:08 GMT</pubDate>
    </item>
    <item>
      <title>Undocumented feature to concatenate strings from a column into a singl</title>
      <description>There are several ways to create one column with comma separated values from multiple rows. Today, I would like to show you, how to achieve this with very simple query using XML features of SQL Server. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetvj.com%2f2009%2f05%2fundocumented-feature-to-concatenate.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetvj.com%2f2009%2f05%2fundocumented-feature-to-concatenate.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Undocumented_feature_to_concatenate_strings_from_a_column_into_a_singl</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Undocumented_feature_to_concatenate_strings_from_a_column_into_a_singl</guid>
      <pubDate>Fri, 29 May 2009 01:45:17 GMT</pubDate>
    </item>
    <item>
      <title>The Dynamic Programmer -  Tuple, a new type on .Net 4.0</title>
      <description>If you ever played with some language that have the Tuple type I bet you miss it in .Net. Well 4.0 adds it. Let's take a look at the implementation and how to use it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dynamicprogrammer.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dynamicprogrammer.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_Dynamic_Programmer_Tuple_a_new_type_on_Net_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_Dynamic_Programmer_Tuple_a_new_type_on_Net_4_0</guid>
      <pubDate>Mon, 25 May 2009 19:00:06 GMT</pubDate>
    </item>
    <item>
      <title>Creating a Custom Observable Collection in WPF | UX and WPF ramblings</title>
      <description>One of the biggest advantadges WPF has is its Data Binding features. Data Binding can be done in several ways, but the most common is using the INotifyPropertyChanged and INotifyCollectionChanged interfaces. For simple objects, all you need to do is implement the INotifyPropertyChanged, and raise the PropertyChanged event when your properties change. When you want to bind to a collection, you will want to use ObservableCollection&amp;amp;lt;T&amp;amp;gt;. This collection implements both interfaces, therefore notifying you when the items in the collection change and when the items' properties change. This works great if you're using standard collections. The problem arises when you want to use a custom collection. For databinding to work with custom collections, you will have to create a new &amp;quot;Observable&amp;quot; wrapper around it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsweux.com%2fblogs%2fpsampaio%2findex.php%2f2009%2f04%2f13%2fcreating-a-custom-observable-collection-in-wpf"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsweux.com%2fblogs%2fpsampaio%2findex.php%2f2009%2f04%2f13%2fcreating-a-custom-observable-collection-in-wpf" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Creating_a_Custom_Observable_Collection_in_WPF_UX_and_WPF_ramblings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Creating_a_Custom_Observable_Collection_in_WPF_UX_and_WPF_ramblings</guid>
      <pubDate>Thu, 14 May 2009 03:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Unit Testable Configuration Manager - Kazi Manzur Rashid's Blog</title>
      <description>If you are a TDD purist, you should know that accessing file system in Unit Test is violating the rule. But in our application, our infrastructural code often requires to access the configuration values form web.config/app.config. In this post, I will show you how can create a simple wrapper class which you can use in your unit tests without hitting the file ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f03%2f03%2funit-testable-configuration-manager.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f03%2f03%2funit-testable-configuration-manager.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Unit_Testable_Configuration_Manager_Kazi_Manzur_Rashid_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Unit_Testable_Configuration_Manager_Kazi_Manzur_Rashid_s_Blog</guid>
      <pubDate>Tue, 03 Mar 2009 20:31:19 GMT</pubDate>
    </item>
    <item>
      <title>Implementing Forms Authentication in Silverlight Application</title>
      <description>If you are developing a site in Silverlight with login page and other Silverlight pages and if you want to implement Forms authentication where you need to authenticate user based on the credentials entered in Silverlight based login page and display the user name in other Silverlight pages after logging in. Read this article to achieve same kind of functionality as Forms authentication in normal ASP.NET website.

Take a look at it.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2finterviews.dotnetthread.com%2f2009%2f02%2fimplementing-forms-authentication-in.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2finterviews.dotnetthread.com%2f2009%2f02%2fimplementing-forms-authentication-in.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Implementing_Forms_Authentication_in_Silverlight_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Implementing_Forms_Authentication_in_Silverlight_Application</guid>
      <pubDate>Thu, 26 Feb 2009 12:10:06 GMT</pubDate>
    </item>
    <item>
      <title>Fun with extension-methods</title>
      <description>Having some fun linking extensions-methods. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodechunk.blogspot.com%2f2009%2f02%2fi-noticed-blog-ruby-inspired-c.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodechunk.blogspot.com%2f2009%2f02%2fi-noticed-blog-ruby-inspired-c.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Fun_with_extension_methods</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Fun_with_extension_methods</guid>
      <pubDate>Tue, 24 Feb 2009 22:46:12 GMT</pubDate>
    </item>
    <item>
      <title>A cool puzzle game for programmers, written in Silverlight</title>
      <description>The goal of the game is to program a robot to pick up stars. The puzzles are submitted by other users, and ranked by difficulty based on votes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frobozzle.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frobozzle.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/A_cool_puzzle_game_for_programmers_written_in_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/A_cool_puzzle_game_for_programmers_written_in_Silverlight</guid>
      <pubDate>Tue, 24 Feb 2009 23:31:13 GMT</pubDate>
    </item>
    <item>
      <title>Ruby inspired C# Extension Methods for natural DateTime operations</title>
      <description>FluentDateTime is a open source library of Ruby inspired C# Extension Methods for easier and more natural DateTime handling and operations in .NET that allows you to write code like this:
DateTime.Now + 1.Week() + 3.Days + 14.Minutes();
3.Days().Ago();
5.Days().After(new DateTime(2000, 1, 1));
DateTime.Now.NextDay();
DateTime.Now.WeekAfter();
DateTime.Now.Midnight();
DateTime.Now.SetTime(11, 55, 0); &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeplex.com%2ffluentdatetime"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeplex.com%2ffluentdatetime" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Ruby_inspired_C_Extension_Methods_for_natural_DateTime_operations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Ruby_inspired_C_Extension_Methods_for_natural_DateTime_operations</guid>
      <pubDate>Tue, 24 Feb 2009 18:16:02 GMT</pubDate>
    </item>
    <item>
      <title>How to Create a Drag &amp;amp; Drop / Move, Zoom In &amp;amp; Out Content Control </title>
      <description>As the Headline says, I will show you how to make a Drag and Drop / Move Content control. for this example I will use a canvas and an Image. But you can easily make it more generic by using a Content Control instead of the image.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2009%2f02%2f23%2fhow-to-create-a-drag-drop-move-zoom-in-out-content-control%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2009%2f02%2f23%2fhow-to-create-a-drag-drop-move-zoom-in-out-content-control%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/How_to_Create_a_Drag_Drop_Move_Zoom_In_Out_Content_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/How_to_Create_a_Drag_Drop_Move_Zoom_In_Out_Content_Control</guid>
      <pubDate>Mon, 23 Feb 2009 22:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Fluent NHibernate - AutoPersistenceModel auto mapping</title>
      <description>An blog post presenting Fluent NHibernate AutoPersitanceModel through simple code example  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2009%2f01%2f03%2ffluent-nhibernate-nhibernate-without-configuration-files-automap-magic.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2009%2f01%2f03%2ffluent-nhibernate-nhibernate-without-configuration-files-automap-magic.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Fluent_NHibernate_AutoPersistenceModel_auto_mapping</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Fluent_NHibernate_AutoPersistenceModel_auto_mapping</guid>
      <pubDate>Wed, 07 Jan 2009 16:12:26 GMT</pubDate>
    </item>
    <item>
      <title>An idea on how-to avoid spam in Dot-Net-Kicks</title>
      <description>The "Upcoming Stories" RSS in Dot-Net-Kicks is full of SPAM.

Here's a idea on how to avoid it:
Use a .NET captcha: ask questions that are difficult to guess but easy to answer.

Read and Kick. It will help us all. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sharpregion.com%2fblog%2f%3fp%3d87"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sharpregion.com%2fblog%2f%3fp%3d87" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/An_idea_on_how_to_avoid_spam_in_Dot_Net_Kicks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/An_idea_on_how_to_avoid_spam_in_Dot_Net_Kicks</guid>
      <pubDate>Wed, 10 Dec 2008 00:16:20 GMT</pubDate>
    </item>
    <item>
      <title>An excellent Introduction to Microsoft F# by Luca Bolognese (PDC 2008)</title>
      <description>Learn about Microsoft's new language, F#, a typed functional programming language for the Microsoft .NET Framework. F# combines functional programming with the runtime support, libraries, tools, and object model of .NET. Understand how F# asynchronous workflows help tame the complexity of parallel and asynchronous I/O programming and how to use F# in conjunction with tools such as Parallel Extensions for .NET &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchannel9.msdn.com%2fpdc2008%2fTL11%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchannel9.msdn.com%2fpdc2008%2fTL11%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/An_excellent_Introduction_to_Microsoft_F_by_Luca_Bolognese_PDC_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/An_excellent_Introduction_to_Microsoft_F_by_Luca_Bolognese_PDC_2008</guid>
      <pubDate>Tue, 18 Nov 2008 16:20:32 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight Toolkit Released on CodePlex!</title>
      <description>The Silverlight Toolkit is a collection of Silverlight controls, components and utilities made available outside the normal Silverlight release cycle. It adds new functionality quickly for designers and developers, and provides the community an efficient way to help shape product development by contributing ideas and bug reports. This first release includes full source code, unit tests, samples and documentation for 12 new controls covering charting, styling, layout, and user input. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeplex.com%2fsilverlight"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeplex.com%2fsilverlight" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Toolkit_Released_on_CodePlex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Toolkit_Released_on_CodePlex</guid>
      <pubDate>Wed, 29 Oct 2008 01:46:07 GMT</pubDate>
    </item>
    <item>
      <title>89 Ways for You to Become the Coolest Developer in the World</title>
      <description>You can learn how to improve your programming skills, work better and enjoy it from this collection of advice from experienced developers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2feffectize.com%2fbecome-coolest-programmer"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2feffectize.com%2fbecome-coolest-programmer" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/89_Ways_for_You_to_Become_the_Coolest_Developer_in_the_World</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/89_Ways_for_You_to_Become_the_Coolest_Developer_in_the_World</guid>
      <pubDate>Tue, 28 Oct 2008 20:31:08 GMT</pubDate>
    </item>
    <item>
      <title>How and when (not) to use Extension Methods in C# and .NET?</title>
      <description>Lets first briefly examine Extension Methods, show some basics usages and then we will tackle some more advanced and concrete examples used to provide fluent, natural DateTime operations (similar to Date and Time operations available in Ruby on Rails). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-and-when-to-use-Extension-Methods-in-Csharp-and-dot-NET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-and-when-to-use-Extension-Methods-in-Csharp-and-dot-NET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_and_when_not_to_use_Extension_Methods_in_C_and_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_and_when_not_to_use_Extension_Methods_in_C_and_NET</guid>
      <pubDate>Tue, 28 Oct 2008 22:46:11 GMT</pubDate>
    </item>
    <item>
      <title>SVN-Monitor is finally out for free download!</title>
      <description>A full-featured .net application that integrates SubVersion, TortoiseSVN and all your checked-out folders and repositories.

Use it to perform all your svn commands and monitor all your projects' activities in a single place.
Access all commands from the tray menu or from the main window.

This is a must-have tool for every windows+svn user! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sharpregion.com%2fblog%2f%3fp%3d4"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sharpregion.com%2fblog%2f%3fp%3d4" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/SVN_Monitor_is_finally_out_for_free_download</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/SVN_Monitor_is_finally_out_for_free_download</guid>
      <pubDate>Mon, 27 Oct 2008 02:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Crack.NET - A runtime debugging and scripting tool for .NET</title>
      <description>Crack.NET is a runtime debugging and scripting tool that gives you access to the internals of any .NET desktop application running on your computer.  If you love Snoop and Mole for Visual Studio, you'll love Crack.NET, too.  Crack.NET allows you to "walk" the managed heap of another .NET application, inspect all kinds of values on objects, and even manipulate those objects via IronPython scripts. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcracknetproject.com"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcracknetproject.com" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Crack_NET_A_runtime_debugging_and_scripting_tool_for_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Crack_NET_A_runtime_debugging_and_scripting_tool_for_NET</guid>
      <pubDate>Wed, 22 Oct 2008 03:16:15 GMT</pubDate>
    </item>
    <item>
      <title>Fluent NHibernate - Working with NHibernate without configuration file</title>
      <description>
&amp;quot;I believe that the most important reason why NHibernate is not more widely adopted by general DEV population is exactly the "Java XML configuration" PIA feeling you have while working with it. 

Great news for all of us from that group: NHibernate is possible to be used WITHOUT configuration files! &amp;quot;
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2008%2f08%2f31%2ffluent-nhibernate-nhibernate-without-configuration-files.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2008%2f08%2f31%2ffluent-nhibernate-nhibernate-without-configuration-files.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Fluent_NHibernate_Working_with_NHibernate_without_configuration_file</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Fluent_NHibernate_Working_with_NHibernate_without_configuration_file</guid>
      <pubDate>Sat, 06 Sep 2008 13:46:10 GMT</pubDate>
    </item>
  </channel>
</rss>