<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Usman&#039;s blog</title>
	<atom:link href="http://usmanshaheen.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://usmanshaheen.wordpress.com</link>
	<description>SOA - BizTalk, SharePoint, WCF, App Fabric</description>
	<lastBuildDate>Wed, 25 Jan 2012 14:24:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='usmanshaheen.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Usman&#039;s blog</title>
		<link>http://usmanshaheen.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://usmanshaheen.wordpress.com/osd.xml" title="Usman&#039;s blog" />
	<atom:link rel='hub' href='http://usmanshaheen.wordpress.com/?pushpress=hub'/>
		<item>
		<title>This Assembler cannot retrieve a document specification</title>
		<link>http://usmanshaheen.wordpress.com/2011/09/27/this-assembler-cannot-retrieve-a-document-specification/</link>
		<comments>http://usmanshaheen.wordpress.com/2011/09/27/this-assembler-cannot-retrieve-a-document-specification/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 09:53:39 +0000</pubDate>
		<dc:creator>Usman Shaheen</dc:creator>
				<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">https://usmanshaheen.wordpress.com/2011/09/27/this-assembler-cannot-retrieve-a-document-specification/</guid>
		<description><![CDATA[&#160; The most common cause of following errors are if same schema deployed multiple time in BizTalk. Sometimes this is desirable behavior, for example, if same schema is shared by two different BizTalk application. Since BizTalk applications are just logical grouping of BizTalk artifacts, schemas deployed for one application will be visible to other applications [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usmanshaheen.wordpress.com&amp;blog=1446884&amp;post=312&amp;subd=usmanshaheen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>The most common cause of following errors are if same schema deployed multiple time in BizTalk. Sometimes this is desirable behavior, for example, if same schema is shared by two different BizTalk application. </p>
<p>Since BizTalk applications are just logical grouping of BizTalk artifacts, schemas deployed for one application will be visible to other applications and might create this type conflict.</p>
<p>========================================================================</p>
<p>There was a failure executing the send pipeline: &quot;Microsoft.BizTalk.DefaultPipelines.XMLTransmit, Microsoft.BizTalk.DefaultPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot; Source: &quot;XML assembler&quot; Send Port: &quot;PCISendPort&quot; URI: &quot;oracledb://x:1521/X/Dedicated&quot; Reason: This Assembler cannot retrieve a document specification using this type: <a href="http://Microsoft.LobServices.OracleDB/2007/03/PC/Package/STORED_PROCEDURES_2#STOP_LIST">http://Microsoft.LobServices.OracleDB/2007/03/PC/Package/STORED_PROCEDURES_2#STOP_LIST</a></p>
<p>There was a failure executing the response(receive) pipeline: &quot;Microsoft.BizTalk.DefaultPipelines.XMLReceive, Microsoft.BizTalk.DefaultPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot; Source: &quot;XML disassembler&quot; Send Port: &quot;PCISendPort&quot; URI: &quot;oracledb://x:1521/PCI/Dedicated&quot; Reason: Cannot locate document specification because multiple schemas matched the message type <a href="http://Microsoft.LobServices.OracleDB/2007/03/PC/Package/STORED_PROCEDURES_2#STOP_LISTResponse">http://Microsoft.LobServices.OracleDB/2007/03/PC/Package/STORED_PROCEDURES_2#STOP_LISTResponse</a>.     </p>
<p>========================================================================</p>
<p><strong>Solution:</strong></p>
<p>Create a new send port for service, go to send pipeline properties and set <strong>DocumentSpecNames </strong>property to fully qualified name of schema in format &lt;schema type&gt;+&lt;root name&gt; ,&lt;schema assembly full name&gt;. This Pipeline property tells BizTalk exact location of schema to be loaded and thus avoid conflict </p>
<p>for example: ReportLostV2.CardReportLostPC_Package_STORED_PROCEDURES_2+STOP_LIST, Card.ReportLostV2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9b51853b6987xxxx</p>
<p>&#160;</p>
<p><a href="http://usmanshaheen.files.wordpress.com/2011/09/snaghtml5cba62b.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0 0 0 10px;" title="SNAGHTML5cba62b" border="0" alt="SNAGHTML5cba62b" src="http://usmanshaheen.files.wordpress.com/2011/09/snaghtml5cba62b_thumb.png?w=677&#038;h=546" width="677" height="546" /></a></p>
<p>&#160;</p>
<p>you can get <strong>DocumentSpecNames</strong> value from <strong>SchemStrongName</strong> context property.</p>
<p><a href="http://usmanshaheen.files.wordpress.com/2011/09/snaghtml5d11072.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0 0 0 10px;" title="SNAGHTML5d11072" border="0" alt="SNAGHTML5d11072" src="http://usmanshaheen.files.wordpress.com/2011/09/snaghtml5d11072_thumb.png?w=700&#038;h=337" width="700" height="337" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usmanshaheen.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usmanshaheen.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usmanshaheen.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usmanshaheen.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/usmanshaheen.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/usmanshaheen.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/usmanshaheen.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/usmanshaheen.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usmanshaheen.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usmanshaheen.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usmanshaheen.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usmanshaheen.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usmanshaheen.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usmanshaheen.wordpress.com/312/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usmanshaheen.wordpress.com&amp;blog=1446884&amp;post=312&amp;subd=usmanshaheen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://usmanshaheen.wordpress.com/2011/09/27/this-assembler-cannot-retrieve-a-document-specification/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7ef1a15ecebf19bb5d6a4406f779fb3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usman shaheen</media:title>
		</media:content>

		<media:content url="http://usmanshaheen.files.wordpress.com/2011/09/snaghtml5cba62b_thumb.png" medium="image">
			<media:title type="html">SNAGHTML5cba62b</media:title>
		</media:content>

		<media:content url="http://usmanshaheen.files.wordpress.com/2011/09/snaghtml5d11072_thumb.png" medium="image">
			<media:title type="html">SNAGHTML5d11072</media:title>
		</media:content>
	</item>
		<item>
		<title>.NET Integration with HSM</title>
		<link>http://usmanshaheen.wordpress.com/2011/07/27/net-integration-with-hsm/</link>
		<comments>http://usmanshaheen.wordpress.com/2011/07/27/net-integration-with-hsm/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 10:26:09 +0000</pubDate>
		<dc:creator>Usman Shaheen</dc:creator>
				<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">https://usmanshaheen.wordpress.com/2011/07/27/net-integration-with-hsm/</guid>
		<description><![CDATA[Recently had a scenario where we need to encrypt Card PIN code with keys provided by HSM. In our case, HSM was using TripleDES symmetric key algorithm for encryption and decryption. First, I tried with .NET Framework TripleDESCryptoServiceProvider, but that was not working. After lots of trial and error, the solution was using Thales Simulator [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usmanshaheen.wordpress.com&amp;blog=1446884&amp;post=304&amp;subd=usmanshaheen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently had a scenario where we need to encrypt Card PIN code with keys provided by <a href="http://en.wikipedia.org/wiki/Hardware_security_module" target="_blank">HSM</a>. In our case, HSM was using TripleDES symmetric key algorithm for encryption and decryption. First, I tried with .NET Framework TripleDESCryptoServiceProvider, but that was not working. </p>
<p>After lots of trial and error, the solution was using <a href="http://thalessim.codeplex.com/" target="_blank">Thales Simulator Library</a>. Following is sample code for encrypting PIN with ZPK (Zone Private Key). ZPK was communicated between parties in encrypted format and we need to decrypt it first using ZMK (Zone Master key)</p>
<p>&#160;</p>
<pre class="csharpcode"><span class="kwrd">public</span> <span class="kwrd">static</span> <span class="kwrd">string</span> GetEncryptedPINwithZPK(<span class="kwrd">string</span> CardNumber, <span class="kwrd">string</span> PIN)
{

         HexKey key = <span class="kwrd">new</span> HexKey(<span class="str">&quot;ZMK&quot;</span>);
         <span class="kwrd">string</span> ZPK = ThalesSim.Core.Cryptography.TripleDES.TripleDESDecrypt(key, &quot;<span class="str">EncryptedZPK&quot;</span>);

         <span class="kwrd">string</span> PINBlock1 = (<span class="str">&quot;0&quot;</span> + PIN.Length + PIN).PadRight(16, <span class="str">'F'</span>);
         <span class="kwrd">string</span> CNumber = CardNumber.Substring(0, CardNumber.Length - 1); <span class="rem">// to skip right most check digit</span>
         <span class="kwrd">string</span> PINBlock2 = <span class="str">&quot;0000&quot;</span> + CNumber.Substring(CNumber.Length - 12);

         HexKey ZPKHex = <span class="kwrd">new</span> HexKey(ZPK);
         <span class="kwrd">string</span> EncryptedPIN =  ThalesSim.Core.Cryptography.TripleDES.TripleDESEncrypt(ZPKHex, XORStrings(PINBlock1, PINBlock2));

         <span class="kwrd">return</span> EncryptedPIN;
}</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usmanshaheen.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usmanshaheen.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usmanshaheen.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usmanshaheen.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/usmanshaheen.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/usmanshaheen.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/usmanshaheen.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/usmanshaheen.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usmanshaheen.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usmanshaheen.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usmanshaheen.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usmanshaheen.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usmanshaheen.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usmanshaheen.wordpress.com/304/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usmanshaheen.wordpress.com&amp;blog=1446884&amp;post=304&amp;subd=usmanshaheen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://usmanshaheen.wordpress.com/2011/07/27/net-integration-with-hsm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7ef1a15ecebf19bb5d6a4406f779fb3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usman shaheen</media:title>
		</media:content>
	</item>
		<item>
		<title>BizTalk: System.InvalidCastException</title>
		<link>http://usmanshaheen.wordpress.com/2011/07/06/biztalk-system-invalidcastexception/</link>
		<comments>http://usmanshaheen.wordpress.com/2011/07/06/biztalk-system-invalidcastexception/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 07:34:56 +0000</pubDate>
		<dc:creator>Usman Shaheen</dc:creator>
				<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">https://usmanshaheen.wordpress.com/2011/07/06/biztalk-system-invalidcastexception/</guid>
		<description><![CDATA[&#160; I was facing a strange runtime error when calling a BizTalk Orchestration dynamically from another Orchestration. (Dynamic Call Orchestration is not supported out of the box, so we have a custom implementation for that). Error: System.InvalidCastException: Unable to cast object of type &#8216;Microsoft.XLANGs.Core.MessageTuple&#8217; to type &#8216;Microsoft.XLANGs.Core.XMessage&#8217; Reason: Apparently, when creating Orchestration message parameters, the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usmanshaheen.wordpress.com&amp;blog=1446884&amp;post=303&amp;subd=usmanshaheen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>I was facing a strange runtime error when calling a BizTalk Orchestration dynamically from another Orchestration. (Dynamic <em>Call Orchestration</em> is not supported out of the box, so we have a custom implementation for that).</p>
<p>Error:</p>
<p>System.InvalidCastException: Unable to cast object of type &#8216;Microsoft.XLANGs.Core.MessageTuple&#8217; to type &#8216;Microsoft.XLANGs.Core.XMessage&#8217;</p>
<p>Reason:</p>
<p>Apparently, when creating Orchestration message parameters, the VS misinterprets the order of parameters. So we need to verify order and direction (In/Out/Ref) of the parameters inside Orchestration’s auto generated code &amp; designer’s XML</p>
<p>&#160;&#160;&#160; body (message &lt;Type&gt; Rq, <strong>out </strong>message &lt;Type&gt; Rs)</p>
<p>We can correct it manually, or delete all code after #endif // __DESIGNER_DATA and reopen Orchestration and modify anything there to regenerate the code.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usmanshaheen.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usmanshaheen.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usmanshaheen.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usmanshaheen.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/usmanshaheen.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/usmanshaheen.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/usmanshaheen.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/usmanshaheen.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usmanshaheen.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usmanshaheen.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usmanshaheen.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usmanshaheen.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usmanshaheen.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usmanshaheen.wordpress.com/303/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usmanshaheen.wordpress.com&amp;blog=1446884&amp;post=303&amp;subd=usmanshaheen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://usmanshaheen.wordpress.com/2011/07/06/biztalk-system-invalidcastexception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7ef1a15ecebf19bb5d6a4406f779fb3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usman shaheen</media:title>
		</media:content>
	</item>
		<item>
		<title>BizTalk Orchestration does not appear after deployment</title>
		<link>http://usmanshaheen.wordpress.com/2011/06/19/biztalk-orchestration-does-not-appear-after-deployment/</link>
		<comments>http://usmanshaheen.wordpress.com/2011/06/19/biztalk-orchestration-does-not-appear-after-deployment/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 11:47:00 +0000</pubDate>
		<dc:creator>Usman Shaheen</dc:creator>
				<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">https://usmanshaheen.wordpress.com/2011/06/19/biztalk-orchestration-does-not-appear-after-deployment/</guid>
		<description><![CDATA[I had a weird scenario where Orchestration was not appearing in BizTalk Administration Console after deployment through Resources &#62; Add BizTalk Assemblies The reason was the following missing entry in AssemblyInfo.cs. Actually the project template was copied from another BizTalk project and AssemblyInfo.cs was removed during the process. When we set assembly properties, VS generates [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usmanshaheen.wordpress.com&amp;blog=1446884&amp;post=300&amp;subd=usmanshaheen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had a weird scenario where Orchestration was not appearing in BizTalk Administration Console after deployment through Resources &gt; Add BizTalk Assemblies</p>
<p>The reason was the following missing entry in AssemblyInfo.cs. Actually the project template was copied from another BizTalk project and AssemblyInfo.cs was removed during the process. When we set assembly properties, VS generates the AssemblyInfo.cs but missed the following entry required for BizTalk assemblies</p>
<p>using Microsoft.XLANGs.BaseTypes;   <br />using Microsoft.BizTalk.XLANGs.BTXEngine;</p>
<p>[assembly: Microsoft.XLANGs.BaseTypes.BizTalkAssemblyAttribute(typeof(BTXService))]</p>
<p>When tried to deploy the project from VS, its give the following error which hints about the actual issue</p>
<pre>Assembly does not appear to be a BizTalk assembly, and cannot be deployed to the Configuration
database.</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usmanshaheen.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usmanshaheen.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usmanshaheen.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usmanshaheen.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/usmanshaheen.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/usmanshaheen.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/usmanshaheen.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/usmanshaheen.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usmanshaheen.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usmanshaheen.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usmanshaheen.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usmanshaheen.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usmanshaheen.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usmanshaheen.wordpress.com/300/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usmanshaheen.wordpress.com&amp;blog=1446884&amp;post=300&amp;subd=usmanshaheen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://usmanshaheen.wordpress.com/2011/06/19/biztalk-orchestration-does-not-appear-after-deployment/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7ef1a15ecebf19bb5d6a4406f779fb3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usman shaheen</media:title>
		</media:content>
	</item>
		<item>
		<title>Software Development &#8211; Design Concepts</title>
		<link>http://usmanshaheen.wordpress.com/2011/02/21/software-development-design-concepts/</link>
		<comments>http://usmanshaheen.wordpress.com/2011/02/21/software-development-design-concepts/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 05:50:00 +0000</pubDate>
		<dc:creator>Usman Shaheen</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">https://usmanshaheen.wordpress.com/2011/02/21/software-development-design-concepts/</guid>
		<description><![CDATA[&#160; I was going though scott hanselman’s post on Interview Questions and found some concepts that are new/interesting for me. posting here for my reference SOLID (in context of Object Oriented Design) S: Single responsibility every object should have single responsibility. Easier to change code with minimum side effects O: Open/closed open for extension, but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usmanshaheen.wordpress.com&amp;blog=1446884&amp;post=296&amp;subd=usmanshaheen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>I was going though scott hanselman’s post on <a href="http://www.hanselman.com/blog/NewInterviewQuestionsForSeniorSoftwareEngineers.aspx" target="_blank">Interview Questions</a> and found some concepts that are new/interesting for me. posting here for my reference</p>
<p><strong>SOLID</strong> (in context of Object Oriented Design)</p>
<p><strong>S</strong>: Single responsibility </p>
<blockquote><p><font color="#333333" size="1">every object should have single responsibility. Easier to change code with minimum side effects</font></p>
</blockquote>
<p><strong>O: </strong>Open/closed </p>
<blockquote><p><font color="#000000" size="1">open for extension, but closed for modification. provides backward compatibility when extending the functionality</font></p>
</blockquote>
<p><strong>L: </strong>Liskov substitution </p>
<blockquote><p><font color="#000000" size="1">objects in a program should be replaceable with instances of their subtypes without altering the correctness of that program</font></p>
</blockquote>
<p><strong>I:</strong>Interface segregation </p>
<blockquote><p><font color="#000000" size="1">many client specific interfaces are better than one general purpose interface. No client should be forced to depend on methods it does not use. Easy to change code, faster deployment when interface for only one client is changed</font></p>
</blockquote>
<p><strong>D:</strong> Dependency inversion </p>
<blockquote><p><font size="1"><font color="#000000">High-level modules should not depend on low-level modules. Both should depend on abstractions. Abstractions should not depend upon details. Details should depend upon abstractions. advantage is loose coupling</font></font></p>
</blockquote>
<p><strong>Concurrency Control</strong></p>
<p><strong>Optimistic </strong>approach assumes that multiple transactions can complete without affecting each other and transactions&#160; proceed without locking. Just before committing, each transaction verifies that no other transaction has modified its data. If the check reveals conflicting modifications, the committing transaction rolls back. Used in environments with low data contention.    <br />In <strong>Pessimistic </strong>concurrency control, a transaction puts a lock before reading/writing and thus prevents other transactions to update the same data. suitable for high data contention scenarios </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usmanshaheen.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usmanshaheen.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usmanshaheen.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usmanshaheen.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/usmanshaheen.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/usmanshaheen.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/usmanshaheen.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/usmanshaheen.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usmanshaheen.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usmanshaheen.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usmanshaheen.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usmanshaheen.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usmanshaheen.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usmanshaheen.wordpress.com/296/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usmanshaheen.wordpress.com&amp;blog=1446884&amp;post=296&amp;subd=usmanshaheen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://usmanshaheen.wordpress.com/2011/02/21/software-development-design-concepts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7ef1a15ecebf19bb5d6a4406f779fb3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usman shaheen</media:title>
		</media:content>
	</item>
		<item>
		<title>Convincer Strategy</title>
		<link>http://usmanshaheen.wordpress.com/2010/11/25/convincer-strategy/</link>
		<comments>http://usmanshaheen.wordpress.com/2010/11/25/convincer-strategy/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 17:49:46 +0000</pubDate>
		<dc:creator>Usman Shaheen</dc:creator>
				<category><![CDATA[Personal Development]]></category>

		<guid isPermaLink="false">https://usmanshaheen.wordpress.com/2010/11/25/convincer-strategy/</guid>
		<description><![CDATA[&#160; A Convincer Strategy is how a person comes to believe something to be true. For some people, they need to see it with their own eyes.&#160; For others, they need to hear something multiple times from multiple people before they believe it The convincer strategy has two parts. 1. Figure out what convinces someone, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usmanshaheen.wordpress.com&amp;blog=1446884&amp;post=294&amp;subd=usmanshaheen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>A Convincer Strategy is how a person comes to believe something to be true.</p>
<p>For some people, they need to see it with their own eyes.&#160; For others, they need to hear something multiple times from multiple people before they believe it</p>
<p>The convincer strategy has two parts. </p>
<p>1. Figure out what convinces someone, what inputs he needs to become convinced. </p>
<p>e.g. How you believe that someone is good at job? You may believe someone’s good when you <strong>see<em> </em></strong>him doing a good job and when other people <strong>tell you </strong>he’s good</p>
<p>2. Discover how often he has to receive these stimuli before becoming convinced, e.g. heard once, multiple times, multiple sources or he might need continuous stimuli. Repeating the same concept multiple times helps in convincing</p>
<p>&#160;</p>
<p>[via <a href="http://sourcesofinsight.com/2010/11/16/convincer-strategy/" target="_blank">Sources of Insight</a>]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usmanshaheen.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usmanshaheen.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usmanshaheen.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usmanshaheen.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/usmanshaheen.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/usmanshaheen.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/usmanshaheen.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/usmanshaheen.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usmanshaheen.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usmanshaheen.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usmanshaheen.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usmanshaheen.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usmanshaheen.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usmanshaheen.wordpress.com/294/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usmanshaheen.wordpress.com&amp;blog=1446884&amp;post=294&amp;subd=usmanshaheen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://usmanshaheen.wordpress.com/2010/11/25/convincer-strategy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7ef1a15ecebf19bb5d6a4406f779fb3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usman shaheen</media:title>
		</media:content>
	</item>
		<item>
		<title>0xC0002A21 &#8211; SSO Configuration Failed</title>
		<link>http://usmanshaheen.wordpress.com/2010/10/14/0xc0002a21-sso-configuration-failed/</link>
		<comments>http://usmanshaheen.wordpress.com/2010/10/14/0xc0002a21-sso-configuration-failed/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 07:19:14 +0000</pubDate>
		<dc:creator>Usman Shaheen</dc:creator>
				<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">https://usmanshaheen.wordpress.com/2010/10/14/0xc0002a21-sso-configuration-failed/</guid>
		<description><![CDATA[&#160; I was trying to configure BizTalk Server 2009 with SQL Server 2008 SP1, SSO configuration throws the following error: (0xC0002A21) An error occurred while attempting to access the SSO database.&#160; (SSO) SQL: 0x00000FDC: Cannot open database &#34;SSODB&#34; requested by the login. The login failed. Login failed for user… One odd reason of this exception [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usmanshaheen.wordpress.com&amp;blog=1446884&amp;post=293&amp;subd=usmanshaheen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>I was trying to configure BizTalk Server 2009 with SQL Server 2008 SP1, SSO configuration throws the following error:</p>
<p>(0xC0002A21) An error occurred while attempting to access the SSO database.&#160; (SSO)   <br />SQL: 0x00000FDC: Cannot open database &quot;SSODB&quot; requested by the login. The login failed. Login failed for user… </p>
<p>One odd reason of this exception is an old SSO database file in the database folder </p>
<p align="left">‘C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA’</p>
<p>This prevents the creation of SSO DB because a database file already exists at the same path. To resolve, just delete the old SSODB.mdf and SSODB.ldf files</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usmanshaheen.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usmanshaheen.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usmanshaheen.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usmanshaheen.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/usmanshaheen.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/usmanshaheen.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/usmanshaheen.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/usmanshaheen.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usmanshaheen.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usmanshaheen.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usmanshaheen.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usmanshaheen.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usmanshaheen.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usmanshaheen.wordpress.com/293/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usmanshaheen.wordpress.com&amp;blog=1446884&amp;post=293&amp;subd=usmanshaheen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://usmanshaheen.wordpress.com/2010/10/14/0xc0002a21-sso-configuration-failed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7ef1a15ecebf19bb5d6a4406f779fb3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usman shaheen</media:title>
		</media:content>
	</item>
		<item>
		<title>Utility vs Strategic Projects</title>
		<link>http://usmanshaheen.wordpress.com/2010/08/01/utility-vs-strategic-projects/</link>
		<comments>http://usmanshaheen.wordpress.com/2010/08/01/utility-vs-strategic-projects/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 11:19:52 +0000</pubDate>
		<dc:creator>Usman Shaheen</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">https://usmanshaheen.wordpress.com/2010/08/01/utility-vs-strategic-projects/</guid>
		<description><![CDATA[&#160; A Utility project is where underlying business process is not the differentiator, e.g. Payroll process, every company want it but a better payroll process does not give your business edge over your competition. The way you staff, run, and budget a strategic project is entirely different to how you do a utility project. For [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usmanshaheen.wordpress.com&amp;blog=1446884&amp;post=291&amp;subd=usmanshaheen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p align="justify">A Utility project is where underlying business process is not the differentiator, e.g. Payroll process, every company want it but a better payroll process does not give your business edge over your competition.</p>
<p align="justify">The way you staff, run, and budget a strategic project is entirely different to how you do a utility project. For utility projects the biggest risk is some kind of catastrophic error &#8211; you don&#8217;t want to miss payroll. So you need enough attention to make sure that doesn&#8217;t happen, but other than that you want costs to be as low as possible.</p>
<p align="justify">However with strategic projects, the biggest risk is not doing something before your competitors do. So you need to be able to react quickly. Cost is much less of an issue because the opportunity cost of not doing something is far greater than costs of software development itself. Usually only 5-10 percent of projects are of strategic type.</p>
<p>Since the definition of utility is that there&#8217;s no differentiator, the obvious thing is to go with the package. For a strategic function you don&#8217;t want the same software as your competitors because that would cripple your ability to differentiate. Often people realize this and buy a package for a utility project, but then spend huge amounts of money customizing this &#8211; which is just as wasteful. My view is that for a utility function you buy the package and adjust your business process to match the software. Usually this is politically infeasible, so the workaround is to put a low grade software team to work on it, provide enough care to avoid catastrophe.</p>
<p>[via <a href="http://martinfowler.com/bliki/UtilityVsStrategicDichotomy.html" target="_blank">Martin Fowler</a>]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usmanshaheen.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usmanshaheen.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usmanshaheen.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usmanshaheen.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/usmanshaheen.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/usmanshaheen.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/usmanshaheen.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/usmanshaheen.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usmanshaheen.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usmanshaheen.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usmanshaheen.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usmanshaheen.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usmanshaheen.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usmanshaheen.wordpress.com/291/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usmanshaheen.wordpress.com&amp;blog=1446884&amp;post=291&amp;subd=usmanshaheen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://usmanshaheen.wordpress.com/2010/08/01/utility-vs-strategic-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7ef1a15ecebf19bb5d6a4406f779fb3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usman shaheen</media:title>
		</media:content>
	</item>
		<item>
		<title>BizTalk Error: 0xc0c0153a</title>
		<link>http://usmanshaheen.wordpress.com/2010/07/08/biztalk-error-0xc0c0153a/</link>
		<comments>http://usmanshaheen.wordpress.com/2010/07/08/biztalk-error-0xc0c0153a/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 11:10:21 +0000</pubDate>
		<dc:creator>Usman Shaheen</dc:creator>
				<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">https://usmanshaheen.wordpress.com/2010/07/08/biztalk-error-0xc0c0153a/</guid>
		<description><![CDATA[&#160; we have following error in windows log when we try to start 64-bit BizTalk host instance. (BizTalk Server 2009, SQL Server 2008, Windows Server 2008 R2) Faulting application name: BTSNTSvc64.exe, version: 3.8.368.0, time stamp: 0x49b1f793 Faulting module name: KERNELBASE.dll, version: 6.1.7600.16385, time stamp: 0x4a5bdfe0 Exception code: 0xe0434f4d Fault offset: 0x000000000000aa7d Faulting process id: 0x1d08 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usmanshaheen.wordpress.com&amp;blog=1446884&amp;post=287&amp;subd=usmanshaheen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>we have following error in windows log when we try to start 64-bit BizTalk host instance.</p>
<p>(BizTalk Server 2009, SQL Server 2008, Windows Server 2008 R2)</p>
<p>Faulting application name: BTSNTSvc64.exe, version: 3.8.368.0, time stamp: 0x49b1f793   <br />Faulting module name: KERNELBASE.dll, version: 6.1.7600.16385, time stamp: 0x4a5bdfe0    <br />Exception code: 0xe0434f4d    <br />Fault offset: 0x000000000000aa7d    <br />Faulting process id: 0x1d08    <br />Faulting application start time: 0x01cb1dca422e30ab    <br />Faulting application path: E:\Program Files (x86)\Microsoft BizTalk Server 2009\BTSNTSvc64.exe    <br />Faulting module path: C:\Windows\system32\KERNELBASE.dll    <br />Report Id: 803103c0-89bd-11df-9a1c-e41f131a4842    <br />Service request: Start    <br />BizTalk host name: BizTalkServerApplication    <br />Windows service name: BTSSvc$BizTalkServerApplication    <br />Additional error information:    <br />Error code: 0xc0c0153a    <br />Error source: BizTalk Server 2009    <br />Error description: A BizTalk subservice has failed while executing a service request.    <br />Subservice: Tracking    <br />Service request: Start    <br />Additional error information:    <br />Error code: 0&#215;80131534    <br />Error source: System.Data    <br />Error description: The type initializer for &#8216;System.Data.SqlClient.SqlConnection&#8217; threw an exception.</p>
<p>After lots of troubleshooting, the apparent reason for this error is missing SP1 installation for SQL Server 2008.</p>
<p>SQL Server 2008 have compatibility issues with windows server 2008 R2 and SQL Setup points this out during the installation</p>
<p><a href="http://usmanshaheen.files.wordpress.com/2010/07/image1.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://usmanshaheen.files.wordpress.com/2010/07/image_thumb1.png?w=450&#038;h=244" width="450" height="244" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usmanshaheen.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usmanshaheen.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usmanshaheen.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usmanshaheen.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/usmanshaheen.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/usmanshaheen.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/usmanshaheen.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/usmanshaheen.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usmanshaheen.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usmanshaheen.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usmanshaheen.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usmanshaheen.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usmanshaheen.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usmanshaheen.wordpress.com/287/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usmanshaheen.wordpress.com&amp;blog=1446884&amp;post=287&amp;subd=usmanshaheen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://usmanshaheen.wordpress.com/2010/07/08/biztalk-error-0xc0c0153a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7ef1a15ecebf19bb5d6a4406f779fb3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usman shaheen</media:title>
		</media:content>

		<media:content url="http://usmanshaheen.files.wordpress.com/2010/07/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Maturity Level of Software Teams</title>
		<link>http://usmanshaheen.wordpress.com/2010/06/28/maturity-level-of-software-teams/</link>
		<comments>http://usmanshaheen.wordpress.com/2010/06/28/maturity-level-of-software-teams/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 05:40:19 +0000</pubDate>
		<dc:creator>Usman Shaheen</dc:creator>
				<category><![CDATA[Personal Development]]></category>

		<guid isPermaLink="false">https://usmanshaheen.wordpress.com/2010/06/28/maturity-level-of-software-teams/</guid>
		<description><![CDATA[&#160; A software team can be at one of the following maturity levels: Chaotic Stage – the state where a team does not posses the skills, motives or vision to become a mature self managing team. Mid-Life stage – where a team possesses some skills for self management and decision making , and can make [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usmanshaheen.wordpress.com&amp;blog=1446884&amp;post=284&amp;subd=usmanshaheen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<ul>
<li>A software team can be at one of the following maturity levels: </li>
<li><strong>Chaotic Stage </strong>– the state where a team does not posses the skills, motives or vision to become a mature self managing team. </li>
<li><strong>Mid-Life stage</strong> – where a team possesses <em>some</em> skills for self management and decision making , and can make <em>some</em> of its own decisions without needing a team lead. </li>
<li><strong>Mature stage </strong>– where a team is practically fully self managing and a team leader is mostly a coach rather than a decision maker. </li>
</ul>
<p>The chaotic stage needs a strong, dictator like leadership &#8211; to bring much needed peace to a team that might be mostly struggling to keep its head above water all day long. A dictator team lead is there in the first stage, to bring the team up to a specific state, where they also have the time and patience to learn new things.</p>
<p>The Mid-Life stage needs a coach-dictator &#8211; where a team will learn the skills needed to become self managing.For example, the team lead teach the team to do its own code review so that the team lead is no longer the bottleneck, and so that the team learns essential skills for code quality and decision making.</p>
<p>The Mature stage needs a coach &#8211; just to help them to <em>grow</em>, to teach them new skills.</p>
<p>[via <a href="http://www.markhneedham.com/blog/2010/06/22/leadership-and-software-teams-some-thoughts/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+MarkNeedham+(Mark+Needham)&amp;utm_content=Google+Reader" target="_blank">Mark Needham</a>]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usmanshaheen.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usmanshaheen.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usmanshaheen.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usmanshaheen.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/usmanshaheen.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/usmanshaheen.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/usmanshaheen.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/usmanshaheen.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usmanshaheen.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usmanshaheen.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usmanshaheen.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usmanshaheen.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usmanshaheen.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usmanshaheen.wordpress.com/284/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usmanshaheen.wordpress.com&amp;blog=1446884&amp;post=284&amp;subd=usmanshaheen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://usmanshaheen.wordpress.com/2010/06/28/maturity-level-of-software-teams/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7ef1a15ecebf19bb5d6a4406f779fb3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usman shaheen</media:title>
		</media:content>
	</item>
	</channel>
</rss>
