<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by rjdudley</title>
    <description>Stories kicked by rjdudley</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>How to Find Memory Leaks With CLRProfiler </title>
      <description>Track down, discover and eliminate memory leaks in your applications with this free open source tool. &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%2f05%2f30%2fhow-to-find-memory-leaks-with-clrprofiler%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f05%2f30%2fhow-to-find-memory-leaks-with-clrprofiler%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_Find_Memory_Leaks_With_CLRProfiler</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_Find_Memory_Leaks_With_CLRProfiler</guid>
      <pubDate>Fri, 30 May 2008 14:01:07 GMT</pubDate>
    </item>
    <item>
      <title>Turning a Linksys WRT54GL Router Into a VPN Server</title>
      <description>Ever need that spec document or need to check into Subversion when you're at home?  I find myself in that situation often, and the best way to access the office is via VPN.  Using a Linksys router, the open source DD-WRT firmware and OpenVPN client, I now have a full featured VPN appliance.  Setup was a little convoluted, so I've posted the process I went through to make this happen. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frjdudley.com%2fblog%2fTurningALinksysWRT54GLRouterIntoAVPNServer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frjdudley.com%2fblog%2fTurningALinksysWRT54GLRouterIntoAVPNServer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Turning_a_Linksys_WRT54GL_Router_Into_a_VPN_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Turning_a_Linksys_WRT54GL_Router_Into_a_VPN_Server</guid>
      <pubDate>Sat, 09 Feb 2008 15:31:59 GMT</pubDate>
    </item>
    <item>
      <title>SqlDataSource and AJAX Reorder List from Codebehind</title>
      <description>How to use a SQL Data Souce with the ASP.NET Ajax Reorder List control &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.willasrari.com%2fblog%2fsqldatasource-and-ajax-reorder-list-from-codebehind%2f000194.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.willasrari.com%2fblog%2fsqldatasource-and-ajax-reorder-list-from-codebehind%2f000194.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/SqlDataSource_and_AJAX_Reorder_List_from_Codebehind</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/SqlDataSource_and_AJAX_Reorder_List_from_Codebehind</guid>
      <pubDate>Tue, 05 Feb 2008 22:04:15 GMT</pubDate>
    </item>
    <item>
      <title>Calculate Distance Between Geocodes in C# and JavaScript </title>
      <description>There are times when I need code to calculate the distance between two geocodes (Lat/Long points). I don't need it very often and until now I didn't have a code snippet that I could jus copy and paste. I was searching and found Rob Conery's LINQ and Geocoding post. It's an interesting post and he includes a sample of how to use Lambda expressions in C# 3.0 to calculate the distance between two geocodes in Miles. I decided to copy his code snippet and make sure it works in .NET 2.0 and also convert it to JavaScript.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpietschsoft.com%2fBlog%2fPost.aspx%3fPostID%3d1452"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpietschsoft.com%2fBlog%2fPost.aspx%3fPostID%3d1452" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Calculate_Distance_Between_Geocodes_in_C_and_JavaScript</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Calculate_Distance_Between_Geocodes_in_C_and_JavaScript</guid>
      <pubDate>Tue, 05 Feb 2008 02:16:02 GMT</pubDate>
    </item>
    <item>
      <title>TDD for Beginners Series</title>
      <description>Series of posts geared towards the beginner developer to TDD.  These are meant to be as simple as possible to get the understanding across about TDD.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.buddylindsey.com%2fBlog%2fpage%2fTDD-for-Beginners-Series.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.buddylindsey.com%2fBlog%2fpage%2fTDD-for-Beginners-Series.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/TDD_for_Beginners_Series</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/TDD_for_Beginners_Series</guid>
      <pubDate>Sat, 02 Feb 2008 21:46:02 GMT</pubDate>
    </item>
    <item>
      <title>dashCommerce / Commerce Starter Kit goes somewhat un-open source</title>
      <description>Chris Cyvas, project lead for dashCommerce (Formerly Commerce Starter Kit by Rob Connery of SubSonic Fame), recently announced the somewhat surpising roadmap for Version 3 of dashCommerce.  It seems that all open source development has stopped at v2.2 and v3 is moving forward as closed source and for profit to the dishartening of the community.   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dashcommerce.org%2fdefault.aspx%3fview%3ddisplay_forum_posts%26pageId%3d2%26forumId%3d3%26topicId%3d1021"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dashcommerce.org%2fdefault.aspx%3fview%3ddisplay_forum_posts%26pageId%3d2%26forumId%3d3%26topicId%3d1021" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/dashCommerce_Commerce_Starter_Kit_goes_somewhat_un_open_source</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/dashCommerce_Commerce_Starter_Kit_goes_somewhat_un_open_source</guid>
      <pubDate>Mon, 28 Jan 2008 16:15:47 GMT</pubDate>
    </item>
    <item>
      <title>Essential Graphic Design Tools for .NET Developers</title>
      <description>Use Paint.NET, BluePrint CSS Framework, and the ASP.NET 2.0 CSS Friendly Adapters to quickly chalk up an ASP-Driven user interface. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ajaxninja.com%2f%3fp%3d299"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ajaxninja.com%2f%3fp%3d299" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Essential_Graphic_Design_Tools_for_NET_Developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Essential_Graphic_Design_Tools_for_NET_Developers</guid>
      <pubDate>Tue, 29 Jan 2008 15:46:07 GMT</pubDate>
    </item>
    <item>
      <title>How to Write a Provider Model</title>
      <description>In this article Keyvan teaches you how to write your own data provider for .NET applications using the provider model. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fdesignpatterns%2fHowToWriteAProviderModel.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fdesignpatterns%2fHowToWriteAProviderModel.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/How_to_Write_a_Provider_Model</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/How_to_Write_a_Provider_Model</guid>
      <pubDate>Tue, 22 Jan 2008 06:46:02 GMT</pubDate>
    </item>
    <item>
      <title>LIVE: The Syndicated Client Experiences Starter Kit </title>
      <description>LIVE: The Syndicated Client Experiences Starter Kit  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2008%2f01%2f16%2flive-the-syndicated-client-experiences-starter-kit-reader-sdk.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2008%2f01%2f16%2flive-the-syndicated-client-experiences-starter-kit-reader-sdk.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/LIVE_The_Syndicated_Client_Experiences_Starter_Kit</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/LIVE_The_Syndicated_Client_Experiences_Starter_Kit</guid>
      <pubDate>Wed, 16 Jan 2008 18:07:00 GMT</pubDate>
    </item>
    <item>
      <title>The LINQ DataContext</title>
      <description>In an earlier post I showed how LINQ developers can connect to a database and write a simple query. This post steps behind the scenes of a LINQ to SQL application and describes the classes auto-generated by the Object Relational Designer (aka LINQ to SQL designer). The focus will be on two key items: 

