<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by kayos</title>
    <description>Stories kicked by kayos</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>A look at Dependency Injection and Inversion</title>
      <description>There seems to be a fair amount of confusion around this topic, a particularly useful tool in the SOLID toolbox, but in the wrong hands can go horribly wrong. Let's try and set the record straight now... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevdirective.com%2fpost%2f139%2fa-look-at-dependency-injection-and-inversion"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevdirective.com%2fpost%2f139%2fa-look-at-dependency-injection-and-inversion" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/A_look_at_Dependency_Injection_and_Inversion</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/A_look_at_Dependency_Injection_and_Inversion</guid>
      <pubDate>Thu, 20 Oct 2011 15:25:53 GMT</pubDate>
    </item>
    <item>
      <title>Lucene.Net needs your help (or it will die)</title>
      <description>The Apache Foundation wants to kill Lucene.net. If you use it please chime in and help.
This post explains a bit more in detail why this is happening &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%2f2010%2f11%2f01%2fLucene-Net-needs-your-help-or-it-will-die.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2010%2f11%2f01%2fLucene-Net-needs-your-help-or-it-will-die.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Lucene_Net_needs_your_help_or_it_will_die_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Lucene_Net_needs_your_help_or_it_will_die_1</guid>
      <pubDate>Mon, 01 Nov 2010 21:00:52 GMT</pubDate>
    </item>
    <item>
      <title>Practical jQuery Mobile with ASP.NET MVC</title>
      <description>I wanted to write a post about creating a basic jQuery Mobile app but as I started putting the code together MVC became more and more involved so I combined the 2. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fyobriefcase.posterous.com%2fpractical-jquery-mobile-with-aspnet-mvc"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fyobriefcase.posterous.com%2fpractical-jquery-mobile-with-aspnet-mvc" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Practical_jQuery_Mobile_with_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Practical_jQuery_Mobile_with_ASP_NET_MVC</guid>
      <pubDate>Fri, 22 Oct 2010 20:15:52 GMT</pubDate>
    </item>
    <item>
      <title>Using ModelMetaData in MVC 2 to wire up sweet jQuery awesomeness</title>
      <description>I recently came up with an approach to wiring up some jquery plugins that modify the behavior of standard input text boxes.  The approach is not original by any means.I got the idea from the built in client side validation for MVC2, which was inspired by Steve Sanderson's xVal framework.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fhex%2farchive%2f2010%2f06%2f23%2fusing-modelmetadata-in-asp-net-mvc-2-to-wire-up-sweet-jquery-awesomeness.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fhex%2farchive%2f2010%2f06%2f23%2fusing-modelmetadata-in-asp-net-mvc-2-to-wire-up-sweet-jquery-awesomeness.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Using_ModelMetaData_in_MVC_2_to_wire_up_sweet_jQuery_awesomeness</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Using_ModelMetaData_in_MVC_2_to_wire_up_sweet_jQuery_awesomeness</guid>
      <pubDate>Thu, 28 Oct 2010 03:00:52 GMT</pubDate>
    </item>
    <item>
      <title>NoSql No Problem - NoRM and MongoDB Tutorial - Querying</title>
      <description>MongoDB offers a rich query environment with lots of features. Queries in MongoDB are represented as JSON-style objects, very much like the documents we actually store in the database. If you're moving to MongoDB from a relational databases, you'll find that many SQL queries translate easily to MongoDB's document-based query language. This tutorial is based on MongoDB's documentation and its goal is to show how easy is querying MongoDB  database using NoRM. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodefather.pl%2fpost%2f1369797147%2fnosql-no-problem-norm-and-mongodb-tutorial"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodefather.pl%2fpost%2f1369797147%2fnosql-no-problem-norm-and-mongodb-tutorial" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/NoSql_No_Problem_NoRM_and_MongoDB_Tutorial_Querying</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/NoSql_No_Problem_NoRM_and_MongoDB_Tutorial_Querying</guid>
      <pubDate>Fri, 22 Oct 2010 08:15:52 GMT</pubDate>
    </item>
    <item>
      <title>jQuery Mobile alpha and jQuery 1.4.3 released</title>
      <description>A quick preview of the releases by the jQuery Team &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f10%2fjquery-mobile-alpha-and-jquery-143.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f10%2fjquery-mobile-alpha-and-jquery-143.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_Mobile_alpha_and_jQuery_1_4_3_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_Mobile_alpha_and_jQuery_1_4_3_released</guid>
      <pubDate>Wed, 20 Oct 2010 16:30:52 GMT</pubDate>
    </item>
    <item>
      <title>Config management with Rake for .net projects.</title>
      <description>Managing configuration for multiple environments in .net projects with Rake and Configatron &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwebpangea.blogspot.com%2f2010%2f10%2fconfig-management-with-rake-for-net.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwebpangea.blogspot.com%2f2010%2f10%2fconfig-management-with-rake-for-net.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/Config_management_with_Rake_for_net_projects</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/Config_management_with_Rake_for_net_projects</guid>
      <pubDate>Mon, 18 Oct 2010 12:25:01 GMT</pubDate>
    </item>
    <item>
      <title>Create a Build File for a Visual Studio Solution - MsBuild Series</title>
      <description>A build file automates the process of building, testing, analyzing, packaging, &amp;amp; deploying your project. Build files can be used to give you a single click solution to perform mundane tasks in a consistent way. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmarkkemper1.blogspot.com%2f2010%2f10%2fcreate-build-file-for-visual-studio.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmarkkemper1.blogspot.com%2f2010%2f10%2fcreate-build-file-for-visual-studio.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Create_a_Build_File_for_a_Visual_Studio_Solution_MsBuild_Series</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Create_a_Build_File_for_a_Visual_Studio_Solution_MsBuild_Series</guid>
      <pubDate>Mon, 18 Oct 2010 15:45:52 GMT</pubDate>
    </item>
    <item>
      <title>Free Continuous Integration Toolkit</title>
      <description>continuous integration (CI) implements continuous processes of applying quality control - small pieces of effort, applied frequently. Continuous integration aims to improve the quality of software, and to reduce the time taken to deliver it, by replacing the traditional practice of applying quality control after completing all development.

