<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by redtetrahedron</title>
    <description>Stories kicked by redtetrahedron</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>Asp.Net vs php : Speed Comparison</title>
      <description>Why is the myth that php is faster than Asp.Net so prevalent?  Asp.Net is faster than php, here are the facts. So many times I have heard php pushers claim that php is so much faster than Asp.Net and that Asp.Net is clunky and slow. The most annoying part is that everything I have read (that is not factless opinion), and I mean everything, says that this is wrong; but for some reason, this myth is widely accepted. It has become a religious argument that ignores the facts... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnaspinski.net%2fpost%2fAspNet-vs-php--speed-comparison.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnaspinski.net%2fpost%2fAspNet-vs-php--speed-comparison.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Asp_Net_vs_php_Speed_Comparison</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Asp_Net_vs_php_Speed_Comparison</guid>
      <pubDate>Mon, 15 Jun 2009 11:00:00 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to SQL changes in .NET 4.0</title>
      <description>What's fixed and breaking changes for LINQ to SQL in .NET 4.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdamieng.com%2fblog%2f2009%2f06%2f01%2flinq-to-sql-changes-in-net-40"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdamieng.com%2fblog%2f2009%2f06%2f01%2flinq-to-sql-changes-in-net-40" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_SQL_changes_in_NET_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_SQL_changes_in_NET_4_0</guid>
      <pubDate>Wed, 03 Jun 2009 10:15:00 GMT</pubDate>
    </item>
    <item>
      <title>SubMain acquires GhostDoc</title>
      <description>An agreement between SubMain and Roland Weigelt, author of GhostDoc, will place future development of GhostDoc in the hands of SubMain. GhostDoc ( http://submain.com/ghostdoc ) is the popular XML Comments and documentation helper tool which SubMain will continue to maintain as a free product. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcommunity.submain.com%2fblogs%2fnews%2farchive%2f2009%2f06%2f01%2fSubMain-acquires-GhostDoc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcommunity.submain.com%2fblogs%2fnews%2farchive%2f2009%2f06%2f01%2fSubMain-acquires-GhostDoc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/SubMain_acquires_GhostDoc</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/SubMain_acquires_GhostDoc</guid>
      <pubDate>Mon, 01 Jun 2009 14:45:03 GMT</pubDate>
    </item>
    <item>
      <title>The Greatest Exception Handling WTF?!? of All Time</title>
      <description>The Exception object has ONE purpose and ONE purpose only - to represent a runtime error, nothing more. Exceptions should never be used for purposes for which they were not intended -- or you could end up with this monstrosity... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleedumond.com%2fblog%2fthe-greatest-exception-handling-wtf-of-all-time%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleedumond.com%2fblog%2fthe-greatest-exception-handling-wtf-of-all-time%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/The_Greatest_Exception_Handling_WTF_of_All_Time</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/The_Greatest_Exception_Handling_WTF_of_All_Time</guid>
      <pubDate>Thu, 28 May 2009 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Cheap way of speeding up Visual Studio I/O</title>
      <description>Visual Studio loves file I/O. It really, really does, and it cares very little about caching and the like. What this means is that, when you open a solution file, it always reads it from disk. Which means that the speed of operation when generating lots of files (e.g., via T4 transformations) is typically atrocious. The fact that file I/O in VS does not appear to be multithreaded is another hindrance. In short, it's a mess.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnesteruk.org%2fblog%2fpost%2fCheap-way-of-speeding-up-Visual-Studio-IO.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnesteruk.org%2fblog%2fpost%2fCheap-way-of-speeding-up-Visual-Studio-IO.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Cheap_way_of_speeding_up_Visual_Studio_I_O</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Cheap_way_of_speeding_up_Visual_Studio_I_O</guid>
      <pubDate>Sun, 01 Feb 2009 09:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Windows Azure - Breaking It Down</title>
      <description>Despite the title of this post, there will be no rapping or dancing of any sort going on here. Only talk of Windows Azure, which is quite possibly the most confusing product rollout that Microsoft has attempted since Vista... &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%2f2009%2f01%2f14%2fWindows-Azure-Breaking-It-Down.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f01%2f14%2fWindows-Azure-Breaking-It-Down.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/azure/Windows_Azure_Breaking_It_Down</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/azure/Windows_Azure_Breaking_It_Down</guid>
      <pubDate>Thu, 15 Jan 2009 21:46:22 GMT</pubDate>
    </item>
    <item>
      <title>C# Trivia - What? No Overflow?</title>
      <description>You may be thinking to yourself, &amp;quot;C# doesn't do overflow checking?&amp;quot; And the answer to your question is &amp;quot;not by default&amp;quot; when you are using non-constant expressions. Here's how to turn integer overflow checking on in C#. &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%2f2009%2f01%2f11%2fC-Trivia-What-No-Overflow.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f01%2f11%2fC-Trivia-What-No-Overflow.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Trivia_What_No_Overflow</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Trivia_What_No_Overflow</guid>
      <pubDate>Mon, 12 Jan 2009 21:46:14 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Debugging Feature - Tracepoints</title>
      <description>A tracepoint is simply a breakpoint that will emit a debug trace statement when it is reached. It can emit things like the current function name, stack trace, or the contents of a variable. What's really cool is that you don't have to actually stop execution. This allows you to quickly add debugging statements without the need to check out your code or remember to take the Debug.WriteLine statements out afterwards. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmark-dot-net.blogspot.com%2f2008%2f11%2fvisual-studio-debugging-feature.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmark-dot-net.blogspot.com%2f2008%2f11%2fvisual-studio-debugging-feature.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Visual_Studio_Debugging_Feature_Tracepoints</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Visual_Studio_Debugging_Feature_Tracepoints</guid>
      <pubDate>Sun, 04 Jan 2009 07:31:04 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Releases Free CMS-Blog System</title>
      <description>Read about the new, free CMS/Blog system released by Microsoft called &amp;quot;Oxite&amp;quot;. It is built using the new ASP.NET MVC framework and is highly extensible, touting such features as Microformats and source control integration.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2008%2f12%2f08%2fMicrosoft-Releases-Free-CMS-system.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2008%2f12%2f08%2fMicrosoft-Releases-Free-CMS-system.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Microsoft_Releases_Free_CMS_Blog_System</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Microsoft_Releases_Free_CMS_Blog_System</guid>
      <pubDate>Wed, 10 Dec 2008 21:46:26 GMT</pubDate>
    </item>
    <item>
      <title>Pimp My Debugger - DebuggerDisplay Attribute</title>
      <description>The other day I was reading some friends code, and I saw that he used a DebuggerDisplay attribute. It allows you to create a custom view of your objects in the Visual studio debugger. This attribute is very straight forward, but very powerful in the amount of time it can save you when debugging your application. I'll show you a cookie cutter example, but you can use your imagination as to how to use this particular attribute.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.monstersgotmy.net%2fpost%2fPimp-My-Debugger-DebuggerDisplay-Attribute.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.monstersgotmy.net%2fpost%2fPimp-My-Debugger-DebuggerDisplay-Attribute.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Pimp_My_Debugger_DebuggerDisplay_Attribute</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Pimp_My_Debugger_DebuggerDisplay_Attribute</guid>
      <pubDate>Tue, 09 Dec 2008 12:46:10 GMT</pubDate>
    </item>
    <item>
      <title>Please open my aspx fast!</title>
      <description>If you only work on aspx pages in source view (as I do), here's a way to speed up opening them for the first time. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fsergio_pereira%2farchive%2f2008%2f11%2f22%2fplease-open-my-aspx-fast.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fsergio_pereira%2farchive%2f2008%2f11%2f22%2fplease-open-my-aspx-fast.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Please_open_my_aspx_fast</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Please_open_my_aspx_fast</guid>
      <pubDate>Wed, 26 Nov 2008 20:47:24 GMT</pubDate>
    </item>
    <item>
      <title>4 Steps To Ensure You're The Worst Developer Ever!</title>
      <description>There are lots of articles about improving your skills as a developer. Everyone likes to talk about how to strengthen their skills and produce really good software. But, what if you want to be the worst developer ever? Nobody seems to want to share those secrets. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f11%2f21%2f4-steps-to-ensure-youre-the-worst-developer-ever%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f11%2f21%2f4-steps-to-ensure-youre-the-worst-developer-ever%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/4_Steps_To_Ensure_You_re_The_Worst_Developer_Ever</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/4_Steps_To_Ensure_You_re_The_Worst_Developer_Ever</guid>
      <pubDate>Sat, 22 Nov 2008 03:46:05 GMT</pubDate>
    </item>
    <item>
      <title>What Gives? Microsofts Code Generation Tool</title>
      <description>In a world of Microsoft and third party applications, out comes t4.  t4 is a code generation tool that can compete with CodeSmith, but its FREE and built right into Visual Studio. It has been years since the first edition with very little publication of the actual application. t4 is a free code generation engine from Microsoft that underpins the Domain Specific Languages and Software Factory toolkits. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fspoiledtechie.com%2fpost%2fWhat-Gives-Microsofts-Code-Generation-Tool.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fspoiledtechie.com%2fpost%2fWhat-Gives-Microsofts-Code-Generation-Tool.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/What_Gives_Microsofts_Code_Generation_Tool</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/What_Gives_Microsofts_Code_Generation_Tool</guid>
      <pubDate>Wed, 19 Nov 2008 07:31:12 GMT</pubDate>
    </item>
    <item>
      <title>Suspicious DNK Accounts</title>
      <description>Conclusion
There is an incentive for publishers that use DNK to setup phony accounts that will help get stories from certain domains on the front page.  So guess what happens ... it would appear that a certain number of people are doing this. &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%2f11%2fincentives_cheating_teachers_a.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmattberseth.com%2fblog%2f2008%2f11%2fincentives_cheating_teachers_a.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Suspicious_DNK_Accounts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Suspicious_DNK_Accounts</guid>
      <pubDate>Thu, 06 Nov 2008 22:31:29 GMT</pubDate>
    </item>
    <item>
      <title>Downloadable Hotfix: False C# compilation errors for ASP.NET code-behi</title>
      <description>In SP1 for Visual Studio 2008 and Visual Web Developer 2008, C# introduced a new feature to provide 'live' reporting of compilation errors.
Unfortunately, the introduction of this functionality also introduced a bug where in certain cases, false C# compilation errors appear in the Error List for ASP.NET Website projects. The C# team just published a downloadable hotfix that addresses the issues. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fwebdevtools%2farchive%2f2008%2f10%2f31%2fdownloadable-hotfix-incorrect-c-compilation-errors-for-asp-net-code-behind-files-in-sp1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fwebdevtools%2farchive%2f2008%2f10%2f31%2fdownloadable-hotfix-incorrect-c-compilation-errors-for-asp-net-code-behind-files-in-sp1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Downloadable_Hotfix_False_C_compilation_errors_for_ASP_NET_code_behi</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Downloadable_Hotfix_False_C_compilation_errors_for_ASP_NET_code_behi</guid>
      <pubDate>Mon, 03 Nov 2008 20:16:11 GMT</pubDate>
    </item>
    <item>
      <title>LINQ To SQL Gets Kicked to the Curb... Needs A Good Home!</title>
      <description>Great post on why L2S needs to be supported by the community and why a L2S targeted at the community is a good idea. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdavid.hayden%2farchive%2f2008%2f10%2f30%2flinq-to-sql-gets-kicked-to-the-curb-needs-a-good-home.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdavid.hayden%2farchive%2f2008%2f10%2f30%2flinq-to-sql-gets-kicked-to-the-curb-needs-a-good-home.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_To_SQL_Gets_Kicked_to_the_Curb_Needs_A_Good_Home</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_To_SQL_Gets_Kicked_to_the_Curb_Needs_A_Good_Home</guid>
      <pubDate>Fri, 31 Oct 2008 01:16:02 GMT</pubDate>
    </item>
    <item>
      <title>C# 4.0 New Features Part 2 - default and named parameters</title>
      <description>New feature in C# 4.0 number 2, default and named parameters! Look at what they are, and how they are used in C# 4.0. &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%2f10%2f29%2fC-40-New-Features-Part-2-default-and-named-parameters.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f10%2f29%2fC-40-New-Features-Part-2-default-and-named-parameters.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_4_0_New_Features_Part_2_default_and_named_parameters</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_4_0_New_Features_Part_2_default_and_named_parameters</guid>
      <pubDate>Thu, 30 Oct 2008 22:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Three C# 2.0/3.0 Syntaxes That You Didn't Know But Were Afraid to Ask</title>
      <description>Working with other colleagues, I found these C# syntaxes are still not well-known and used &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.adamtibi.net%2fpost%2f2008%2f09%2f30%2fThree-C-Sharp-Syntaxes-That-You-Didnt-Know-But-Were-Afraid-to-Ask.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.adamtibi.net%2fpost%2f2008%2f09%2f30%2fThree-C-Sharp-Syntaxes-That-You-Didnt-Know-But-Were-Afraid-to-Ask.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Three_C_2_0_3_0_Syntaxes_That_You_Didn_t_Know_But_Were_Afraid_to_Ask</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Three_C_2_0_3_0_Syntaxes_That_You_Didn_t_Know_But_Were_Afraid_to_Ask</guid>
      <pubDate>Mon, 06 Oct 2008 03:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Serialize an Exception to XML</title>
      <description>Have you ever wanted to represent an Exception as XML data? If you've tried, you know that XmlSerializer won't do it. It can still be done, however, without much work, and without having to implement some tricky workaround. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fseattlesoftware.wordpress.com%2f2008%2f08%2f22%2fserializing-exceptions-to-xml%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fseattlesoftware.wordpress.com%2f2008%2f08%2f22%2fserializing-exceptions-to-xml%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Serialize_an_Exception_to_XML</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Serialize_an_Exception_to_XML</guid>
      <pubDate>Fri, 22 Aug 2008 23:55:59 GMT</pubDate>
    </item>
    <item>
      <title>The asp:ListView control (Product Listing Page with with Clean CSS UI)</title>
      <description>ListView with CSS and LINQ &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%2f08%2f10%2fthe-asp-listview-control-part-1-building-a-product-listing-page-with-clean-css-ui.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f08%2f10%2fthe-asp-listview-control-part-1-building-a-product-listing-page-with-clean-css-ui.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/The_asp_ListView_control_Product_Listing_Page_with_with_Clean_CSS_UI</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_asp_ListView_control_Product_Listing_Page_with_with_Clean_CSS_UI</guid>
      <pubDate>Fri, 10 Aug 2007 07:37:30 GMT</pubDate>
    </item>
  </channel>
</rss>
