<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by up2jj</title>
    <description>Stories kicked by up2jj</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>Event Log Monitor using C# and WebSocket(HTML 5) </title>
      <description>This article is about creating a simple web based event log monitoring application that uses server push to update data. It shows how to use WebSocket to implement server push technology using C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fashishware.com%2fwebsocksample.shtml"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fashishware.com%2fwebsocksample.shtml" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Event_Log_Monitor_using_C_and_WebSocket_HTML_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Event_Log_Monitor_using_C_and_WebSocket_HTML_5</guid>
      <pubDate>Fri, 17 Sep 2010 15:00:52 GMT</pubDate>
    </item>
    <item>
      <title>Twitter authentication using OAuth</title>
      <description>As of August 31,2010, Twitter has stopped using basic authentication. applications will all use OAuth, an authentication method that lets you use apps without them storing your password. To learn more about OAuth, please visit @ http://oauth.net. Register your new application with Twitter
You'll need a name and url for your application in order to register it, and you'll need to define a callback url. The callback url is the full url of the page Twitter should send the user to after it's done authe... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.fairnet.com%2fpost%2f2010%2f09%2f05%2fTwitter-authentication-using-OAuth.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.fairnet.com%2fpost%2f2010%2f09%2f05%2fTwitter-authentication-using-OAuth.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Twitter_authentication_using_OAuth</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Twitter_authentication_using_OAuth</guid>
      <pubDate>Sun, 05 Sep 2010 17:17:55 GMT</pubDate>
    </item>
    <item>
      <title>A simple RSS feed example </title>
      <description>A simple RSS feed example using ASP.NET MVC and System.ServiceModel.Syndication.SyndicationFeed class &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fGeeksShip.com%2fLocalTopic%2f7041a64a-29d5-4bde-85ca-9de5010a87ff%2fen-US%2fA-simple-RSS-Feed-Example.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fGeeksShip.com%2fLocalTopic%2f7041a64a-29d5-4bde-85ca-9de5010a87ff%2fen-US%2fA-simple-RSS-Feed-Example.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/A_simple_RSS_feed_example</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/A_simple_RSS_feed_example</guid>
      <pubDate>Fri, 03 Sep 2010 16:30:52 GMT</pubDate>
    </item>
    <item>
      <title>Four Methods Of Simple Caching In .NET</title>
      <description>Four ways to manage objects that expire in their container. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jondavis.net%2ftechblog%2fpost%2f2010%2f08%2f30%2fFour-Methods-Of-Simple-Caching-In-NET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jondavis.net%2ftechblog%2fpost%2f2010%2f08%2f30%2fFour-Methods-Of-Simple-Caching-In-NET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Four_Methods_Of_Simple_Caching_In_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Four_Methods_Of_Simple_Caching_In_NET</guid>
      <pubDate>Mon, 30 Aug 2010 18:00:52 GMT</pubDate>
    </item>
    <item>
      <title>How to use Ninject with ASP.NET MVC</title>
      <description>By default, the ASP.NET MVC framework instantiate controllers calling their default constructor. This makes using Dependency Injection impossible. But, as almost everything inside that framework, the logic with which a controller is instantiated can be replaced with you own logic. This can be done creating your own ControllerFactory, which is pretty simple. But if you are using one of the many popular DI/IoC libraries, that task is even simpler, since there are already custom controller factories for almost all the IoC libraries available. In this post we are are going to see how to use the ControllerFactory that delegates to Ninject the creation of your controllers. &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%2f2009%2f02%2f05%2fhow-to-use-ninject-with-asp.net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f02%2f05%2fhow-to-use-ninject-with-asp.net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_use_Ninject_with_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_use_Ninject_with_ASP_NET_MVC</guid>
      <pubDate>Thu, 05 Feb 2009 20:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Don't wait for C# 5, use Nemerle Now !!!</title>
      <description>Nemerle is a fantastic .net language with meta programming capabilities! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2freverseblade.blogspot.com%2f2009%2f02%2fdont-wait-for-c-5-use-nemerle.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2freverseblade.blogspot.com%2f2009%2f02%2fdont-wait-for-c-5-use-nemerle.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Don_t_wait_for_C_5_use_Nemerle_Now</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Don_t_wait_for_C_5_use_Nemerle_Now</guid>
      <pubDate>Tue, 03 Feb 2009 00:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Form validation with ASP.NET MVC release candidate</title>
      <description>Last week, the ASP.NET MVC framework release candidate was released (check ScottGu's post). Apart from some great new tooling support, form validation has never been easier. Here's a quick introduction.  &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%2f01%2f30%2fForm-validation-with-ASPNET-MVC-release-candidate.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f01%2f30%2fForm-validation-with-ASPNET-MVC-release-candidate.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Form_validation_with_ASP_NET_MVC_release_candidate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Form_validation_with_ASP_NET_MVC_release_candidate</guid>
      <pubDate>Fri, 30 Jan 2009 20:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Action, Func, Predicate - what's going on?</title>
      <description>This post covers Action&amp;lt;T&amp;gt;, Func&amp;lt;T&amp;gt;, Predicate&amp;lt;T&amp;gt; and shows them in action. These delegates are generalization (abstractions?) over some common method signatures and you might find them very handy.
Besides making LINQ possible, they should help you stop writing your own custom delegates and replace them with these generic ones. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.vertigo.com%2fpersonal%2fpetar%2fBlog%2farchive%2f2009%2f01%2f28%2fcool-delegates.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.vertigo.com%2fpersonal%2fpetar%2fBlog%2farchive%2f2009%2f01%2f28%2fcool-delegates.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Action_Func_Predicate_what_s_going_on</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Action_Func_Predicate_what_s_going_on</guid>
      <pubDate>Fri, 30 Jan 2009 04:31:03 GMT</pubDate>
    </item>
    <item>
      <title>A Guide to Learning ASP.NET MVC Release Candidate 1</title>
      <description>Now that the ASP.NET MVC Release Candidate is available for download, how do you learn how to start using it to build applications? Here's Stephen Walther's guide to resources for learning about ASP.NET MVC Release Candidate 1. &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%2f01%2f27%2fa-guide-to-learning-asp.net-mvc-release-candidate-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstephenwalther.com%2fblog%2farchive%2f2009%2f01%2f27%2fa-guide-to-learning-asp.net-mvc-release-candidate-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/A_Guide_to_Learning_ASP_NET_MVC_Release_Candidate_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/A_Guide_to_Learning_ASP_NET_MVC_Release_Candidate_1</guid>
      <pubDate>Tue, 03 Feb 2009 00:46:04 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 1.0 Release Candidate Now Available</title>
      <description>Finally Scott Guthrie announced ASP.NET MVC 1.0 RC. Check it out. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f01%2f27%2fasp-net-mvc-1-0-release-candidate-now-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f01%2f27%2fasp-net-mvc-1-0-release-candidate-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_1_0_Release_Candidate_Now_Available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_1_0_Release_Candidate_Now_Available</guid>
      <pubDate>Wed, 28 Jan 2009 03:01:18 GMT</pubDate>
    </item>
    <item>
      <title>An Illustrated Guide to Git on Windows</title>
      <description>&amp;quot;This document is designed to show that using git on Windows is not a difficult process. In this guide, I will create a repository, make several commits, create a branch, merge a branch, search the commit history, push to a remote server, and pull from a remote server. The majority of this will be done using GUI tools.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnathanj.github.com%2fgitguide%2ftour.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnathanj.github.com%2fgitguide%2ftour.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/An_Illustrated_Guide_to_Git_on_Windows</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/An_Illustrated_Guide_to_Git_on_Windows</guid>
      <pubDate>Fri, 16 Jan 2009 20:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Learn how to consume a WCF Service</title>
      <description>Learn how to setup your .net application to consume as WCF service. Take a look at how you can Visual Studio to create your service proxy as well as how to use SvcUtil to create the proxy. &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%2f77"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f77" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Learn_how_to_consume_a_WCF_Service</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Learn_how_to_consume_a_WCF_Service</guid>
      <pubDate>Thu, 15 Jan 2009 21:37:38 GMT</pubDate>
    </item>
    <item>
      <title>jQuery 1.3 Released</title>
      <description>&amp;quot;The jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone in to this release and we're really quite proud of it. &amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.jquery.com%2f2009%2f01%2f14%2fjquery-13-and-the-jquery-foundation%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.jquery.com%2f2009%2f01%2f14%2fjquery-13-and-the-jquery-foundation%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_1_3_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_1_3_Released</guid>
      <pubDate>Wed, 14 Jan 2009 22:31:02 GMT</pubDate>
    </item>
    <item>
      <title>10 Reasons ASP.NET Webforms Suck</title>
      <description>I think the title says it all. A great rant from an experienced ASP.NET developer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjdconley.com%2fblog%2farchive%2f2009%2f01%2f12%2f10-reasons-asp.net-webforms-suck.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjdconley.com%2fblog%2farchive%2f2009%2f01%2f12%2f10-reasons-asp.net-webforms-suck.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/10_Reasons_ASP_NET_Webforms_Suck</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/10_Reasons_ASP_NET_Webforms_Suck</guid>
      <pubDate>Tue, 13 Jan 2009 18:46:05 GMT</pubDate>
    </item>
    <item>
      <title>StructureMap 2.5.2 is Released</title>
      <description>A fresh release of popular DI framework for .NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2009%2f01%2f11%2fstructuremap-2-5-2-is-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2009%2f01%2f11%2fstructuremap-2-5-2-is-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/StructureMap_2_5_2_is_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/StructureMap_2_5_2_is_Released</guid>
      <pubDate>Wed, 14 Jan 2009 19:31:09 GMT</pubDate>
    </item>
    <item>
      <title>Automatic/Convention-based mapping entities with Fluent NHibernate</title>
      <description>James Gregory has a 4-part post on the &amp;quot;auto-mapping&amp;quot; features of Fluent NHibernate. Basically, Fluent NHibernate can automatically map most of your entities based on the conventions you specify and can apply other conventions such as table names, foreign-key constraint naming, etc.  This is the first post of the 4, the others are linked as Trackbacks at the bottom.  After reading these 4, you should have a better idea of how to get started using the conventional mapping features of Fluent NHibernate. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.jagregory.com%2f2009%2f01%2f10%2ffluent-nhibernate-auto-mapping-introduction%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.jagregory.com%2f2009%2f01%2f10%2ffluent-nhibernate-auto-mapping-introduction%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Automatic_Convention_based_mapping_entities_with_Fluent_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Automatic_Convention_based_mapping_entities_with_Fluent_NHibernate</guid>
      <pubDate>Mon, 12 Jan 2009 01:31:12 GMT</pubDate>
    </item>
    <item>
      <title>xVal - a validation framework for ASP.NET MVC</title>
      <description>xVal lets you link up your choice of server-side validation mechanism with your choice of client-side validation library. It guides you to fit them both into ASP.NET MVC conventions, so everything plays nicely with model binding and errors registered in ModelState. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.codeville.net%2f2009%2f01%2f10%2fxval-a-validation-framework-for-aspnet-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2009%2f01%2f10%2fxval-a-validation-framework-for-aspnet-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/xVal_a_validation_framework_for_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/xVal_a_validation_framework_for_ASP_NET_MVC</guid>
      <pubDate>Sun, 11 Jan 2009 12:46:03 GMT</pubDate>
    </item>
    <item>
      <title>A fluent C# library for Twitter</title>
      <description>This C# library allows you to compose queries to Twitter easily, as well as serialize responses into data classes, make asynchronous calls, and perform caching and URL shortening automatically. It covers 100% of the Twitter API. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdimebrain.com%2f2009%2f01%2fintroducing-tweet-the-complete-fluent-c-library-for-twitter.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdimebrain.com%2f2009%2f01%2fintroducing-tweet-the-complete-fluent-c-library-for-twitter.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_fluent_C_library_for_Twitter</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_fluent_C_library_for_Twitter</guid>
      <pubDate>Sun, 11 Jan 2009 17:16:10 GMT</pubDate>
    </item>
    <item>
      <title>Activator.CreateInstance Performance</title>
      <description>A look at the different forms of Activator.CreateInstance and the performance implications of each. &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%2f2009%2f01%2f05%2fActivatorCreateInstance-Performance.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f01%2f05%2fActivatorCreateInstance-Performance.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Activator_CreateInstance_Performance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Activator_CreateInstance_Performance</guid>
      <pubDate>Wed, 07 Jan 2009 04:31:23 GMT</pubDate>
    </item>
    <item>
      <title>Verifying code and testing with Pex</title>
      <description>Earlier this week, Katrien posted an update on the list of Belgian TechDays 2009 speakers. This post featured a summary on all sessions, of which one was titled "Pex - Automated White Box Testing for .NET". Here's the abstract: 

"Pex is an automated white box testing tool for .NET. Pex systematically tries to cover every reachable branch in a program by monitoring execution traces, and using a constraint solver to produce new test cases with different behavior. Pex can be applied to any existing .NET assembly without any pre-existing test suite. Pex will try to find counterexamples for all assertion statements in the code. Pex can be guided by hand-written parameterized unit tests, which are API usage scenarios with assertions. The result of the analysis is a test suite which can be persisted as unit tests in source code. The generated unit tests integrate with Visual Studio Team Test as well as other test frameworks. By construction, Pex produces small unit test suites with high code and assertion coverage, and reported failures always come with a test case that reproduces the issue. At Microsoft, this technique has proven highly effective in testing even an extremely well-tested component." 

After reading the second sentence in this abstract, I was thinking: "SWEET! Let's try!". So here goes. 
 &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%2f01%2f07%2fVerifying-code-and-testing-with-Pex.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f01%2f07%2fVerifying-code-and-testing-with-Pex.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Verifying_code_and_testing_with_Pex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Verifying_code_and_testing_with_Pex</guid>
      <pubDate>Tue, 06 Jan 2009 21:46:05 GMT</pubDate>
    </item>
    <item>
      <title>Self Installing Windows Service</title>
      <description>Reusable class that can be added to a Windows Service project to enable Install, Uninstall, Start and Stop functionality. &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%2fkim%2farchive%2f2009%2f01%2f04%2fself-installing-windows-service.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fkim%2farchive%2f2009%2f01%2f04%2fself-installing-windows-service.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Self_Installing_Windows_Service</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Self_Installing_Windows_Service</guid>
      <pubDate>Tue, 06 Jan 2009 07:31:12 GMT</pubDate>
    </item>
    <item>
      <title>Hidden Features of C#</title>
      <description>In this article, I'll just link to a pretty great StackOverFlow Question about Hidden Features of C#.
Most of C# Features are obscure for us and need some explanations, the following list and explain 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.sb2.fr%2fpost%2f2009%2f01%2f01%2fHidden-Features-of-C.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2009%2f01%2f01%2fHidden-Features-of-C.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Hidden_Features_of_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Hidden_Features_of_C</guid>
      <pubDate>Fri, 02 Jan 2009 18:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Debugging With Tracepoints </title>
      <description>Well, last week, while I saw John Cunninghams session at PDC 2008 about Visual Studio Debugger Tips &amp;amp; Tricks, I learned something new about breakpoints. The Visual Studio debugger has another feature called tracepoints. 
 &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%2f12%2f29%2fdebugging-with-tracepoints%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f12%2f29%2fdebugging-with-tracepoints%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Debugging_With_Tracepoints</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Debugging_With_Tracepoints</guid>
      <pubDate>Tue, 30 Dec 2008 22:31:04 GMT</pubDate>
    </item>
    <item>
      <title>Compressing JS files as part of your build process</title>
      <description>Ideally, we want to develop using readable JavaScript files (even 3rd party files) and deploy compressed/obfuscated code. Our solution has simply been to apply a post-build task to our project. Here's what we did &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%2f2008%2f12%2f29%2fcompressing-js-files-as-part-of-your-build-process.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f12%2f29%2fcompressing-js-files-as-part-of-your-build-process.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Compressing_JS_files_as_part_of_your_build_process</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Compressing_JS_files_as_part_of_your_build_process</guid>
      <pubDate>Tue, 30 Dec 2008 05:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Making the Entity Framework Fit Your Domain - Part 1</title>
      <description>Need to use the Entity Framework but don't know how to fit it into your domain? Come check out this series on CodeThinked.com where you will learn how to keep your domain entities fairly clean while using the Entity Framework. &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%2f12%2f29%2fMaking-the-Entity-Framework-Fit-Your-Domain-Part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f12%2f29%2fMaking-the-Entity-Framework-Fit-Your-Domain-Part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Making_the_Entity_Framework_Fit_Your_Domain_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Making_the_Entity_Framework_Fit_Your_Domain_Part_1</guid>
      <pubDate>Tue, 30 Dec 2008 23:16:04 GMT</pubDate>
    </item>
  </channel>
</rss>