My personal definition is:
"Giving a damn that the code you write is not breaking the app considering that other developers are working on the code base at the same time and realizing that you are not infallible." &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweb2asp.net%2f2010%2f10%2ffree-continuous-integration-toolkit.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweb2asp.net%2f2010%2f10%2ffree-continuous-integration-toolkit.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Free_Continuous_Integration_Toolkit</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Free_Continuous_Integration_Toolkit</guid>
      <pubDate>Mon, 18 Oct 2010 08:15:52 GMT</pubDate>
    </item>
    <item>
      <title>Adding reCAPTCHA to asp.net MVC</title>
      <description>How to add reCAPTCHA to your asp.net MVC site &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2feglasius.blogspot.com%2f2010%2f10%2fadding-recaptcha-to-aspnet-mvc.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2feglasius.blogspot.com%2f2010%2f10%2fadding-recaptcha-to-aspnet-mvc.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Adding_reCAPTCHA_to_asp_net_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Adding_reCAPTCHA_to_asp_net_MVC</guid>
      <pubDate>Fri, 15 Oct 2010 12:48:11 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 2 Fundamentals</title>
      <description>I did a presentation at work today on ASP.NET MVC 2 fundamentals.  I covered the basics of creating an ASP.NET MVC 2 website. 

Here is what I covered:
1.)  Entity Framework for our data access layer
2.)  POCO entities
3.)  Repository pattern with abstract and concrete classes
4.)  Creating our first controller
5.)  Creating our first view (modifying to use partials)
6.)  Altering the default route
7.)  Discussing differences between GET and POST
8.)  Creating our own controller factory utilizing Unity &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.charlieblog.net%2f%3fp%3d57"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.charlieblog.net%2f%3fp%3d57" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_2_Fundamentals</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_2_Fundamentals</guid>
      <pubDate>Fri, 15 Oct 2010 22:30:52 GMT</pubDate>
    </item>
    <item>
      <title>HTML 5 Intellisense In Visual Studio 2010</title>
      <description>Someone recently asked me if Visual Studio 2010 supports HTML 5 Intellisense. Well the answer is not out-of-the-box, but there is a free tool that makes it possible. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f10%2fhtml-5-intellisense-in-visual-studio.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f10%2fhtml-5-intellisense-in-visual-studio.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/HTML_5_Intellisense_In_Visual_Studio_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/HTML_5_Intellisense_In_Visual_Studio_2010</guid>
      <pubDate>Wed, 13 Oct 2010 15:45:52 GMT</pubDate>
    </item>
    <item>
      <title>Improved JavaScript Model Binding in ASP.NET MVC 3 Preview 1</title>
      <description>796319465169  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d587"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d587" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Improved_JavaScript_Model_Binding_in_ASP_NET_MVC_3_Preview_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Improved_JavaScript_Model_Binding_in_ASP_NET_MVC_3_Preview_1</guid>
      <pubDate>Mon, 11 Oct 2010 11:15:52 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET and the Padding Oracle Attack: Wrap-up</title>
      <description>Based on the news that was released at the time, it appeared that this vulnerability was just an issue AES. It turns out that this was false and that that this attack works against ANY BLOCK CIPHER meaning 3DES was also vulnerable.  This wrap-up links to some mitigation techniques and also discusses how to protect against padding oracle attacks using Digital Signatures. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2010%2f09%2faspnet-and-padding-oracle-attack-wrap.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2010%2f09%2faspnet-and-padding-oracle-attack-wrap.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/ASP_NET_and_the_Padding_Oracle_Attack_Wrap_up</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/ASP_NET_and_the_Padding_Oracle_Attack_Wrap_up</guid>
      <pubDate>Mon, 20 Sep 2010 18:00:52 GMT</pubDate>
    </item>
    <item>
      <title>7 Freely available E-Books/Guides I found essential for .NET Programme</title>
      <description>Freely available E-Books/Guides I found essential for .NET Programme &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2famazedsaint.blogspot.com%2f2010%2f09%2f7-freely-available-e-booksguides-i.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2famazedsaint.blogspot.com%2f2010%2f09%2f7-freely-available-e-booksguides-i.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/7_Freely_available_E_Books_Guides_I_found_essential_for_NET_Programme</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/7_Freely_available_E_Books_Guides_I_found_essential_for_NET_Programme</guid>
      <pubDate>Mon, 20 Sep 2010 21:00:52 GMT</pubDate>
    </item>
    <item>
      <title>Overriding a .svc Request With Routing</title>
      <description>One useful feature of routing in ASP.NET is that requests for files that exist on disk are ignored by routing. Thus requests for static files and for .aspx and .svc files don't run through the routing system. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2010%2f09%2f07%2frouting-and-build-providers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2010%2f09%2f07%2frouting-and-build-providers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Overriding_a_svc_Request_With_Routing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Overriding_a_svc_Request_With_Routing</guid>
      <pubDate>Fri, 17 Sep 2010 12:45:52 GMT</pubDate>
    </item>
    <item>
      <title>Inline Recursion in ASP.NET Template to Print a Tree's Node List</title>
      <description>Here's a neat &amp;amp; clean way to perform a recursion in ASP.NET, inside the .aspx/.ascx file. Suitable for ASP.NET MVC as well as WebForms.

