<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by samAdams</title>
    <description>Stories kicked by samAdams</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>Create A Netflix/Blockbuster Style Pop-Up Using the AJAX Control Toolk</title>
      <description>I just recently signed up for NetFlix to get my videos over by mail. My wife in particular pointed out to me how nice the descriptions are being shown in a pop-up. Thereafter, I noticed that they have done super cool UIs all over their website. One of the things I got curious about was the way they showed descriptions of the movie by poping up a box with an arrow. The nice thing is that the box has a transparent shadow/glow in the back. I wanted to impress my wife and show her that this can be done easily. This article will show you how to show a pop up like the one mentioned above, both statically and dynamically by using the AJAX Control Kit's HoverPopUpMenu. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.junnark.com%2fArticles%2fCreate-A-Netflix-Type-Pop-Up-Using-Hover-Pop-Up-Menu.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.junnark.com%2fArticles%2fCreate-A-Netflix-Type-Pop-Up-Using-Hover-Pop-Up-Menu.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Create_A_Netflix_Blockbuster_Style_Pop_Up_Using_the_AJAX_Control_Toolk</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Create_A_Netflix_Blockbuster_Style_Pop_Up_Using_the_AJAX_Control_Toolk</guid>
      <pubDate>Tue, 02 Sep 2008 21:19:52 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Preview 5 and Form Posting Scenarios </title>
      <description>Another epic post by The Gu &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%2f2008%2f09%2f02%2fasp-net-mvc-preview-5-and-form-posting-scenarios.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f09%2f02%2fasp-net-mvc-preview-5-and-form-posting-scenarios.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Preview_5_and_Form_Posting_Scenarios</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Preview_5_and_Form_Posting_Scenarios</guid>
      <pubDate>Tue, 02 Sep 2008 14:01:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Routing, DataBinding and WebForms</title>
      <description>Clever article on how to use Routing in WebForms to achieve ASP.NET MVC-type behavior of auto-binding URL parameters to controls &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jeremyskinner.co.uk%2f2008%2f06%2f21%2faspnet-routing-databinding-and-webforms%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jeremyskinner.co.uk%2f2008%2f06%2f21%2faspnet-routing-databinding-and-webforms%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Routing_DataBinding_and_WebForms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Routing_DataBinding_and_WebForms</guid>
      <pubDate>Fri, 29 Aug 2008 17:06:19 GMT</pubDate>
    </item>
    <item>
      <title>Form validation with ASP.NET MVC preview 5</title>
      <description>In earlier ASP.NET MVC previews, form validation was something that should be implemented &amp;quot;by hand&amp;quot;. Since the new ASP.NET MVC preview 5, form validation has become more handy. Let me show you how you can add validation in such a ridiculously easy manner.  &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%2f2008%2f08%2f29%2fForm-validation-with-ASPNET-MVC-preview-5.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f08%2f29%2fForm-validation-with-ASPNET-MVC-preview-5.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Form_validation_with_ASP_NET_MVC_preview_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Form_validation_with_ASP_NET_MVC_preview_5</guid>
      <pubDate>Fri, 29 Aug 2008 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC P5 released on Codeplex</title>
      <description>Keeping on with the 6 weeks release plan, the ASP.NET MVC team quietly release P5 of ASP.NET MVC on Codeplex. &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%2f2008%2f08%2f29%2fasp.net-mvc-preview5-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f08%2f29%2fasp.net-mvc-preview5-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_P5_released_on_Codeplex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_P5_released_on_Codeplex</guid>
      <pubDate>Fri, 29 Aug 2008 10:16:12 GMT</pubDate>
    </item>
    <item>
      <title>Entities and Repositories Discussion</title>
      <description>Earlier today, there was a great discussion in an IRC channel about entities and whether they should have behaviors or not, and that eventually moved onto Repositories. It's a good discussion and after it was over, several of us felt it would be a good reference for later. Since I have a log of the conversation, I figured I'd repost it for future reference. Hopefully, you'll find it a good read as well.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.rosscode.com%2fblog%2findex.php%3ftitle%3dentities_and_repositories_discussion%26more%3d1%26c%3d1%26tb%3d1%26pb%3d1"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.rosscode.com%2fblog%2findex.php%3ftitle%3dentities_and_repositories_discussion%26more%3d1%26c%3d1%26tb%3d1%26pb%3d1" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Entities_and_Repositories_Discussion</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Entities_and_Repositories_Discussion</guid>
      <pubDate>Fri, 29 Aug 2008 00:31:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Caching and Performance</title>
      <description>Steve Smith, owner of ASP Alliance and Lake Quincy Media joins us today to teach us about some hidden gems in ASP.NET caching and performance. Steve's expertise in this area comes from first-hand experience as Lake Quincy's ad system serves over 60 requests per second and handles over 150 million requests per month.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fcraigshoemaker%2farchive%2f2008%2f08%2f28%2fasp-net-caching-and-performance.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fcraigshoemaker%2farchive%2f2008%2f08%2f28%2fasp-net-caching-and-performance.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Caching_and_Performance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Caching_and_Performance</guid>
      <pubDate>Fri, 29 Aug 2008 17:01:10 GMT</pubDate>
    </item>
    <item>
      <title>IE8 Beta2 - The RIA Slice (Silverlight WebSlice)</title>
      <description>The Internet Explorer Beta 2 was released yesterday introducing quite some new features about which you already probably read in one of the various like the IE8 Homepage or the announcement on the official IE Blog. However there may be a feature that isn't mentioned too often which is the fact that now with beta2 RIA technologies like Silverlight are also supported in the flyout of a WebSlice. This is something that wasn't available with Beta1.

