<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by scottcate</title>
    <description>Stories kicked by scottcate</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>Microsoft Announces Visual Studio 2010. Developers Respond.</title>
      <description>Microsoft's development environment offers new tools for Agile development, software testing enhancements and improved support for cloud computing. Microsoft showed CIO.com a sneak peek, and the author invited developers to chime in with their feedback.  
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.cio.com%2farticle%2f451622%2fMicrosoft_Announces_Visual_Studio_._Developers_Respond."&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.cio.com%2farticle%2f451622%2fMicrosoft_Announces_Visual_Studio_._Developers_Respond." border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Microsoft_Announces_Visual_Studio_2010_Developers_Respond</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Microsoft_Announces_Visual_Studio_2010_Developers_Respond</guid>
      <pubDate>Mon, 29 Sep 2008 17:01:13 GMT</pubDate>
    </item>
    <item>
      <title>Social Timeline</title>
      <description>I've come up with a little demonstration app that shows how MVC can integrate with JQuery and maybe even an additional javascript framework. This example specifically targets the SIMILE Timeline widget. I saw SIMILE a few weeks ago, then I saw a really nice mimic of it used on Plurk. I figured, there's no reason for the Plurk users to have a corner on the social timeline market. We FriendFeed and Twitter addicts need our timeline too, don't we? So was born this pet project. The timeline only supports the FriendFeed API right now. I'd like to add Twitter next, then maybe an RSS provider, and so on.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bradygaster.com%2fpost%2fSocial-Timeline.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bradygaster.com%2fpost%2fSocial-Timeline.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Social_Timeline</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Social_Timeline</guid>
      <pubDate>Thu, 25 Sep 2008 13:46:45 GMT</pubDate>
    </item>
    <item>
      <title>Avoiding Dependencies</title>
      <description>As a rule, code should not directly depend on external resources such as System.Net.Mail's email sending capabilities.  Having code that directly calls out to System.Net.Mail is difficult to unit test as well as difficult to walk through in a test or stage environment without having actual emails sent.  Two design patterns can be used to reduce this dependency: Facade and Strategy.  The Strategy pattern offers a host of benefits above and beyond what the facade layer provides, as this articles demonstrates with code examples. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevesmithblog.com%2fblog%2favoiding-dependencies%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevesmithblog.com%2fblog%2favoiding-dependencies%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Avoiding_Dependencies</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Avoiding_Dependencies</guid>
      <pubDate>Fri, 19 Sep 2008 14:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Lossy Logging with a buffer</title>
      <description>rid the logging noise - just check the logs when something bad happens. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.beefycode.com%2fpost%2fLog4Net-Tutorial-pt-8-Lossy-Logging.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.beefycode.com%2fpost%2fLog4Net-Tutorial-pt-8-Lossy-Logging.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Lossy_Logging_with_a_buffer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Lossy_Logging_with_a_buffer</guid>
      <pubDate>Mon, 15 Sep 2008 15:27:07 GMT</pubDate>
    </item>
    <item>
      <title>lambdas and delegates</title>
      <description>cool code &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ayende.com%2fBlog%2farchive%2f2008%2f06%2f06%2fCode-of-the-week.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ayende.com%2fBlog%2farchive%2f2008%2f06%2f06%2fCode-of-the-week.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/lambdas_and_delegates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/lambdas_and_delegates</guid>
      <pubDate>Fri, 13 Jun 2008 18:49:04 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 2 Beta2 Released</title>
      <description>Silverlight 2 Beta2 was released today. Silverlight 2 Beta2 supports a go-live license that allows you to start using and deploying Silverlight 2 for commercial applications. There will be some API changes between Beta2 and the final release, so you should expect that applications you write with Beta2 will need to make some updates when the final release comes out.  But we think that these changes will be straight-forward and relatively easy, and that you can begin planning and starting commercial projects now. &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%2f06%2f06%2fsilverlight-2-beta2-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f06%2f06%2fsilverlight-2-beta2-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_2_Beta2_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_Beta2_Released</guid>
      <pubDate>Sat, 07 Jun 2008 06:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Writing code that you're proud of</title>
      <description>Are you proud of the code you write? Take some extra time now and save yourself time down the road. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f05%2fwriting-code-that-youre-proud-of.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f05%2fwriting-code-that-youre-proud-of.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Writing_code_that_you_re_proud_of</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Writing_code_that_you_re_proud_of</guid>
      <pubDate>Fri, 16 May 2008 23:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Fast ASP.NET web page loading by batching javascripts downloads</title>
      <description>Hack for the .Net script manager to pull all needed javascript files at once and push them to the bottom of the html to speed up rendering. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2faspnet%2ffastload.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2faspnet%2ffastload.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Fast_ASP_NET_web_page_loading_by_batching_javascripts_downloads</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Fast_ASP_NET_web_page_loading_by_batching_javascripts_downloads</guid>
      <pubDate>Fri, 16 May 2008 17:01:12 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2008 and .NET Framework 3.5 Service Pack 1 Beta</title>
      <description>public beta of upcoming .NET 3.5 SP1 and VS 2008 SP1 releases is published &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%2f05%2f12%2fvisual-studio-2008-and-net-framework-3-5-service-pack-1-beta.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f05%2f12%2fvisual-studio-2008-and-net-framework-3-5-service-pack-1-beta.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2008_and_NET_Framework_3_5_Service_Pack_1_Beta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2008_and_NET_Framework_3_5_Service_Pack_1_Beta</guid>
      <pubDate>Mon, 12 May 2008 17:46:04 GMT</pubDate>
    </item>
    <item>
      <title>FormatWith 2.0 - String formatting with named variables</title>
      <description>An improved version of the string FormatWith extension method. It now has the ability to also work with named variables, e.g. &amp;quot;{UserName} last logged in at {LastLoginDate}&amp;quot;.FormatWith(user) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f03%2f29%2fformatwith-2-0-string-formatting-with-named-variables.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f03%2f29%2fformatwith-2-0-string-formatting-with-named-variables.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/FormatWith_2_0_String_formatting_with_named_variables</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/FormatWith_2_0_String_formatting_with_named_variables</guid>
      <pubDate>Fri, 28 Mar 2008 13:31:02 GMT</pubDate>
    </item>
    <item>
      <title>ScottGu tells about the new IIS7 Admin Pack</title>
      <description>&amp;quot;Last week the IIS team shipped the first technical preview of some really cool administration modules that I think web developers will find super useful.&amp;quot;

