<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Tom Christian&amp;#39;s Blog : Trivia of the Day</title><link>http://blogs.iis.net/tomchris/archive/tags/Trivia+of+the+Day/default.aspx</link><description>Tags: Trivia of the Day</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>POP QUIZ: What’s wrong with this code – part 3</title><link>http://blogs.iis.net/tomchris/archive/2008/09/23/pop-quiz-what-s-wrong-with-this-code-part-3.aspx</link><pubDate>Tue, 23 Sep 2008 10:00:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2639602</guid><dc:creator>ASP.NET Debugging : IIS</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/tomchris/rsscomments.aspx?PostID=2639602</wfw:commentRss><comments>http://blogs.iis.net/tomchris/archive/2008/09/23/pop-quiz-what-s-wrong-with-this-code-part-3.aspx#comments</comments><description>Imagine you are a developer and your boss comes to you complaining that your piece of code has been deemed to be taking up too much memory and causing problems for the application.&amp;#160; You take a look at your code and you see the following, assume that...(&lt;a href="http://blogs.iis.net/tomchris/archive/2008/09/23/pop-quiz-what-s-wrong-with-this-code-part-3.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2639602" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/tomchris/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.iis.net/tomchris/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/tomchris/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.iis.net/tomchris/archive/tags/Trivia+of+the+Day/default.aspx">Trivia of the Day</category><category domain="http://blogs.iis.net/tomchris/archive/tags/High+Memory/default.aspx">High Memory</category></item><item><title>POP QUIZ: How to Troubleshoot a Hang</title><link>http://blogs.iis.net/tomchris/archive/2008/05/07/pop-quiz-how-to-troubleshoot-a-hang.aspx</link><pubDate>Wed, 07 May 2008 13:31:14 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2343627</guid><dc:creator>ASP.NET Debugging : IIS</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/tomchris/rsscomments.aspx?PostID=2343627</wfw:commentRss><comments>http://blogs.iis.net/tomchris/archive/2008/05/07/pop-quiz-how-to-troubleshoot-a-hang.aspx#comments</comments><description>For this quiz.&amp;#160; Let’s say that you run a web server and your customers complain that the site is running slow.&amp;#160; What do you do to troubleshoot it? As a follow-up, if you figure out that one page is the problem, what do you do to look into what...(&lt;a href="http://blogs.iis.net/tomchris/archive/2008/05/07/pop-quiz-how-to-troubleshoot-a-hang.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2343627" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/tomchris/archive/tags/Debugging/default.aspx">Debugging</category><category domain="http://blogs.iis.net/tomchris/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.iis.net/tomchris/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/tomchris/archive/tags/Trivia+of+the+Day/default.aspx">Trivia of the Day</category><category domain="http://blogs.iis.net/tomchris/archive/tags/Hang/default.aspx">Hang</category></item><item><title>POP QUIZ: Why would you get this error from Windbg?</title><link>http://blogs.iis.net/tomchris/archive/2008/04/21/pop-quiz-why-would-you-get-this-error-from-windbg.aspx</link><pubDate>Mon, 21 Apr 2008 14:28:40 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2311349</guid><dc:creator>ASP.NET Debugging : IIS</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/tomchris/rsscomments.aspx?PostID=2311349</wfw:commentRss><comments>http://blogs.iis.net/tomchris/archive/2008/04/21/pop-quiz-why-would-you-get-this-error-from-windbg.aspx#comments</comments><description>Problem 1 So here is the scenario.&amp;#160; You open a dump from when you were experiencing a problem and try to run an SOS command and you see: 0:024&amp;gt; !dumpheap -stat Cannot get the ThreadStore, do you have symbols for the mscorwks/mscorsvr files? What...(&lt;a href="http://blogs.iis.net/tomchris/archive/2008/04/21/pop-quiz-why-would-you-get-this-error-from-windbg.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2311349" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/tomchris/archive/tags/Debugging/default.aspx">Debugging</category><category domain="http://blogs.iis.net/tomchris/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.iis.net/tomchris/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/tomchris/archive/tags/Trivia+of+the+Day/default.aspx">Trivia of the Day</category></item></channel></rss>