And since it is not as obvious to integrate a Silverlight portion into a WebSlice I will give you a littel walkthrough on how to do that.

First of all I want to introduce you to the concept of the different sources from which a WebSlice can retrieve its information. To understand that we first need to differentiate between the two main components of a slice which is the button in the favorites Bar on the one hand. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fastrauss%2farchive%2f2008%2f08%2f28%2fie8-beta2-the-ria-slice.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fastrauss%2farchive%2f2008%2f08%2f28%2fie8-beta2-the-ria-slice.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/IE8_Beta2_The_RIA_Slice_Silverlight_WebSlice</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/IE8_Beta2_The_RIA_Slice_Silverlight_WebSlice</guid>
      <pubDate>Thu, 04 Sep 2008 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Displaying time in relative format</title>
      <description>Many websites specially forum sites display time relative to the current time as "3 Hours 25 Minutes ago", "30 Seconds ago" etc. In this post I will show a method using which we can convert datetime into descriptive relative time string. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nirandas.com%2fblog%2findex.php%2fdisplaying-time-in-relative-format%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nirandas.com%2fblog%2findex.php%2fdisplaying-time-in-relative-format%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Displaying_time_in_relative_format</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Displaying_time_in_relative_format</guid>
      <pubDate>Thu, 28 Aug 2008 14:01:03 GMT</pubDate>
    </item>
    <item>
      <title>WPF in LOB</title>
      <description>A link to 2 videos of LOB applications developed using WPF!!! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f08%2f28%2fwpf-in-lob.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f08%2f28%2fwpf-in-lob.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_in_LOB</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_in_LOB</guid>
      <pubDate>Wed, 03 Sep 2008 19:16:18 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Dynamic Data - Simple 5 Table Northwind Example</title>
      <description>Excellent summary of what you can do with Dynamic Data - a huge timesaver for most common CRUD-style sites &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmattberseth.com%2fblog%2f2008%2f08%2faspnet_dynamic_data_simple_5_t.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmattberseth.com%2fblog%2f2008%2f08%2faspnet_dynamic_data_simple_5_t.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Dynamic_Data_Simple_5_Table_Northwind_Example</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Dynamic_Data_Simple_5_Table_Northwind_Example</guid>
      <pubDate>Fri, 22 Aug 2008 03:31:09 GMT</pubDate>
    </item>
    <item>
      <title>Exploring System.Web.Routing</title>
      <description>An overview of the new System.Web.Routing namespace that was included in .net 3.5 SP1. &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%2f08%2f20%2fExploring-SystemWebRouting.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f08%2f20%2fExploring-SystemWebRouting.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Exploring_System_Web_Routing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Exploring_System_Web_Routing</guid>
      <pubDate>Thu, 21 Aug 2008 18:31:11 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic Scaling</title>
      <description>Rob runs some tests with millions of records to see how SubSonic holds up with respect to speed and memory use. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-scaling%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-scaling%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SubSonic_Scaling</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SubSonic_Scaling</guid>
      <pubDate>Tue, 19 Aug 2008 15:31:11 GMT</pubDate>
    </item>
    <item>
      <title>10 Invaluable CSS Resources</title>
      <description>First things first. I'm an application (middle tier) developer. My design skills while adequate, are not by any means what I'd like them to be. Like a good geek girl, I've been working on this. I've put together a list of very helpful CSS resources I've stumbled upon in my quest to improve my presentation layer skills. I thought I'd share them: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcrazeegeekchick.com%2fblog%2f10-invaluable-css-resources%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcrazeegeekchick.com%2fblog%2f10-invaluable-css-resources%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/10_Invaluable_CSS_Resources</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/10_Invaluable_CSS_Resources</guid>
      <pubDate>Mon, 18 Aug 2008 17:01:13 GMT</pubDate>
    </item>
    <item>
      <title>Localizing Linq to SQL Entities</title>
      <description>Sidar shows a possible strategy to localize Linq to SQL entities &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f08%2f18%2flocalizing-linq-to-sql-entities.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f08%2f18%2flocalizing-linq-to-sql-entities.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Localizing_Linq_to_SQL_Entities</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Localizing_Linq_to_SQL_Entities</guid>
      <pubDate>Mon, 18 Aug 2008 09:31:10 GMT</pubDate>
    </item>
    <item>
      <title>Dynamic Data DateTime Formatting for Edits</title>
      <description>&amp;quot;While using the new ASP.NET Dynamic Data, I had a problem when a DateTime field from the database was displaying with the timestamp included.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspadvice.com%2fblogs%2frobertb%2farchive%2f2008%2f08%2f14%2fDynamic-Data-DateTime-Formatting-for-Edits.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspadvice.com%2fblogs%2frobertb%2farchive%2f2008%2f08%2f14%2fDynamic-Data-DateTime-Formatting-for-Edits.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Dynamic_Data_DateTime_Formatting_for_Edits</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Dynamic_Data_DateTime_Formatting_for_Edits</guid>
      <pubDate>Fri, 15 Aug 2008 12:30:58 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET gets no Respect</title>
      <description>Poor ASP.NET! Is it really that bad? I say No! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f453551.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f453551.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_gets_no_Respect</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_gets_no_Respect</guid>
      <pubDate>Fri, 15 Aug 2008 13:16:11 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight DataGrid CRUD, Sorting...</title>
      <description>Some weeks ago I started using the Silverlight DataGrid, I have found that there is few reference / training material available.