Database Manager, Log Reports, Configuration Editor, Request Filtering UI, .NET Authorization, FastCGI UI &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%2f03%2f26%2fnew-log-reporting-database-management-and-other-cool-admin-modules-for-iis-7.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f03%2f26%2fnew-log-reporting-database-management-and-other-cool-admin-modules-for-iis-7.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/ScottGu_tells_about_the_new_IIS7_Admin_Pack</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/ScottGu_tells_about_the_new_IIS7_Admin_Pack</guid>
      <pubDate>Wed, 26 Mar 2008 17:16:03 GMT</pubDate>
    </item>
    <item>
      <title>ScottGu: IIS 7.0 Bit Rate Throttling Module Released</title>
      <description>The blog post below provides a quick overview of some of the options you can use to reduce the cost of delivering video, and discusses a new free download - the IIS 7.0 Bit Rate Throttling Module - that was released a few days ago and which enables you to easily save money when serving video from an IIS web server using any video technology (including Silverlight, Windows Media Player and even Flash). &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%2f03%2f18%2fiis-7-0-bit-rate-throttling-module-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f03%2f18%2fiis-7-0-bit-rate-throttling-module-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/ScottGu_IIS_7_0_Bit_Rate_Throttling_Module_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/ScottGu_IIS_7_0_Bit_Rate_Throttling_Module_Released</guid>
      <pubDate>Tue, 18 Mar 2008 13:32:27 GMT</pubDate>
    </item>
    <item>
      <title>DeepZoom in C# - Not just possible, but easy</title>
      <description>DeepZoom is a new technology which has been added to Silverlight 2 which gives you a new and unique way of managing images within your application. It is implemented by the &amp;lt;MultiScaleImage&amp;gt; element in XAML, which, as its name suggests, gives you the facility to control scale and zoom of your images, with Silverlight providing a huge virtual space on which these images can be drawn.