* The Customer and Order entity class 
* The DataContext itself
 &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%2f2007%2f12%2f10%2funderstanding-the-datacontext.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2007%2f12%2f10%2funderstanding-the-datacontext.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_LINQ_DataContext</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_LINQ_DataContext</guid>
      <pubDate>Tue, 11 Dec 2007 06:50:17 GMT</pubDate>
    </item>
    <item>
      <title>Review: dtsdoc and dbdesc</title>
      <description>Sister products dtsdoc (for documenting SQL Server 2000 DTS packages) and dbdesc (for documenting schemas of several database products) are reviewed, with a complete waklthrough or using them and the data produced. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspalliance.com%2f1507_Review_dtsdoc_and_dbdesc"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspalliance.com%2f1507_Review_dtsdoc_and_dbdesc" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Review_dtsdoc_and_dbdesc</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Review_dtsdoc_and_dbdesc</guid>
      <pubDate>Thu, 06 Dec 2007 21:01:47 GMT</pubDate>
    </item>
    <item>
      <title>Linq to Sql Surprise Performance Hit</title>
      <description>JD outlines a classic case of making assumptions while performance tuning. It turns out there are cases where Linq To SQL can take longer to compile a query than the round trip to SQL. &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%2f2007%2f11%2f28%2flinq-to-sql-surprise-performance-hit.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjdconley.com%2fblog%2farchive%2f2007%2f11%2f28%2flinq-to-sql-surprise-performance-hit.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Linq_to_Sql_Surprise_Performance_Hit</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Linq_to_Sql_Surprise_Performance_Hit</guid>
      <pubDate>Tue, 04 Dec 2007 18:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Easy browsing of public subversion repositories.</title>
      <description>Subversion Reports is an open source ASP.Net application capable of browsing and displaying stats for any URL-accessible subversion repository. It makes it easy to see at a glance who has been committing code to the repository as well as what was committed or changed. The project is under active development and a demonstration is available at: http://www.subversionreports.org/ The project is also actively seeking contributors and developers to help expand the functionality and feature set. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsubversionreports.googlecode.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsubversionreports.googlecode.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Easy_browsing_of_public_subversion_repositories</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Easy_browsing_of_public_subversion_repositories</guid>
      <pubDate>Wed, 28 Nov 2007 21:46:04 GMT</pubDate>
    </item>
    <item>
      <title>C# WebCam User Control</title>
      <description>Control WebCams right from C#. The author of this post explains how, and even provides source code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fmarkhsch%2farchive%2f2007%2f11%2f19%2fc-webcam-user-control-source.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fmarkhsch%2farchive%2f2007%2f11%2f19%2fc-webcam-user-control-source.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_WebCam_User_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_WebCam_User_Control</guid>
      <pubDate>Wed, 28 Nov 2007 06:32:10 GMT</pubDate>
    </item>
    <item>
      <title>Get VS2008 Pro fro free - Large list of Installfest locations</title>
      <description>Tim Heuer has come up with a large list of installfest dates and locations where you can get your free copy of VS2008 Professional. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftimheuer.com%2fblog%2farchive%2f2007%2f11%2f27%2fget-visual-studio-2008-professional-for-free-installfest.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftimheuer.com%2fblog%2farchive%2f2007%2f11%2f27%2fget-visual-studio-2008-professional-for-free-installfest.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Get_VS2008_Pro_fro_free_Large_list_of_Installfest_locations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Get_VS2008_Pro_fro_free_Large_list_of_Installfest_locations</guid>
      <pubDate>Wed, 28 Nov 2007 02:13:06 GMT</pubDate>
    </item>
    <item>
      <title>Copy Source As Html add-in for Visual Studio 2008 RTM</title>
      <description>The title says it all. Article contains a link for VS2005 -version, too. &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%2fbursteg%2farchive%2f2007%2f11%2f21%2fcopy-source-as-html-copysourceashtml-for-visual-studio-2008-rtm.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fbursteg%2farchive%2f2007%2f11%2f21%2fcopy-source-as-html-copysourceashtml-for-visual-studio-2008-rtm.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Copy_Source_As_Html_add_in_for_Visual_Studio_2008_RTM</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Copy_Source_As_Html_add_in_for_Visual_Studio_2008_RTM</guid>
      <pubDate>Thu, 22 Nov 2007 06:59:06 GMT</pubDate>
    </item>
    <item>
      <title>Free SQL Server tools that might make your life a little easier </title>
      <description>Free MS and non MS tools for easoer work with SQL Server 2005 and 2000 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f11%2f20%2fFree-SQL-Server-tools-that-might-make-your-life-a.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f11%2f20%2fFree-SQL-Server-tools-that-might-make-your-life-a.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Free_SQL_Server_tools_that_might_make_your_life_a_little_easier</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Free_SQL_Server_tools_that_might_make_your_life_a_little_easier</guid>
      <pubDate>Tue, 20 Nov 2007 20:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Free charting for ASP.NET</title>
      <description>Open Flash Chart is an open source flash control that can display charts on a web page.