In this link you will find a compilation of good articles that helped me a lot to understand how this control works.

HTH
   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tipsdotnet.com%2fArticleBlog.aspx%3fKWID%3d78%26Area%3dSilverlight_DataGrid%26PageIndex%3d0"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tipsdotnet.com%2fArticleBlog.aspx%3fKWID%3d78%26Area%3dSilverlight_DataGrid%26PageIndex%3d0" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_DataGrid_CRUD_Sorting</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_DataGrid_CRUD_Sorting</guid>
      <pubDate>Thu, 14 Aug 2008 09:36:38 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Routing documentation at QuickStarts</title>
      <description>&amp;quot;ASP.NET routing enables you to use URLs that do not have to map to specific files in a Web site. Because the URL does not have to map to a file, you can use URLs in a Web application that are descriptive of the user's action and therefore more easily understood by users.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fquickstarts.asp.net%2f3-5-extensions%2fmvc%2fASPNETRouting.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fquickstarts.asp.net%2f3-5-extensions%2fmvc%2fASPNETRouting.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Routing_documentation_at_QuickStarts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Routing_documentation_at_QuickStarts</guid>
      <pubDate>Tue, 26 Aug 2008 04:16:16 GMT</pubDate>
    </item>
    <item>
      <title>Subtext 2.0 &amp;quot;Poseidon&amp;quot; Released!</title>
      <description>Subtext 2.0 is hot off the CI Server and the new bits are packed with a metric crap-load of bug fixes, new features, and patches. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f08%2f12%2fsubtext-2.0-bugs-features-and-patches.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f08%2f12%2fsubtext-2.0-bugs-features-and-patches.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Subtext_2_0_Poseidon_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Subtext_2_0_Poseidon_Released</guid>
      <pubDate>Wed, 13 Aug 2008 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>What's new for Entity Framework in the VS 2008 SP1?</title>
      <description>Between the Visual Studio 200 SP1 beta and RTM , there are a number of fixes and even a few new things to be found. What's in ADO.NET? Check out this list for what's new in the Entity Framework and Entity Designer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fadonet%2farchive%2f2008%2f08%2f11%2fwhat-s-new-in-the-vs-2008-sp1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fadonet%2farchive%2f2008%2f08%2f11%2fwhat-s-new-in-the-vs-2008-sp1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/What_s_new_for_Entity_Framework_in_the_VS_2008_SP1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/What_s_new_for_Entity_Framework_in_the_VS_2008_SP1</guid>
      <pubDate>Tue, 12 Aug 2008 12:58:49 GMT</pubDate>
    </item>
    <item>
      <title>Over 60 Free Controls from DevExpress </title>
      <description>Once you register, you will be forwarded an Email with your login credentials to our product download portal. With this information in hand, you will be able to download and install all the controls and tools listed above free of charge. The applications you create with these controls can be distributed royalty free (see the EULA that accompanies the products for more information). Note that the installation you download will include evaluation versions of our entire product line. You can install these trials if you wish during the setup process.