No &amp;lt;asp:Repeater&amp;gt; + OnItemDataBound event or concatenating strings recursively in the code behind involved.

[...] &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevign.me%2finline-recursion-asp-net-template-print-a-tree%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevign.me%2finline-recursion-asp-net-template-print-a-tree%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Inline_Recursion_in_ASP_NET_Template_to_Print_a_Tree_s_Node_List</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Inline_Recursion_in_ASP_NET_Template_to_Print_a_Tree_s_Node_List</guid>
      <pubDate>Fri, 17 Sep 2010 13:30:52 GMT</pubDate>
    </item>
    <item>
      <title>Creating your own ModelMetadataProvider to handle custom attributes</title>
      <description>In this post we're going to create our own metadataprovider for mvc to handle our custom attributes or other situations. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbuildstarted.com%2f2010%2f09%2f14%2fcreating-your-own-modelmetadataprovider-to-handle-custom-attributes%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbuildstarted.com%2f2010%2f09%2f14%2fcreating-your-own-modelmetadataprovider-to-handle-custom-attributes%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Creating_your_own_ModelMetadataProvider_to_handle_custom_attributes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Creating_your_own_ModelMetadataProvider_to_handle_custom_attributes</guid>
      <pubDate>Tue, 14 Sep 2010 16:08:07 GMT</pubDate>
    </item>
    <item>
      <title>Rotate Ads using jQuery and ASP.NET AdRotator Control</title>
      <description>The ASP.NET AdRotator control is a useful control to randomly display advertisements on a webpage. However the ads in the adrotator control are rotated only when the user refreshes the page. In this article, we will use a single line of jQuery code to rotate ads using the adrotator control, at regular intervals and without refreshing the page. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d568"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d568" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Rotate_Ads_using_jQuery_and_ASP_NET_AdRotator_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Rotate_Ads_using_jQuery_and_ASP_NET_AdRotator_Control</guid>
      <pubDate>Tue, 07 Sep 2010 15:45:52 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET click tracking</title>
      <description>How to create an intermediate page for hyperlinks plus a user control for easy implementation using ASP.NET.  Very useful for creating click through tracking solutions or session keep alives in a hybrid server environment like Classic ASP to ASP.NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.arkesystems.com%2fpost%2f2010%2f09%2fASPNET-click-tracking.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.arkesystems.com%2fpost%2f2010%2f09%2fASPNET-click-tracking.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_click_tracking</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_click_tracking</guid>
      <pubDate>Mon, 06 Sep 2010 04:30:52 GMT</pubDate>
    </item>
    <item>
      <title>Tying it Together : WCF, ASP.NET MVC, jQuery &amp;amp; JSON</title>
      <description>I've been working through a project recently that I ended up creating an interesting abstraction of an assembly/classes between multiple web services projects.  I wrote about it initially in Aggregated Web Services Pt I.  In this blog entry is going to cover a few things, based on a full end-to-end implementation of a project from the WCF RESTful Web Services, to the ASP.NET MVC Site, and finally the jQuery calling those same services. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcompositecode.com%2f2010%2f09%2f03%2faggregated-web-services-pt-ii-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcompositecode.com%2f2010%2f09%2f03%2faggregated-web-services-pt-ii-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Tying_it_Together_WCF_ASP_NET_MVC_jQuery_JSON</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Tying_it_Together_WCF_ASP_NET_MVC_jQuery_JSON</guid>
      <pubDate>Fri, 03 Sep 2010 21:57:19 GMT</pubDate>
    </item>
    <item>
      <title>Unit Testing Entity Framework 4.0: A-Z in 3 Easy Steps</title>
      <description>This article gives you an ultra-fast run down on how to start Unit Testing in Entity Framework 4.0 using C#; applying a suitable Code Generation Item to your Entity Data Model (EDMX) file, and building a Unit Test Project in Visual Studio 2010.