This is best described by example. Here you can see an image of a kids science project.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fwebnext%2farchive%2f2008%2f03%2f13%2fdeepzoom-in-c-not-just-possible-but-easy.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fwebnext%2farchive%2f2008%2f03%2f13%2fdeepzoom-in-c-not-just-possible-but-easy.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/DeepZoom_in_C_Not_just_possible_but_easy</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/DeepZoom_in_C_Not_just_possible_but_easy</guid>
      <pubDate>Thu, 13 Mar 2008 21:46:02 GMT</pubDate>
    </item>
    <item>
      <title>My Presentations in Arizona this Tuesday </title>
      <description>1) Developing Applications using Silverlight 2: This will be a drill-down into the new Silverlight 2 Beta1 release, and how you can build applications with it using VS 2008 and Expression Blend.  You'll leave this session with a good understanding of the basics of Silverlight programming and how to start building applications with it.

2) Developing Applications using ASP.NET MVC: This session will be a drill-down into the new ASP.NET Model-View-Controller framework option (which last week was updated .  You'll leave this session with a good understanding of what it is, how it works, and how to start building ASP.NET web applications with it. &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%2f03%2f09%2fmy-presentations-in-arizona-this-tuesday.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f03%2f09%2fmy-presentations-in-arizona-this-tuesday.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/My_Presentations_in_Arizona_this_Tuesday</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/My_Presentations_in_Arizona_this_Tuesday</guid>
      <pubDate>Mon, 10 Mar 2008 20:16:02 GMT</pubDate>
    </item>
    <item>
      <title>First Look At Silverlight 2 </title>
      <description>Scott Gu annouces Silverlight 2 and describes a sample application that should be of interest to anyone developing web applications to consume data from public APIs. &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%2f02%2f22%2ffirst-look-at-silverlight-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f02%2f22%2ffirst-look-at-silverlight-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/First_Look_At_Silverlight_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/First_Look_At_Silverlight_2</guid>
      <pubDate>Fri, 22 Feb 2008 15:46:02 GMT</pubDate>
    </item>
    <item>
      <title>VS 2008 Web Development Hot-Fix Roll-Up Available</title>
      <description>VS 2008 Web Development Hot-Fix Roll-Up Available, as posted to ScottGu's blog.

Numerous fixes, including the &amp;quot;source code editor freeze&amp;quot; issue that a few people have experienced.
 &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%2f02%2f08%2fvs-2008-web-development-hot-fix-roll-up-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f02%2f08%2fvs-2008-web-development-hot-fix-roll-up-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/VS_2008_Web_Development_Hot_Fix_Roll_Up_Available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/VS_2008_Web_Development_Hot_Fix_Roll_Up_Available</guid>
      <pubDate>Sun, 10 Feb 2008 23:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Dependency Injection Example - Constructor Injection and Service Orien</title>
      <description>An attempt to understand DI by implementing a testable custom dependency injection framework.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bradygaster.com%2fpost%2fDependency-Injection-Example---Constructor-Injection-and-Service-Orientation.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bradygaster.com%2fpost%2fDependency-Injection-Example---Constructor-Injection-and-Service-Orientation.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Dependency_Injection_Example_Constructor_Injection_and_Service_Orien</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Dependency_Injection_Example_Constructor_Injection_and_Service_Orien</guid>
      <pubDate>Sun, 13 Jan 2008 06:00:01 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight vs. ActiveX</title>
      <description>While Silverlight is cool, the new kids on the block should learn a few things from the veterans. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jondavis.net%2fblog%2fpost%2f2008%2f01%2fSilverlight-vs-ActiveX.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jondavis.net%2fblog%2fpost%2f2008%2f01%2fSilverlight-vs-ActiveX.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_vs_ActiveX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_vs_ActiveX</guid>
      <pubDate>Wed, 09 Jan 2008 01:57:39 GMT</pubDate>
    </item>
    <item>
      <title>Scott Guthrie: Visual Studio 2008 and .NET 3.5 Released</title>
      <description>Scott's announcement on the release of Visual Studio 2008 and .NET 3.5. &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%2f19%2fvisual-studio-2008-and-net-3-5-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f11%2f19%2fvisual-studio-2008-and-net-3-5-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Scott_Guthrie_Visual_Studio_2008_and_NET_3_5_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Scott_Guthrie_Visual_Studio_2008_and_NET_3_5_Released</guid>
      <pubDate>Mon, 19 Nov 2007 20:16:03 GMT</pubDate>
    </item>
    <item>
      <title> ASP.NET MVC Framework - ScottGu's Blog </title>
      <description>ASP.NET MVC Framework described by ScottGu. &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%2f10%2f14%2fasp-net-mvc-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f10%2f14%2fasp-net-mvc-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Framework_ScottGu_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Framework_ScottGu_s_Blog</guid>
      <pubDate>Mon, 15 Oct 2007 13:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Scott Guthrie announces ASP.NET MVC framework at Alt.Net Conf</title>
      <description>Some more information from ALT.NET on the new 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%2fcodebetter.com%2fblogs%2fjeffrey.palermo%2farchive%2f2007%2f10%2f05%2faltnetconf-scott-guthrie-announces-asp-net-mvc-framework-at-alt-net-conf.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeffrey.palermo%2farchive%2f2007%2f10%2f05%2faltnetconf-scott-guthrie-announces-asp-net-mvc-framework-at-alt-net-conf.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Scott_Guthrie_announces_ASP_NET_MVC_framework_at_Alt_Net_Conf</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Scott_Guthrie_announces_ASP_NET_MVC_framework_at_Alt_Net_Conf</guid>
      <pubDate>Sat, 06 Oct 2007 14:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Tip/Trick: Building a ToJSON() Extension Method using .NET 3.5</title>
      <description>Scott Guthrie shows a practical example of extension methods by creating some easy methods to automate generating JSON or XML serialized strings for any .NET object. &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%2f10%2f01%2ftip-trick-building-a-tojson-extension-method-using-net-3-5.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f10%2f01%2ftip-trick-building-a-tojson-extension-method-using-net-3-5.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Tip_Trick_Building_a_ToJSON_Extension_Method_using_NET_3_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Tip_Trick_Building_a_ToJSON_Extension_Method_using_NET_3_5</guid>
      <pubDate>Wed, 03 Oct 2007 12:31:02 GMT</pubDate>
    </item>
    <item>
      <title>How to tell if a .NET Assembly is debug or release</title>
      <description>Explains how to tell if a .NET Assembly is built for debug or release by using .NET Reflector and programmatically using System.Reflection. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjamesewelch.wordpress.com%2f2007%2f08%2f30%2fhow-to-tell-if-a-net-assembly-is-debug-or-release%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjamesewelch.wordpress.com%2f2007%2f08%2f30%2fhow-to-tell-if-a-net-assembly-is-debug-or-release%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_to_tell_if_a_NET_Assembly_is_debug_or_release</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_to_tell_if_a_NET_Assembly_is_debug_or_release</guid>
      <pubDate>Thu, 06 Sep 2007 09:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Nested Master Pages in VS 2008</title>
      <description>A short example video of Nested Master Pages in Visual Studio 2008. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspnetpodcast.com%2fCS11%2fblogs%2fasp.net_podcast%2farchive%2f2007%2f08%2f22%2fasp-net-podcast-show-99-nested-master-pages-in-visual-studio-2008.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspnetpodcast.com%2fCS11%2fblogs%2fasp.net_podcast%2farchive%2f2007%2f08%2f22%2fasp-net-podcast-show-99-nested-master-pages-in-visual-studio-2008.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Nested_Master_Pages_in_VS_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Nested_Master_Pages_in_VS_2008</guid>
      <pubDate>Wed, 29 Aug 2007 00:31:02 GMT</pubDate>
    </item>
    <item>
      <title>The Yield Statement in C#</title>
      <description>The yield statement is another often overlooked keyword that was introduced in .NET 2.0. It is used to return items from a loop within a method and retain the state of the method through multiple calls. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.alteridem.net%2f2007%2f08%2f22%2fthe-yield-statement-in-c%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.alteridem.net%2f2007%2f08%2f22%2fthe-yield-statement-in-c%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_Yield_Statement_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_Yield_Statement_in_C</guid>
      <pubDate>Thu, 23 Aug 2007 04:16:03 GMT</pubDate>
    </item>
  </channel>
</rss>