Visual Studio 2005 and Visual Studio 2008 are fully supported. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devexpress.com%2fProducts%2fFree%2fWebRegistration60%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devexpress.com%2fProducts%2fFree%2fWebRegistration60%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Over_60_Free_Controls_from_DevExpress</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Over_60_Free_Controls_from_DevExpress</guid>
      <pubDate>Tue, 12 Aug 2008 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Dynamic Data documentation is released!</title>
      <description>Soma, senior VP of the Developer Division, just announced on his blog that the Service Pack 1 for VS 2008 and .NET FX 3.5 are released!

That means that Dynamic Data is released and the documentation for Dynamic Data (and for the entire SP1) is now published on MSDN!

This is how the Table of Contents for Dynamic Data looks like for this release: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fmairaw%2farchive%2f2008%2f08%2f11%2fdynamic-data-documentation-is-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fmairaw%2farchive%2f2008%2f08%2f11%2fdynamic-data-documentation-is-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Dynamic_Data_documentation_is_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Dynamic_Data_documentation_is_released</guid>
      <pubDate>Mon, 11 Aug 2008 19:24:53 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2008 Service Pack 1</title>
      <description>It's finally here!  I haven't seen an official announcement yet, but I did a search for &amp;quot;Visual Studio 2008 Service Pack 1&amp;quot; on Microsoft's Download Center and found the following downloads added today:

Microsoft Visual Studio 2008 Service Pack 1 (exe)
http://www.microsoft.com/downloads/details.aspx?FamilyID=fbee1648-7106-44a7-9649-6d9f6d58056e&amp;amp;DisplayLang=en

Microsoft Visual Studio 2008 Service Pack 1 (iso)
http://www.microsoft.com/downloads/details.aspx?FamilyID=27673c47-b3b5-4c67-bd99-84e525b5ce61&amp;amp;DisplayLang=en &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fresults.aspx%3ffreetext%3dVisual%2520Studio%25202008%2520Service%2520Pack%25201%26productID%3dBF0EBDD7-5D74-479A-B01E-D7B141200243%26categoryId%3d10%26period%3d%26sortCriteria%3ddate%26nr%3d20%26DisplayLang%3den"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fresults.aspx%3ffreetext%3dVisual%2520Studio%25202008%2520Service%2520Pack%25201%26productID%3dBF0EBDD7-5D74-479A-B01E-D7B141200243%26categoryId%3d10%26period%3d%26sortCriteria%3ddate%26nr%3d20%26DisplayLang%3den" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2008_Service_Pack_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2008_Service_Pack_1</guid>
      <pubDate>Mon, 11 Aug 2008 16:16:07 GMT</pubDate>
    </item>
    <item>
      <title>Subtext 2.0 Released</title>
      <description>It's been a long time coming, but we are finally ready to release Subtext 2.0.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f08%2f10%2fsubtext-2.0-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f08%2f10%2fsubtext-2.0-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Subtext_2_0_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Subtext_2_0_Released</guid>
      <pubDate>Mon, 11 Aug 2008 10:38:20 GMT</pubDate>
    </item>
  </channel>
</rss>