<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by ejstembler</title>
    <description>Stories kicked by ejstembler</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>Learning Ruby via IronRuby and C# Part 2</title>
      <description>Part 2 in a multi-part series on learning Ruby using IronRuby and C#. C# is used to give you a basis for which to interpret the Ruby and migrate your skills. &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.aspx%3fid%3d5f5ad17a-8019-4b56-9ddb-d0447f5d2879"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost.aspx%3fid%3d5f5ad17a-8019-4b56-9ddb-d0447f5d2879" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Learning_Ruby_via_IronRuby_and_C_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Learning_Ruby_via_IronRuby_and_C_Part_2</guid>
      <pubDate>Tue, 22 Jul 2008 20:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Using CROSS JOIN to generate test data</title>
      <description>In this blog, Joe demonstrates the power of the CROSS JOIN and how it can be harnessed to create lots of test data very quickly.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2008%2f02%2f06%2f60490.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2008%2f02%2f06%2f60490.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Using_CROSS_JOIN_to_generate_test_data</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Using_CROSS_JOIN_to_generate_test_data</guid>
      <pubDate>Thu, 07 Feb 2008 04:31:02 GMT</pubDate>
    </item>
    <item>
      <title>4 ASP.NET AJAX JavaScript UI methods you should learn</title>
      <description>A closer look at some of the ASP.NET AJAX client side framework's less utilized UI functionality.  Examples include CSS manipulation, measuring the size of a rendered element, and finding/changing the location of an element. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f01%2f09%2f4-aspnet-ajax-javascript-ui-functions-you-should-learn%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f01%2f09%2f4-aspnet-ajax-javascript-ui-functions-you-should-learn%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/4_ASP_NET_AJAX_JavaScript_UI_methods_you_should_learn</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/4_ASP_NET_AJAX_JavaScript_UI_methods_you_should_learn</guid>
      <pubDate>Wed, 09 Jan 2008 18:46:04 GMT</pubDate>
    </item>
    <item>
      <title>MVC Membership Basics</title>
      <description>Getting Register, Login, and Logout working in the recently released ASP.Net MVC framework. Downloadable code samples included. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.squaredroot.com%2fpost%2f2007%2f12%2fASPNet-MVC-Membership-Basics.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.squaredroot.com%2fpost%2f2007%2f12%2fASPNet-MVC-Membership-Basics.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/MVC_Membership_Basics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/MVC_Membership_Basics</guid>
      <pubDate>Tue, 11 Dec 2007 03:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Dynamically Applying Themes To Your ASP.Net Site With A Sitemap</title>
      <description>Ever run across a web site that used multiple themes, either page by page, or by some sort of grouping, such as the old divx.com site, and wondered how to do it in your own ASP.Net site? 

If so, then what I'm about to show you might be of interest. If not, read on anyway's. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.carlj.ca%2f2007%2f11%2f19%2fdynamically-applying-themes-to-your-aspnet-site-with-a-sitemap%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.carlj.ca%2f2007%2f11%2f19%2fdynamically-applying-themes-to-your-aspnet-site-with-a-sitemap%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Dynamically_Applying_Themes_To_Your_ASP_Net_Site_With_A_Sitemap</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Dynamically_Applying_Themes_To_Your_ASP_Net_Site_With_A_Sitemap</guid>
      <pubDate>Wed, 21 Nov 2007 04:31:04 GMT</pubDate>
    </item>
    <item>
      <title>Improve Your C#! Borrow from F#...</title>
      <description>Awsome awsome awsome way of showing off F# functionality.  I know the examples are how you would implement the same thing in C#, but whats great is he's giving you a point of refrerence into F# if you understand only the C# code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdiditwith.net%2f2007%2f11%2f14%2fImproveYourCBorrowFromF.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdiditwith.net%2f2007%2f11%2f14%2fImproveYourCBorrowFromF.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Improve_Your_C_Borrow_from_F</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Improve_Your_C_Borrow_from_F</guid>
      <pubDate>Wed, 14 Nov 2007 12:46:26 GMT</pubDate>
    </item>
    <item>
      <title>ASP.Net MVC Framework Part 1</title>
      <description>Scott Guthrie provides some great insight into the upcoming ASP.Net MVC framework. &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%2f2007%2f11%2f13%2fasp-net-mvc-framework-part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f11%2f13%2fasp-net-mvc-framework-part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_Net_MVC_Framework_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_Net_MVC_Framework_Part_1</guid>
      <pubDate>Tue, 13 Nov 2007 13:31:02 GMT</pubDate>
    </item>
    <item>
      <title>I'm Really Digging F#</title>
      <description>An article that shows the elegance, power and brevity of Microsoft's F# language. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdiditwith.net%2f2007%2f10%2f26%2fImReallyDiggingF.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdiditwith.net%2f2007%2f10%2f26%2fImReallyDiggingF.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/I_m_Really_Digging_F</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/I_m_Really_Digging_F</guid>
      <pubDate>Thu, 01 Nov 2007 21:46:04 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server Naming Conventions</title>
      <description>A set of naming convention standards when starting a new SQL Server database. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ejstembler.com%2fPost.aspx%3fPostId%3d2"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ejstembler.com%2fPost.aspx%3fPostId%3d2" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_Naming_Conventions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_Naming_Conventions</guid>
      <pubDate>Thu, 28 Jun 2007 04:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Web Site or Web Application?</title>
      <description>Differences between Web Site and Web Application project types &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%2fswarren%2fBlog%2fLists%2fPosts%2fPost.aspx%3fID%3d10"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.vertigo.com%2fpersonal%2fswarren%2fBlog%2fLists%2fPosts%2fPost.aspx%3fID%3d10" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Web_Site_or_Web_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Web_Site_or_Web_Application</guid>
      <pubDate>Tue, 26 Jun 2007 07:16:01 GMT</pubDate>
    </item>
  </channel>
</rss>