<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Debugging + Random Stuff</title>
	<atom:link href="http://debuggingblog.com/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://debuggingblog.com/wp</link>
	<description></description>
	<pubDate>Wed, 17 Feb 2010 02:10:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Visual Studio 2010 and .NET Framework 4.0 RC Available for msdn subscribers</title>
		<link>http://debuggingblog.com/wp/2010/02/09/visual-studio-2010-and-net-framework-40-rc-available-for-msdn-subscribers/</link>
		<comments>http://debuggingblog.com/wp/2010/02/09/visual-studio-2010-and-net-framework-40-rc-available-for-msdn-subscribers/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 06:10:32 +0000</pubDate>
		<dc:creator>prashant</dc:creator>
		
		<category><![CDATA[WinDbg]]></category>

		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=850</guid>
		<description><![CDATA[http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx
general public gets it on 10th

    

	]]></description>
		<wfw:commentRss>http://debuggingblog.com/wp/2010/02/09/visual-studio-2010-and-net-framework-40-rc-available-for-msdn-subscribers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NVARCHAR and the Oracle string aggregate function to perform concatenation</title>
		<link>http://debuggingblog.com/wp/2009/12/31/nvarchar-and-the-oracle-string-aggregate-function-to-perform-concatenation/</link>
		<comments>http://debuggingblog.com/wp/2009/12/31/nvarchar-and-the-oracle-string-aggregate-function-to-perform-concatenation/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 23:34:44 +0000</pubDate>
		<dc:creator>prashant</dc:creator>
		
		<category><![CDATA[WinDbg]]></category>

		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=841</guid>
		<description><![CDATA[My colleague Janice had a lot of fun while trying to concat NVARCHAR  in oracle and she happens to share her findings with us. Hopefully, this will be helpful for someone
Just fyi…
I needed to create  a string aggregate function for concatenation in Oracle.  For example, given a user table where each record contains [...]]]></description>
		<wfw:commentRss>http://debuggingblog.com/wp/2009/12/31/nvarchar-and-the-oracle-string-aggregate-function-to-perform-concatenation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DeepZoom demo download - Uploading images and the Auto DeepZoom xap generation</title>
		<link>http://debuggingblog.com/wp/2009/09/14/deepzoom-demo-download-uploading-images-and-the-auto-deepzoom-xap-generation/</link>
		<comments>http://debuggingblog.com/wp/2009/09/14/deepzoom-demo-download-uploading-images-and-the-auto-deepzoom-xap-generation/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 07:16:32 +0000</pubDate>
		<dc:creator>prashant</dc:creator>
		
		<category><![CDATA[Silverlight]]></category>

		<category><![CDATA[Silverlight 3]]></category>

		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=818</guid>
		<description><![CDATA[Click here to download the solution
Below is the logical architecture

Click here to download the solution
DeepZoom.sln - visual studio 2008 c# solution includes all the projects. Make sure you have the silverlight 3 tools for visual studi0 2008 installed(www.silverlight.net)
Solution contains the following projects
WebApplication Tier Project
DZWebSite Project - Sample Silverlight 3 App to upload image
 DZWebSite.Web Project [...]]]></description>
		<wfw:commentRss>http://debuggingblog.com/wp/2009/09/14/deepzoom-demo-download-uploading-images-and-the-auto-deepzoom-xap-generation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Guidance to Developing SharePoint Applications</title>
		<link>http://debuggingblog.com/wp/2009/09/10/guidance-to-developing-sharepoint-applications/</link>
		<comments>http://debuggingblog.com/wp/2009/09/10/guidance-to-developing-sharepoint-applications/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 09:00:21 +0000</pubDate>
		<dc:creator>prashant</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=815</guid>
		<description><![CDATA[If you are one of those who like the best practices and the guidance from microsoft patterns and practices group, check this out on msdn
Guidance for building collaborative applications that extend your LOB systems
I understand there are quite a few people who detest Microsoft Patterns and Practices  . Sometime, I don&#8217;t like the MSDN [...]]]></description>
		<wfw:commentRss>http://debuggingblog.com/wp/2009/09/10/guidance-to-developing-sharepoint-applications/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ASP.NET App Slow Response and Application Pool/AppDomain Recycle, Event message: Application is shutting down. Reason: Unknown - Windows Server 2003</title>
		<link>http://debuggingblog.com/wp/2009/08/30/aspnet-app-slow-response-and-application-poolappdomain-recycle-event-message-application-is-shutting-down-reason-unknown/</link>
		<comments>http://debuggingblog.com/wp/2009/08/30/aspnet-app-slow-response-and-application-poolappdomain-recycle-event-message-application-is-shutting-down-reason-unknown/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 08:23:30 +0000</pubDate>
		<dc:creator>prashant</dc:creator>
		
		<category><![CDATA[.NET Debugging]]></category>

		<category><![CDATA[WinDbg]]></category>

		<category><![CDATA[Crash]]></category>

		<category><![CDATA[Worker Process Recycle]]></category>

		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=789</guid>
		<description><![CDATA[Scenario
From time to time, asp.net application response is very slow on Windows Server 2003

Some rants and the resolution
After turning on recycle events, logged message in application event log was Event message: Application is shutting down. Reason: Unknown. Slow response is always timed with this message in the application event log so that confirmed that Application [...]]]></description>
		<wfw:commentRss>http://debuggingblog.com/wp/2009/08/30/aspnet-app-slow-response-and-application-poolappdomain-recycle-event-message-application-is-shutting-down-reason-unknown/feed/</wfw:commentRss>
		</item>
		<item>
		<title>visual studio 2010 and .net 4.0 series from his guness</title>
		<link>http://debuggingblog.com/wp/2009/08/28/visual-studio-2010-and-net-40-series-from-his-guness/</link>
		<comments>http://debuggingblog.com/wp/2009/08/28/visual-studio-2010-and-net-40-series-from-his-guness/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 17:31:13 +0000</pubDate>
		<dc:creator>prashant</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=790</guid>
		<description><![CDATA[http://weblogs.asp.net/scottgu/archive/2009/08/25/vs-2010-and-net-4-series.aspx

    

	]]></description>
		<wfw:commentRss>http://debuggingblog.com/wp/2009/08/28/visual-studio-2010-and-net-40-series-from-his-guness/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Re-Designing The Stop Sign - What happens when marketing team is involved in&#8230;..</title>
		<link>http://debuggingblog.com/wp/2009/08/16/re-designing-the-stop-sign-what-happens-when-marketing-team-is-involved/</link>
		<comments>http://debuggingblog.com/wp/2009/08/16/re-designing-the-stop-sign-what-happens-when-marketing-team-is-involved/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 21:01:07 +0000</pubDate>
		<dc:creator>prashant</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=766</guid>
		<description><![CDATA[Shout out to Justin Golden for this video. This really put the things in perspective.


    

	]]></description>
		<wfw:commentRss>http://debuggingblog.com/wp/2009/08/16/re-designing-the-stop-sign-what-happens-when-marketing-team-is-involved/feed/</wfw:commentRss>
		</item>
		<item>
		<title>LoadLibrary failed, Win32 error 0n193     &#8220;%1 is not a valid Win32 application.&#8221; Please check your debugger configuration and/or network access.</title>
		<link>http://debuggingblog.com/wp/2009/07/29/loadlibrary-failed-win32-error-0n193-1-is-not-a-valid-win32-application-please-check-your-debugger-configuration-andor-network-access/</link>
		<comments>http://debuggingblog.com/wp/2009/07/29/loadlibrary-failed-win32-error-0n193-1-is-not-a-valid-win32-application-please-check-your-debugger-configuration-andor-network-access/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 03:21:51 +0000</pubDate>
		<dc:creator>prashant</dc:creator>
		
		<category><![CDATA[.NET Debugging]]></category>

		<category><![CDATA[WinDbg]]></category>

		<category><![CDATA[Managed Debugging]]></category>

		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=748</guid>
		<description><![CDATA[0:000&#62; .loadby sos coreclr
The call to LoadLibrary(c:\Program Files (x86)\Microsoft Silverlight\3.0.40624.0\sos) failed, Win32 error 0n193
&#8220;%1 is not a valid Win32 application.&#8221;
Please check your debugger configuration and/or network access.
Make sure you are not using WinDbg 64 bit version. Silverlight is not 64 bit yet so even if you have a browser running on 64 bit os, sos [...]]]></description>
		<wfw:commentRss>http://debuggingblog.com/wp/2009/07/29/loadlibrary-failed-win32-error-0n193-1-is-not-a-valid-win32-application-please-check-your-debugger-configuration-andor-network-access/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ProcDump sysiternals tool - really really helpful to create a memory dump based on CPU Usage</title>
		<link>http://debuggingblog.com/wp/2009/07/28/procdump-sysiternals-tool-really-really-helpful-to-create-a-memory-dump/</link>
		<comments>http://debuggingblog.com/wp/2009/07/28/procdump-sysiternals-tool-really-really-helpful-to-create-a-memory-dump/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 08:04:02 +0000</pubDate>
		<dc:creator>prashant</dc:creator>
		
		<category><![CDATA[.NET Debugging]]></category>

		<category><![CDATA[Debugging]]></category>

		<category><![CDATA[Memory Leak]]></category>

		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=741</guid>
		<description><![CDATA[As described in Sysinternals documentation http://technet.microsoft.com/en-us/sysinternals/dd996900.aspx
ProcDump is a command-line utility whose primary purpose is monitoring an application for CPU spikes and generating crash dumps during a spike that an administrator or developer can use to determine the cause of the spike. ProcDump also includes hung window monitoring (using the same definition of a window hang [...]]]></description>
		<wfw:commentRss>http://debuggingblog.com/wp/2009/07/28/procdump-sysiternals-tool-really-really-helpful-to-create-a-memory-dump/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Silverlight DeepZoom Service Demo Project - Silverlight Client/WCF Upload/DeepZoom XAP package</title>
		<link>http://debuggingblog.com/wp/2009/07/24/silverlight-deepzoom-service-demo-project-silverlight-clientwcf-uploaddeepzoom-xap-package/</link>
		<comments>http://debuggingblog.com/wp/2009/07/24/silverlight-deepzoom-service-demo-project-silverlight-clientwcf-uploaddeepzoom-xap-package/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 11:37:20 +0000</pubDate>
		<dc:creator>prashant</dc:creator>
		
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=719</guid>
		<description><![CDATA[I was working on a poc (proof of concept) to write a DeepZoom Service using Silverlight. The idea is to provide a deep zoom service which will allow any client to consume a deep zoom service to upload an image or images to a server and the client can embed deepzoom image without worrying about [...]]]></description>
		<wfw:commentRss>http://debuggingblog.com/wp/2009/07/24/silverlight-deepzoom-service-demo-project-silverlight-clientwcf-uploaddeepzoom-xap-package/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Silverlight 3 OutOfBrowser(OOB) behind the scenes Explained, how to host a silverlight xap package OOB style without installing it - read/modify silverlight OOB metadata</title>
		<link>http://debuggingblog.com/wp/2009/07/17/silverlight-3-outofbrowseroob-explained-and-how-to-host-any-xap-package-by-modifying-the-metadata/</link>
		<comments>http://debuggingblog.com/wp/2009/07/17/silverlight-3-outofbrowseroob-explained-and-how-to-host-any-xap-package-by-modifying-the-metadata/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 05:42:31 +0000</pubDate>
		<dc:creator>prashant</dc:creator>
		
		<category><![CDATA[Silverlight]]></category>

		<category><![CDATA[Silverlight 3]]></category>

		<category><![CDATA[Silverlight Out of Browser]]></category>

		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=677</guid>
		<description><![CDATA[You can find a sample on www.silverlight.net or google(bing) it. The purpose of this post is not to show you how to create a Out Of Browser(OOB) application using visual studio / Silverlight but what happens behind the scene and how you can re-use a silverlight xap package to deploy it on any machine by [...]]]></description>
		<wfw:commentRss>http://debuggingblog.com/wp/2009/07/17/silverlight-3-outofbrowseroob-explained-and-how-to-host-any-xap-package-by-modifying-the-metadata/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Revert back &#038; forth between Silverlight 3 runtime and Silverlight 2 runtime - Ensuring That Your Silverlight 2 Applications Work with Silverlight 3</title>
		<link>http://debuggingblog.com/wp/2009/07/12/easy-way-to-revert-back-forth-between-silverlight-3-runtime-and-silverlight-2-runtime-ensuring-that-your-silverlight-2-applications-work-with-silverlight-3/</link>
		<comments>http://debuggingblog.com/wp/2009/07/12/easy-way-to-revert-back-forth-between-silverlight-3-runtime-and-silverlight-2-runtime-ensuring-that-your-silverlight-2-applications-work-with-silverlight-3/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 06:35:45 +0000</pubDate>
		<dc:creator>prashant</dc:creator>
		
		<category><![CDATA[.NET Framework]]></category>

		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=659</guid>
		<description><![CDATA[With the release of Silverlight 3, you may run into issue where silverlight 2 application may not work as expected. Please read this article on msdn Ensuring That Your Silverlight 2 Applications Work with Silverlight 3
You may need to revert to Silverlight 2 runtime to make sure that the issue has to do with the [...]]]></description>
		<wfw:commentRss>http://debuggingblog.com/wp/2009/07/12/easy-way-to-revert-back-forth-between-silverlight-3-runtime-and-silverlight-2-runtime-ensuring-that-your-silverlight-2-applications-work-with-silverlight-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>interesting windows service hang issue because of zone identifier data</title>
		<link>http://debuggingblog.com/wp/2009/07/11/interesting-windows-service-hang-issue/</link>
		<comments>http://debuggingblog.com/wp/2009/07/11/interesting-windows-service-hang-issue/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 05:01:05 +0000</pubDate>
		<dc:creator>prashant</dc:creator>
		
		<category><![CDATA[Hang]]></category>

		<category><![CDATA[WinDbg]]></category>

		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=646</guid>
		<description><![CDATA[The first time I came across this issue, my ex-boss Bill Vieux pointed it out immediately when we were looking at hang dump. I came across this issue again last week so I thought I will blog about it, just in case anyone finds it useful.
Scenario:
Windows Service is configured to watch a folder to export [...]]]></description>
		<wfw:commentRss>http://debuggingblog.com/wp/2009/07/11/interesting-windows-service-hang-issue/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Writing a dynamic, configurable windows service with better debugging experience</title>
		<link>http://debuggingblog.com/wp/2009/07/09/writing-a-dynamic-configurable-and-debuggable-windows-service/</link>
		<comments>http://debuggingblog.com/wp/2009/07/09/writing-a-dynamic-configurable-and-debuggable-windows-service/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 06:58:19 +0000</pubDate>
		<dc:creator>prashant</dc:creator>
		
		<category><![CDATA[.NET Framework]]></category>

		<category><![CDATA[Architecture]]></category>

		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=634</guid>
		<description><![CDATA[Download the source code
I was writing a media streaming service along with file watcher so I thought I will share this piece of code in case anyone finds it useful.  When developing Win32 Windows NT Service in old days, it used to be an exercise to debug a windows service from visual studio, I will [...]]]></description>
		<wfw:commentRss>http://debuggingblog.com/wp/2009/07/09/writing-a-dynamic-configurable-and-debuggable-windows-service/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WinDbg meta-command tip to display all the extension commands exported by WinDbg extension</title>
		<link>http://debuggingblog.com/wp/2009/07/07/debugging-meta-command-tip-to-display-all-the-extension-commands-exported-by-windbg-extension/</link>
		<comments>http://debuggingblog.com/wp/2009/07/07/debugging-meta-command-tip-to-display-all-the-extension-commands-exported-by-windbg-extension/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 21:49:50 +0000</pubDate>
		<dc:creator>prashant</dc:creator>
		
		<category><![CDATA[WinDbg]]></category>

		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=617</guid>
		<description><![CDATA[Usually, A WinDbg extension will have the !help command in case you need to look at the supported commands in an extension. However, not all commands may be documented or no documentation at all. In that case you can use Depends or any dissembler to look at the Export section.
But, with .extmatch command, you can [...]]]></description>
		<wfw:commentRss>http://debuggingblog.com/wp/2009/07/07/debugging-meta-command-tip-to-display-all-the-extension-commands-exported-by-windbg-extension/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CoreCLR for silverlight and CLR for .NET 4.0, just thinking</title>
		<link>http://debuggingblog.com/wp/2009/07/07/coreclr-for-silverlight-and-clr-for-net-40-just-thinking/</link>
		<comments>http://debuggingblog.com/wp/2009/07/07/coreclr-for-silverlight-and-clr-for-net-40-just-thinking/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 21:38:24 +0000</pubDate>
		<dc:creator>prashant</dc:creator>
		
		<category><![CDATA[.NET Framework]]></category>

		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=624</guid>
		<description><![CDATA[why do we have CLR.dll in .NET 4.0 but CoreCLR.dll in Silverlight. CoreCLR should be the .NET Framework 4.0 but you know what, Silverlight has stripped down version of CLR with everything stripped but the CORE so CoreCLR, whatever be the reason at least we have the similar name

    

	]]></description>
		<wfw:commentRss>http://debuggingblog.com/wp/2009/07/07/coreclr-for-silverlight-and-clr-for-net-40-just-thinking/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Interesting WinDbg Extension SOS commands in CLR 4.0/.NET Framework 4.0 CTP, .NET runtime dll renamed and sos commands just got richer</title>
		<link>http://debuggingblog.com/wp/2009/07/07/windbg-extension-sos-in-clr-40net-framework-40-ctp-net-runtime-dll-renamed-and-sos-commands-just-got-richer/</link>
		<comments>http://debuggingblog.com/wp/2009/07/07/windbg-extension-sos-in-clr-40net-framework-40-ctp-net-runtime-dll-renamed-and-sos-commands-just-got-richer/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 05:54:57 +0000</pubDate>
		<dc:creator>prashant</dc:creator>
		
		<category><![CDATA[.NET Debugging]]></category>

		<category><![CDATA[Managed Debugging]]></category>

		<category><![CDATA[Silverlight Debugging]]></category>

		<category><![CDATA[WinDbg]]></category>

		<category><![CDATA[sos]]></category>

		<category><![CDATA[clr 4.0]]></category>

		<category><![CDATA[WinDbg Extension]]></category>

		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=615</guid>
		<description><![CDATA[We will review the WinDbg Extension SOS.dll in .NET Framework 4.0 CTP. CLR 4.0 has renamed runtime dll from mscorwks.dll to CLR.DLL, that&#8217;s really helpful.
loading SOS dll depending on the location of .net 4.0 runtime aka CLR.DLL, execute the following command
.loadby sos clr
1.  DML Support - YES, finally.  SOS supports DML in .NET 1.1 but [...]]]></description>
		<wfw:commentRss>http://debuggingblog.com/wp/2009/07/07/windbg-extension-sos-in-clr-40net-framework-40-ctp-net-runtime-dll-renamed-and-sos-commands-just-got-richer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>visual studio 2008 memory leak/memory issue on x86 - the operation could not be completed.Not enough storage is available to complete this operation</title>
		<link>http://debuggingblog.com/wp/2009/07/03/visual-studio-2008-memory-leakmemory-issue-on-x86-the-operation-could-not-be-completednot-enough-storage-is-available-to-complete-this-operation/</link>
		<comments>http://debuggingblog.com/wp/2009/07/03/visual-studio-2008-memory-leakmemory-issue-on-x86-the-operation-could-not-be-completednot-enough-storage-is-available-to-complete-this-operation/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 06:29:00 +0000</pubDate>
		<dc:creator>prashant</dc:creator>
		
		<category><![CDATA[.NET Debugging]]></category>

		<category><![CDATA[Managed Debugging]]></category>

		<category><![CDATA[Memory Leak]]></category>

		<category><![CDATA[WinDbg]]></category>

		<category><![CDATA[OutOfMemoryException]]></category>

		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=388</guid>
		<description><![CDATA[And No I don&#8217;t have a solution for it and probably the only workaround is to make your visual studio Large Address Aware(3GB switch) on x86.

Steps to re-create
1. download and unzip http://debuggingblog.com/resources/transcripts.zip
2. open, close the xml file and try to load it the second time
3. If you load the xml file using IE8, you will [...]]]></description>
		<wfw:commentRss>http://debuggingblog.com/wp/2009/07/03/visual-studio-2008-memory-leakmemory-issue-on-x86-the-operation-could-not-be-completednot-enough-storage-is-available-to-complete-this-operation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>why is my System.ServiceModel.OperationContext null from silverlight client and the SOAP Message Header - note to me</title>
		<link>http://debuggingblog.com/wp/2009/06/29/why-is-my-systemservicemodeloperationcontext-null-and-the-soap-message-header-note-to-me/</link>
		<comments>http://debuggingblog.com/wp/2009/06/29/why-is-my-systemservicemodeloperationcontext-null-and-the-soap-message-header-note-to-me/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 19:44:55 +0000</pubDate>
		<dc:creator>prashant</dc:creator>
		
		<category><![CDATA[.NET Debugging]]></category>

		<category><![CDATA[Silverlight]]></category>

		<category><![CDATA[WinDbg]]></category>

		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=594</guid>
		<description><![CDATA[When you are starting out with Silverlight and WCF/SOAP to implement  WS-Security using SOAP headers into  request messages or for that matter if you are accessing SOAP services from silverlight, you may run into this silly issue that&#8217;s why I am making note of it here.
Silverlight documentation clearly says that
SOAP headers are supported [...]]]></description>
		<wfw:commentRss>http://debuggingblog.com/wp/2009/06/29/why-is-my-systemservicemodeloperationcontext-null-and-the-soap-message-header-note-to-me/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Thread Scheduling Priority in .NET and no idle priority thread</title>
		<link>http://debuggingblog.com/wp/2009/06/25/thread-scheduling-priority-in-net-and-no-idle-thread/</link>
		<comments>http://debuggingblog.com/wp/2009/06/25/thread-scheduling-priority-in-net-and-no-idle-thread/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 10:05:45 +0000</pubDate>
		<dc:creator>prashant</dc:creator>
		
		<category><![CDATA[.NET Debugging]]></category>

		<category><![CDATA[Architecture]]></category>

		<category><![CDATA[Threading]]></category>

		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=583</guid>
		<description><![CDATA[I have seen numerous .net application where a background thread is created for background tasks but at the same time thread scheduling priority is never set. By default, managed thread runs with normal relative priority so now if you have a thread doing some maintenance work,  that thread has no reason to run with Normal [...]]]></description>
		<wfw:commentRss>http://debuggingblog.com/wp/2009/06/25/thread-scheduling-priority-in-net-and-no-idle-thread/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