No external test harness is required, it doesn't rely on having a Repository pattern being implemented and you don't need to buy any new products. Just Visual Studio 2010 Professional Edition, Premium Edition or Ultimate Edition out of the box. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogofrab.blogspot.com%2f2010%2f08%2funit-testing-entity-framework-40.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogofrab.blogspot.com%2f2010%2f08%2funit-testing-entity-framework-40.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Unit_Testing_Entity_Framework_4_0_A_Z_in_3_Easy_Steps</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Unit_Testing_Entity_Framework_4_0_A_Z_in_3_Easy_Steps</guid>
      <pubDate>Mon, 06 Sep 2010 06:45:52 GMT</pubDate>
    </item>
    <item>
      <title>HTML5 Support In Visual Studio 2010</title>
      <description>I was trying to play around with HTML5 assuming that VS 2010 had shipped with HTML5 support but to my dismay it was not the case. Bummer! So I did a bit of homework and came up with an easy workaround. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.raihaniqbal.net%2fblog%2f2010%2f08%2fhtml5-support-in-visual-studio-2010%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.raihaniqbal.net%2fblog%2f2010%2f08%2fhtml5-support-in-visual-studio-2010%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/HTML5_Support_In_Visual_Studio_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/HTML5_Support_In_Visual_Studio_2010</guid>
      <pubDate>Mon, 09 Aug 2010 12:45:52 GMT</pubDate>
    </item>
    <item>
      <title>Repository and Unit of Work T4 Template for Entity Framework</title>
      <description>Two weeks ago I wrote the Revisiting the Repository and Unit of Work Patterns with Entity Framework post. One thing that I thought would be nice was to have an automatic code generation that will help me to build these patterns without sweating. So I sat down and created a T4 Template to auto generate the same patterns. &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%2f2010%2f07%2f05%2frepository-and-unit-of-work-t4-template-for-entity-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2010%2f07%2f05%2frepository-and-unit-of-work-t4-template-for-entity-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Repository_and_Unit_of_Work_T4_Template_for_Entity_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Repository_and_Unit_of_Work_T4_Template_for_Entity_Framework</guid>
      <pubDate>Mon, 05 Jul 2010 11:22:37 GMT</pubDate>
    </item>
    <item>
      <title>Release of Google Analytics Dot Net</title>
      <description>So today is the day that a little side project I've been working on sees the days of light. GoogleAnalyticsDotNet allows you to log a page view to Google Analytics from code behind of a website or from within a web service or win forms project without needing to use the Google JavaScript code, or even use web browser at all. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.diaryofaninja.com%2fblog%2f2010%2f07%2f04%2frelease-of-google-analytics-dot-net"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.diaryofaninja.com%2fblog%2f2010%2f07%2f04%2frelease-of-google-analytics-dot-net" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Release_of_Google_Analytics_Dot_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Release_of_Google_Analytics_Dot_Net</guid>
      <pubDate>Thu, 08 Jul 2010 03:45:52 GMT</pubDate>
    </item>
  </channel>
</rss>