The latest release contains an ASP.NET libary. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2007%2f11%2fOpen-Flash-Chart-for-ASPNET---SubSonic.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2007%2f11%2fOpen-Flash-Chart-for-ASPNET---SubSonic.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Free_charting_for_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Free_charting_for_ASP_NET</guid>
      <pubDate>Tue, 20 Nov 2007 16:31:02 GMT</pubDate>
    </item>
    <item>
      <title>  Phi-ling Up Your UI</title>
      <description>Math isn't just for breakfast anymore. In fact, it turns out, there's a lot you can actually do with Math, aside from using it to sound like you know a lot of stuff.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2f2007%2f11%2f19%2fphi-ling-up-your-ui%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2f2007%2f11%2f19%2fphi-ling-up-your-ui%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Phi_ling_Up_Your_UI</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Phi_ling_Up_Your_UI</guid>
      <pubDate>Tue, 20 Nov 2007 02:59:48 GMT</pubDate>
    </item>
    <item>
      <title>Three CSS Roll Over Techniques You Might Not Know About</title>
      <description>When it comes to rollover effects in web design the most common way to accomplish the effect has traditionally been with JavaScript. The reason this method is used so commonly is because it is simple to implement and, more importantly, avoids the &amp;quot;lag&amp;quot; on the first mouseover that comes when using a CSS background-image switch on an selector:hover rule due to the delay required to download the rollover image. One thing that a lot of people don't realize is that there are methods to accomplish this effect in CSS without the initial rollover lag.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.colincochrane.com%2fpost%2f2007%2f11%2fThree-CSS-Roll-Over-Techniques-You-Might-Not-Know-About.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.colincochrane.com%2fpost%2f2007%2f11%2fThree-CSS-Roll-Over-Techniques-You-Might-Not-Know-About.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Three_CSS_Roll_Over_Techniques_You_Might_Not_Know_About</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Three_CSS_Roll_Over_Techniques_You_Might_Not_Know_About</guid>
      <pubDate>Mon, 12 Nov 2007 20:16:05 GMT</pubDate>
    </item>
    <item>
      <title>URL Rewriting in ASP.NET without using HTTPHandlers or ISAPI.</title>
      <description>How to perform URL Rewriting by writing a custom HTTPModule. This technique even works on shared hosting plans.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeeleven.blogspot.com%2f2007%2f11%2frewriting-urls-in-aspnet-without-using.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeeleven.blogspot.com%2f2007%2f11%2frewriting-urls-in-aspnet-without-using.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/URL_Rewriting_in_ASP_NET_without_using_HTTPHandlers_or_ISAPI</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/URL_Rewriting_in_ASP_NET_without_using_HTTPHandlers_or_ISAPI</guid>
      <pubDate>Wed, 14 Nov 2007 03:01:02 GMT</pubDate>
    </item>
    <item>
      <title>MVC or MVP Pattern - Whats the difference?</title>
      <description>This awesome post explains differences between MVP and MVC patterns using VS Class Diagrams &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.infragistics.com%2fblogs%2ftsnyder%2farchive%2f2007%2f10%2f17%2fmvc-or-mvp-pattern-whats-the-difference.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.infragistics.com%2fblogs%2ftsnyder%2farchive%2f2007%2f10%2f17%2fmvc-or-mvp-pattern-whats-the-difference.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/MVC_or_MVP_Pattern_Whats_the_difference</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/MVC_or_MVP_Pattern_Whats_the_difference</guid>
      <pubDate>Sat, 10 Nov 2007 00:46:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET and LINQ</title>
      <description>The Language Integrated Query (LINQ) facilities make querying a first-class concept in the .NET Framework 3.5. Because ASP.NET is just a development platform built on top of the .NET Framework, there's no reason why you can't query data in a Web context using LINQ. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ddj.com%2fwindows%2f201807901"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ddj.com%2fwindows%2f201807901" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_and_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_and_LINQ</guid>
      <pubDate>Thu, 08 Nov 2007 14:55:13 GMT</pubDate>
    </item>
    <item>
      <title>OpenWinForms - open source windows forms and controls</title>
      <description>OpenWinForms is a open source website for windows forms and controls. Here you can find windows controls and libraries for free. This is a non-commercial open source web site. This site mainly focuses on Microsoft technologies e.g. Microsoft .net, VB.net, C#.net etc. You may use these for any commercial or non-commercial purpose for free. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.openwinforms.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.openwinforms.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/OpenWinForms_open_source_windows_forms_and_controls</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/OpenWinForms_open_source_windows_forms_and_controls</guid>
      <pubDate>Fri, 09 Nov 2007 15:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Dynamically adding controls to ASPX pages (web forms) and assigning ev</title>
      <description>Although I've seen a lot of articles describing how to dynamically add controls to a Web Form, few mention even a little hint to how you can make event handlers actually WORK with dynamically-added controls. This article may seem (and probably is) a beginner-level one, but I think it's essential to cover this issue. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetzone.gr%2fcs%2fblogs%2fsfilip%2farchive%2f2007%2f11%2f08%2fdynamically-adding-controls-and-assigning-event-handlers-to-web-forms-aspx-pages.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetzone.gr%2fcs%2fblogs%2fsfilip%2farchive%2f2007%2f11%2f08%2fdynamically-adding-controls-and-assigning-event-handlers-to-web-forms-aspx-pages.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Dynamically_adding_controls_to_ASPX_pages_web_forms_and_assigning_ev</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Dynamically_adding_controls_to_ASPX_pages_web_forms_and_assigning_ev</guid>
      <pubDate>Thu, 08 Nov 2007 13:00:13 GMT</pubDate>
    </item>
  </channel>
</rss>