<?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/"
	>

<channel>
	<title>Manuel Meyer - 12qw.ch</title>
	<atom:link href="http://www.12qw.ch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.12qw.ch</link>
	<description>.NET development and other fun stuff</description>
	<lastBuildDate>Thu, 15 Mar 2012 21:04:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Enable BizTalk Tracking&#8211;The message was not found in the Message Box or the Tracking database</title>
		<link>http://www.12qw.ch/2012/03/enable-biztalk-trackingthe-message-was-not-found-in-the-message-box-or-the-tracking-database/</link>
		<comments>http://www.12qw.ch/2012/03/enable-biztalk-trackingthe-message-was-not-found-in-the-message-box-or-the-tracking-database/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 21:04:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[BizTalk Server]]></category>
		<category><![CDATA[BizTalk Server 2010]]></category>
		<category><![CDATA[BizTalk Tricks]]></category>
		<category><![CDATA[BizTalk Troubles]]></category>

		<guid isPermaLink="false">http://www.12qw.ch/2012/03/enable-biztalk-trackingthe-message-was-not-found-in-the-message-box-or-the-tracking-database/</guid>
		<description><![CDATA[A very common problem when using the BizTalk Administration Console Group Hub Query Tool is the following error message:
The message was not found in the Message Box or the Tracking databases. This may be caused by one of the following conditions: (1) message tracking is not enabled; (2) the message(s) is no longer referenced by [...]]]></description>
			<content:encoded><![CDATA[<p><font size="1">A very common problem when using the BizTalk Administration Console Group Hub Query Tool is the following error message:</font></p>
<p><em><font size="1">The message was not found in the Message Box or the Tracking databases. This may be caused by one of the following conditions: (1) message tracking is not enabled; (2) the message(s) is no longer referenced by a running or suspended service instance; (3) the Message Box tracking tables have been automatically purged; or (4) the SQL Server agent is not running on the Message Box servers. (Microsoft.BizTalk.Administration.SnapIn)</font></em></p>
<p><a href="http://www.12qw.ch/wp-content/uploads/2012/03/ErrorMessage.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="ErrorMessage" border="0" alt="ErrorMessage" src="http://www.12qw.ch/wp-content/uploads/2012/03/ErrorMessage_thumb.png" width="464" height="126" /></a></p>
<p><font size="1">Let’s have a closer look at what is says why message tracking does not work:</font></p>
<ol>
<li><strong><font size="1">1. message tracking is not enabled</font></strong> </li>
<li><strong><font size="1">2. the message is no longer referenced by a running or suspended instance</font></strong> </li>
<li><strong><font size="1">3. the message Box tracking tables have been automatically purged</font></strong> </li>
<li><strong><font size="1">4. the SQL Server agent is not running on the message box servers</font></strong> </li>
</ol>
<p><font size="1"></font></p>
<p><font size="1">I am going to examine each of the errors and show how to resolve it:</font></p>
<p><font size="3"><strong>1. message tracking is not enabled</strong></font></p>
<p><font size="1">Message tracking needs to be enabled if you want to see history data. Tracking data stands for messages that have been completely processed. You need to enable message tracking in two places:</font></p>
<p><strong>1. Enable message tracking on group level</strong></p>
<p><font size="1">In BizTalk 2010 you can right click on the BizTalk group node and select “Settings”.</font> </p>
<p><a href="http://www.12qw.ch/wp-content/uploads/2012/03/image.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.12qw.ch/wp-content/uploads/2012/03/image_thumb.png" width="462" height="195" /></a></p>
<p><font size="1">In the group tab you will find a “Enable group-level tracking” checkbox. –&gt; Select it.</font></p>
<p><a href="http://www.12qw.ch/wp-content/uploads/2012/03/image1.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.12qw.ch/wp-content/uploads/2012/03/image_thumb1.png" width="461" height="202" /></a></p>
<p><font size="1">If you are using an earlier version of BizTalk you need to change the setting in the <em>dbo.adm_Group</em> table of the <em>BizTalkMgmtDatabase</em>. Set <em>GlobalTrackingOption</em> to 1 in order to enable tracking.</font></p>
<p><a href="http://www.12qw.ch/wp-content/uploads/2012/03/image2.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.12qw.ch/wp-content/uploads/2012/03/image_thumb2.png" width="465" height="244" /></a></p>
<p><font size="3"></font></p>
<p><strong><font size="1">2. Enable tracking on service level</font></strong></p>
<p><font size="1">In the second step you need to enable tracking on the service (SendPort, ReceivePort, Orchestration)&#160; that you are interested in. Click the item and select “Tracking” from the context menu.</font></p>
<p><a href="http://www.12qw.ch/wp-content/uploads/2012/03/image3.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.12qw.ch/wp-content/uploads/2012/03/image_thumb3.png" width="455" height="363" /></a></p>
<p><font size="1">You can chose whether you want to track the message context (= Properties) or the entire message body and select where exactly you want the message to be tracked (e.g. before or after processing)</font></p>
<p>&#160;</p>
<p><strong><font size="3">2. the message is no longer referenced by a running or suspended instance</font></strong></p>
<p><font size="1">This error only applies if you are looking for live messages. Live messages as compared to tracked messages can only be queried while the service that processes the message (Port, Orchestration) is still executing.</font></p>
<p><font size="1">If you are interested in historical (=tracking) data, you can ignore this part of the error message.</font></p>
<p>&#160;</p>
<p><strong><font size="3">3. the message Box tracking tables have been automatically purged</font></strong></p>
<p><font size="1">Tracking data in BizTalk always follows these steps.</font></p>
<ol>
<li><font size="1">1. Data is recorded (tracked) and written to the tracking table in the Message Box DB (<em>BizTalkMsgBoxDb</em>) .</font> </li>
<li><font size="1">2. The DB Job <em>Tracked_Messages_Copy_BizTalkMsgBoxDb</em> moves the tracking data from the Message Box to the Tracking DB (<em>BizTalkDTADb</em>)</font> </li>
<li><font size="1">3. The tracking data is purged from the tracking db. This depends on the settings of the DTA Purge and Archive DB job. For configuration information, check: </font><a title="http://msdn.microsoft.com/en-us/library/aa558715.aspx" href="http://msdn.microsoft.com/en-us/library/aa558715.aspx"><font size="1">http://msdn.microsoft.com/en-us/library/aa558715.aspx</font></a> </li>
</ol>
<p><font size="1"></font></p>
<p><font size="1">Depending on the settings of the purge job mentioned in step 3 it can happen that you reference data that has already been purged.</font></p>
<p><font size="1"></font></p>
<p><strong><font size="3">4. the SQL Server agent is not running on the message box servers</font></strong></p>
<p><font size="3"><font size="1">For the tracking data processing to work correctly you need to ensure that the DB jobs described under point 3 can be successfully executed.</font></font></p>
<p><font size="1">Her you need to verify two things:</font></p>
<p><strong>1. The SQL Server Agent is running</strong></p>
<p>You can use SQL Server Management Studio to find out if the SQL Server Agent is running. </p>
<p>Agent stopped:</p>
<p><a href="http://www.12qw.ch/wp-content/uploads/2012/03/image4.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.12qw.ch/wp-content/uploads/2012/03/image_thumb4.png" width="445" height="289" /></a></p>
<p>Use the context menu to start the Agent:</p>
<p><a href="http://www.12qw.ch/wp-content/uploads/2012/03/image5.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.12qw.ch/wp-content/uploads/2012/03/image_thumb5.png" width="148" height="27" /></a></p>
<p><strong>2. Make sure the TrackedMessages_Copy_BizTalkMsgBoxDb job can execute successfully.</strong></p>
<p><a href="http://www.12qw.ch/wp-content/uploads/2012/03/image6.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.12qw.ch/wp-content/uploads/2012/03/image_thumb6.png" width="373" height="486" /></a></p>
<p>You can use the start job at step command from the context menu to run the job manually and find out if it executes successfully.</p>
<p>&#160;</p>
<p>Taking care of these 4 errors should allow you to avoid the error message and view tracking information in the BizTalk Management Console.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.12qw.ch/2012/03/enable-biztalk-trackingthe-message-was-not-found-in-the-message-box-or-the-tracking-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Life: 360 Time-Freeze Surf Shots</title>
		<link>http://www.12qw.ch/2011/11/life-360-time-freeze-surf-shots/</link>
		<comments>http://www.12qw.ch/2011/11/life-360-time-freeze-surf-shots/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 21:53:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.12qw.ch/2011/11/life-360-time-freeze-surf-shots/</guid>
		<description><![CDATA[The matrix effect applied to a surf video. Amazing stuff!!!! The action kicks off at 00:30.




(link to video)
How did the do it?



(link to video)
]]></description>
			<content:encoded><![CDATA[<p>The matrix effect applied to a surf video. Amazing stuff!!!! The action kicks off at 00:30.</p>
<p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:ea9f736c-1f50-4b7d-a0ac-18260482f07a" class="wlWriterEditableSmartContent">
<div><object width="448" height="252"><param name="movie" value="http://www.youtube.com/v/d0x52u2yzgI?hl=en&amp;hd=1"></param><embed src="http://www.youtube.com/v/d0x52u2yzgI?hl=en&amp;hd=1" type="application/x-shockwave-flash" width="448" height="252"></embed></object></div>
</div>
<p><a href="http://www.youtube.com/watch?v=d0x52u2yzgI">(link to video)</a></p>
<p>How did the do it?</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:4c3463e3-1be4-4490-8941-4206a3f2837f" class="wlWriterEditableSmartContent">
<div><object width="448" height="252"><param name="movie" value="http://www.youtube.com/v/jmGNwqKH2Yk?hl=en&amp;hd=1"></param><embed src="http://www.youtube.com/v/jmGNwqKH2Yk?hl=en&amp;hd=1" type="application/x-shockwave-flash" width="448" height="252"></embed></object></div>
</div>
<p><a href="http://www.youtube.com/watch?v=jmGNwqKH2Yk">(link to video)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.12qw.ch/2011/11/life-360-time-freeze-surf-shots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Future: Quantum Levitation</title>
		<link>http://www.12qw.ch/2011/11/future-quantum-levitation/</link>
		<comments>http://www.12qw.ch/2011/11/future-quantum-levitation/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 04:51:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Future]]></category>

		<guid isPermaLink="false">http://www.12qw.ch/2011/11/future-quantum-levitation/</guid>
		<description><![CDATA[This post is dedicated to the Consultant known as “The Gass”. 
Check out this video from Tel-Aviv university about quantum trapping. They provided a prototype for levitation. In other words: “Locking supercooled objects in a magnetic field” Uuhm, right.
I have never seen that before. Amazing.



&#160;
Looks like finally we are getting closer to the hoverboard….Jiiihaaaaaa!!!!&#160; 
&#160;

]]></description>
			<content:encoded><![CDATA[<p><font size="1"><em>This post is dedicated to the Consultant known as “The Gass”. <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-thumbsup" alt="Thumbs up" src="http://www.12qw.ch/wp-content/uploads/2011/11/wlEmoticon-thumbsup.png" /></em></font></p>
<p>Check out this video from Tel-Aviv university about quantum trapping. They provided a prototype for levitation. In other words: “Locking supercooled objects in a magnetic field” Uuhm, right.</p>
<p>I have never seen that before. Amazing.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:67c9fccf-3f2d-4b74-8705-a88ebf34e34c" class="wlWriterEditableSmartContent">
<div><object width="448" height="252"><param name="movie" value="http://www.youtube.com/v/Ws6AAhTw7RA?hl=en&amp;hd=1"></param><embed src="http://www.youtube.com/v/Ws6AAhTw7RA?hl=en&amp;hd=1" type="application/x-shockwave-flash" width="448" height="252"></embed></object></div>
</div>
<p>&#160;</p>
<p>Looks like finally we are getting closer to the hoverboard….Jiiihaaaaaa!!!!&#160; <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-hotsmile" alt="Hot smile" src="http://www.12qw.ch/wp-content/uploads/2011/11/wlEmoticon-hotsmile.png" /></p>
<p>&#160;</p>
<p><a href="http://www.12qw.ch/wp-content/uploads/2011/11/hoverboard.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="hoverboard" border="0" alt="hoverboard" src="http://www.12qw.ch/wp-content/uploads/2011/11/hoverboard_thumb.jpg" width="437" height="248" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.12qw.ch/2011/11/future-quantum-levitation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Future: Microsofts Visions for 2019</title>
		<link>http://www.12qw.ch/2011/11/future-microsofts-visions-for-2019/</link>
		<comments>http://www.12qw.ch/2011/11/future-microsofts-visions-for-2019/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 01:52:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Future]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.12qw.ch/2011/11/future-microsofts-visions-for-2019/</guid>
		<description><![CDATA[Microsoft created a couple of videos that depict how our office and private lives could look like in the future.
Have a look:


Microsofts Vision of 2019

&#160;
My personal favorites: The touch-enabled newspaper and the intelligent coffee cup. 
And there is one more:


Productivity Future Vision

&#160;
Keep in mind that 2019 is only about 7 more years from today and [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft created a couple of videos that depict how our office and private lives could look like in the future.</p>
<p>Have a look:</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:0d55a89a-ef8e-4377-8f66-f8ab556d3247" class="wlWriterEditableSmartContent">
<div><object width="448" height="252"><param name="movie" value="http://www.youtube.com/v/bwj2s_5e12U?hl=en&amp;hd=1"></param><embed src="http://www.youtube.com/v/bwj2s_5e12U?hl=en&amp;hd=1" type="application/x-shockwave-flash" width="448" height="252"></embed></object></div>
<div style="width:448px;clear:both;font-size:.8em">Microsofts Vision of 2019</div>
</div>
<p>&#160;</p>
<p>My personal favorites: The touch-enabled newspaper and the intelligent coffee cup. <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-winkingsmile" alt="Winking smile" src="http://www.12qw.ch/wp-content/uploads/2011/11/wlEmoticon-winkingsmile.png" /></p>
<p>And there is one more:</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:4c92b2b2-1ee7-4e87-9ff2-d18e9a8effd6" class="wlWriterEditableSmartContent">
<div><object width="448" height="252"><param name="movie" value="http://www.youtube.com/v/a6cNdhOKwi0?hl=en&amp;hd=1"></param><embed src="http://www.youtube.com/v/a6cNdhOKwi0?hl=en&amp;hd=1" type="application/x-shockwave-flash" width="448" height="252"></embed></object></div>
<div style="width:448px;clear:both;font-size:.8em">Productivity Future Vision</div>
</div>
<p>&#160;</p>
<p>Keep in mind that 2019 is only about 7 more years from today and that prototypes for some technologies in the videos already exist. Example:</p>
<p>Microsoft XBox Kinect Controller + half-transparent display + .NET Coding Skills = HoloDeck!!!</p>
<p><a href="http://research.microsoft.com/apps/video/default.aspx?id=154571">http://research.microsoft.com/apps/video/default.aspx?id=154571</a></p>
<p>&#160;</p>
<p>How will it really be like?</p>
<p>…we will find out!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.12qw.ch/2011/11/future-microsofts-visions-for-2019/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BizTalk Troubles: Failed to update binding information</title>
		<link>http://www.12qw.ch/2010/06/biztalk-troubles-failed-to-update-binding-information/</link>
		<comments>http://www.12qw.ch/2010/06/biztalk-troubles-failed-to-update-binding-information/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 21:48:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[BizTalk Server 2009]]></category>
		<category><![CDATA[BizTalk Troubles]]></category>
		<category><![CDATA[Deployment Framework for Biztalk]]></category>

		<guid isPermaLink="false">http://www.12qw.ch/?p=86</guid>
		<description><![CDATA[Today we tried to deploy from Visual Studio to our local BizTalk Server Instance using the Deployment Framework for BizTalk. At the binding import stage the process failed and reported the following error message:
**********************************************************************
Information: Importing bindings &#8220;D:\Projects\MyProject\MyProject\MySolution.MyFolder.MyProject\PortBindings.xml&#8221; into application &#8220;MyApplication.App1&#8243; in BizTalk configuration database (server=&#8221;hostname&#8221;, database=&#8221;BizTalkMgmtDb&#8221;)&#8230;
Error: Failed to update binding information.
Cannot update send port &#8220;SqlSendPort_DataBase1&#8243;.
Cannot [...]]]></description>
			<content:encoded><![CDATA[<p>Today we tried to deploy from Visual Studio to our local BizTalk Server Instance using the Deployment Framework for BizTalk. At the binding import stage the process failed and reported the following error message:</p>
<p>**********************************************************************</p>
<p><em>Information: Importing bindings &#8220;D:\Projects\MyProject\MyProject</em><em>\MySolution.MyFolder.MyProject\PortBindings.xml&#8221; into application &#8220;MyApplication.App1&#8243; in BizTalk configuration database (server=&#8221;hostname&#8221;, database=&#8221;BizTalkMgmtDb&#8221;)&#8230;</em></p>
<p><em>Error: Failed to update binding information.</em></p>
<p><em>Cannot update send port &#8220;SqlSendPort_DataBase1&#8243;.</em></p>
<p><em>Cannot update transport information (address &#8220;mssql://host/instance/database?&#8221;).</em></p>
<p><em>The following items could not be matched up to hosts due to name and/or trust level mismatches: </em><em>Item: &#8216;WCF-Custom&#8217; Host: ‘MyProject_SendHost” Trust </em><em>level: &#8216;Untrusted&#8217;</em></p>
<p><em>You must do one of the following:</em></p>
<p><em>1) Create hosts with these names and trust levels and try again</em></p>
<p><em>2) Re-export the MSI without the binding files and have a post import script apply a suitable binding file.</em></p>
<p>********************************************************************</p>
<p>It took us quite some time to find the problem. Googling through the web we found lots of blog posts and forum entries all of which said something like:</p>
<p>The binding can not be imported since it wants to map items (e.g. Ports) to host instances it cannot find. This can be due to a mismatch in the name or the trust setting in the binding xml file and the hosts in biztalk.</p>
<p> In our case however, the error message did not help us at all. Besides the name and the trust settings you need to register the adapters for the hosts. You can do this in the management console at “Platform Settings” –&gt; “Adapters”. (Sidenote: In our setup, the adapter window in the BizTalk Management Console did not refresh and show the newly created adapters until we restarted the BizTalk Administration.) </p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e0f03598-0cf8-4ad1-bd33-af90f7502496" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">Technorati-Tags: <a rel="tag" href="http://technorati.com/tags/BizTalk+Server+2009">BizTalk Server 2009</a>,<a rel="tag" href="http://technorati.com/tags/BizTalk+Troubles">BizTalk Troubles</a>,<a rel="tag" href="http://technorati.com/tags/Deployment+Framework+for+Biztalk">Deployment Framework for Biztalk</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.12qw.ch/2010/06/biztalk-troubles-failed-to-update-binding-information/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BizTalk Tricks: The Tools You Need</title>
		<link>http://www.12qw.ch/2010/06/biztalk-tricks-the-tools-you-need/</link>
		<comments>http://www.12qw.ch/2010/06/biztalk-tricks-the-tools-you-need/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 16:22:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[BizTalk Server]]></category>
		<category><![CDATA[BizTalk Server 2009]]></category>
		<category><![CDATA[Deployment Framework for Biztalk]]></category>
		<category><![CDATA[Orchestration Profiler]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.12qw.ch/2010/06/biztalk-tricks-the-tools-you-need/</guid>
		<description><![CDATA[Open source Tools will help you boost your development productivity in a BizTalk Project. These are the tools you need! 
All of the Tools except for DebugView can be downloaded from CodePlex (http://www.codeplex.com).
&#160;
Deployment Framework for BizTalk 
The Deployment Framework for BizTalk provides you with a best practice approach on how to structure your BizTalk Visual [...]]]></description>
			<content:encoded><![CDATA[<p>Open source Tools will help you boost your development productivity in a BizTalk Project. These are the tools you need! </p>
<p>All of the Tools except for DebugView can be downloaded from CodePlex (<a href="http://www.codeplex.com">http://www.codeplex.com</a>).</p>
<p>&#160;</p>
<h3>Deployment Framework for BizTalk </h3>
<p>The Deployment Framework for BizTalk provides you with a best practice approach on how to structure your BizTalk Visual Studio solution and manage your deployment.    <br />Once set up correctly, the Deployment Framework will allow you to deploy or create deployment packages (MSI Installer Files) by the click of a button. This helps you to reduce post-deployment configuration tasks to a minimum and allows non-BizTalk people, such as server administrators to install a BizTalk solution easily. </p>
<p>&#160;<a href="http://www.12qw.ch/wp-content/uploads/2010/06/DeploymentFrameworkforBizTalk1.jpg"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Deployment Framework for BizTalk" border="0" alt="Deployment Framework for BizTalk" src="http://www.12qw.ch/wp-content/uploads/2010/06/DeploymentFrameworkforBizTalk_thumb1.jpg" width="444" height="259" /></a></p>
<p> IMPORTANT: Be aware that using the Deployment Framework for BizTalk should be decided BEFORE you set up your solution in Visual Studio. The reason is that you need to set up the solution as described in the deployment framework documentation.</p>
<p>&#160;</p>
<h3>BizTalk Best Practice Analyzer </h3>
<p>The Best Practice Analyzer is a handy tool that analyzes your entire BizTalk Installation and configuration. It provides you with a report where to turn the knobs and push the buttons to optimize your environment. </p>
<p>&#160;</p>
<h3>BizTalk Orchestration Profiler</h3>
<p>If you have Orchestrations that need too much time and you can not figure out why or where, the Orchestration Profiler is the tool of your choice. It will help you analyze an orchestration and show you all the steps involved and their execution time. This will help you find the bottlenecks and show you where to start further investigations. The Orchestration Profiler pulls data from the BizTalk Management Database and Tracking Database and creates a nice graphical report with the following components:</p>
<p><a href="http://www.12qw.ch/wp-content/uploads/2010/06/OrchestrationProfilerCoverage1.jpg"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Orchestration Profiler Coverage" border="0" alt="Orchestration Profiler Coverage" src="http://www.12qw.ch/wp-content/uploads/2010/06/OrchestrationProfilerCoverage_thumb1.jpg" width="447" height="233" /></a></p>
<p>An overview about the instances of your orchestrations and their execution times plus a pie chart about the coverage factor.</p>
<p>&#160;</p>
<p><a href="http://www.12qw.ch/wp-content/uploads/2010/06/OrchestrationProfilerShapes1.jpg"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Orchestration Profiler Shapes" border="0" alt="Orchestration Profiler Shapes" src="http://www.12qw.ch/wp-content/uploads/2010/06/OrchestrationProfilerShapes_thumb1.jpg" width="156" height="202" /></a>&#160; </p>
<p>A graphical representation of your orchestration shapes including a success rate indicator.</p>
<p>&#160;</p>
<p><a href="http://www.12qw.ch/wp-content/uploads/2010/06/OrchestrationProfilerDurationReport1.jpg"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Orchestration Profiler Duration Report" border="0" alt="Orchestration Profiler Duration Report" src="http://www.12qw.ch/wp-content/uploads/2010/06/OrchestrationProfilerDurationReport_thumb1.jpg" width="440" height="179" /></a></p>
<p>A detailed report showing details for every shape in your orchestration. Here you will find out where you spend those lost seconds. </p>
<p>&#160;</p>
<h3>DebugView</h3>
<p>DebugView is a simple windows forms application that will show all the output that is written to the Debug Console using System.Diagnostics.Debug.Writeline() on the local computer. This allows you to write trace statements in your orchestration and watch them appear in the DebugView Window. Note that this will work even on an production environment without Visual Studio installed or a debugger attached (provided the source is compiled with the “debug” switch).</p>
<p><a href="http://www.12qw.ch/wp-content/uploads/2010/06/DebugView1.jpg"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="DebugView" border="0" alt="DebugView" src="http://www.12qw.ch/wp-content/uploads/2010/06/DebugView_thumb1.jpg" width="437" height="179" /></a> </p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d9a85c36-af0d-41c3-9933-cb1693f89e85" class="wlWriterEditableSmartContent">Technorati-Tags: <a href="http://technorati.com/tags/BizTalk+Server" rel="tag">BizTalk Server</a>,<a href="http://technorati.com/tags/BizTalk+Server+2009" rel="tag">BizTalk Server 2009</a>,<a href="http://technorati.com/tags/Tools" rel="tag">Tools</a>,<a href="http://technorati.com/tags/Orchestration+Profiler" rel="tag">Orchestration Profiler</a>,<a href="http://technorati.com/tags/Deployment+Framework+for+Biztalk" rel="tag">Deployment Framework for Biztalk</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.12qw.ch/2010/06/biztalk-tricks-the-tools-you-need/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Tricks: Keyboard Shortcuts</title>
		<link>http://www.12qw.ch/2010/06/windows-7-tricks-keyboard-shortcuts/</link>
		<comments>http://www.12qw.ch/2010/06/windows-7-tricks-keyboard-shortcuts/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 20:49:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Keyboard Shortcuts]]></category>
		<category><![CDATA[Shortcuts]]></category>
		<category><![CDATA[Windows 7 Tricks]]></category>

		<guid isPermaLink="false">http://www.12qw.ch/2010/06/windows-7-tricks-keyboard-shortcuts/</guid>
		<description><![CDATA[Windows 7 comes with lots and lots of keyboard shortcuts. Some of them being extraordinarily handy. Here are my favorites:
Open Command Window from Windows Explorer
In Windows Explorer, right click a file or folder while holding down the shift key. This will give you the “Open Command Window Here” command to open a Windows Command Window [...]]]></description>
			<content:encoded><![CDATA[<p>Windows 7 comes with lots and lots of keyboard shortcuts. Some of them being extraordinarily handy. Here are my favorites:</p>
<h3>Open Command Window from Windows Explorer</h3>
<p>In Windows Explorer, right click a file or folder while holding down the shift key. This will give you the “Open Command Window Here” command to open a Windows Command Window (“cmd”) pointing to the current location.</p>
<h3>Maximize/Minimize/Dock Active Window</h3>
<p>Using the Windows Key combined with the arrow keys you can execute the “maximize”, “minimize”, “dock left” and “dock right” commands from the keyboard.</p>
<h3>Move Window to Second Screen (For desktop extended to 2 monitors)</h3>
<p>[Win] + [Shift] + [Left] / [Win] + [Shift] + [Right]: </p>
<h3>Look through all open windows</h3>
<p>Using [Win]-[Space] lets you see through the open windows and look at your desktop.</p>
<h3>Set Presentation Settings</h3>
<p>[Win]-[P] lets you select the presentation settings (Computer, Projector, Extend, Clone)</p>
<h3>Start Applications in Taskbar</h3>
<p>Press [Win] + [1] to start the application on the first position on the left in the taskbar. The number corresponds to the position on the taskbar.</p>
<p>&#160; </p>
<h3>And some old ones I like very much:</h3>
<p>[Win] + [Shift] + [N]: Create a new folder</p>
<p>[Win] + [E]: Open Windows Explorer</p>
<p>[Win] + [M]: Minimize all windows</p>
<p>[Win] + [R]: Open “run”</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:508c6252-5af9-452c-8bf6-6fe8ad75c8a1" class="wlWriterEditableSmartContent">Technorati-Tags: <a href="http://technorati.com/tags/Windows+7" rel="tag">Windows 7</a>,<a href="http://technorati.com/tags/Keyboard+Shortcuts" rel="tag">Keyboard Shortcuts</a>,<a href="http://technorati.com/tags/Shortcuts" rel="tag">Shortcuts</a>,<a href="http://technorati.com/tags/Tricks" rel="tag">Tricks</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.12qw.ch/2010/06/windows-7-tricks-keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BizTalk Tricks: Keyboard Shortcuts in the BizTalk Schema Editor</title>
		<link>http://www.12qw.ch/2010/03/biztalk-tricks-keyboard-shortcuts-in-the-biztalk-schema-editor/</link>
		<comments>http://www.12qw.ch/2010/03/biztalk-tricks-keyboard-shortcuts-in-the-biztalk-schema-editor/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 17:43:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[BizTalk Schema Editor]]></category>
		<category><![CDATA[BizTalk Tricks]]></category>

		<guid isPermaLink="false">http://www.12qw.ch/2010/03/biztalk-tricks-keyboard-shortcuts-in-the-biztalk-schema-editor/</guid>
		<description><![CDATA[Creating BizTalk message schemas manually is usually a rather tiring task. A lot of typing and mouse-action is required. I really did not like to create BizTalk schemas until, one day, i found out that BizTalk offers very good support in the form of keyboard shortcuts. The problem is that if you are working with [...]]]></description>
			<content:encoded><![CDATA[<p>Creating BizTalk message schemas manually is usually a rather tiring task. A lot of typing and mouse-action is required. I really did not like to create BizTalk schemas until, one day, i found out that BizTalk offers very good support in the form of keyboard shortcuts. The problem is that if you are working with the context menu, e.g. right-clicking on a schema node and selecting “insert schema node” –&gt; “child record”, you will NEVER find any information on these keyboard shortcuts. The trick is to open the BizTalk Map Editor and click “BizTalk” from the menu toolbar. It will show you the same commands as in the context menu but you will find the keyboard shortcuts for each command.</p>
<p><a href="http://www.12qw.ch/wp-content/uploads/2010/03/BizTalkKeyboardShortcuts.jpg"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="BizTalk Keyboard Shortcuts" src="http://www.12qw.ch/wp-content/uploads/2010/03/BizTalkKeyboardShortcuts_thumb.jpg" border="0" alt="BizTalk Keyboard Shortcuts" width="351" height="245" /></a></p>
<p>And, this trick works with all the BizTalk editors, not only the schema editor.</p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5d9e12aa-40bc-42fb-89d1-0bcfe24bd604" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">Technorati-Tags: <a rel="tag" href="http://technorati.com/tags/BizTalk">BizTalk</a>,<a rel="tag" href="http://technorati.com/tags/BizTalk+Schema+Editor">BizTalk Schema Editor</a>,<a rel="tag" href="http://technorati.com/tags/BizTalkTricks">BizTalkTricks</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.12qw.ch/2010/03/biztalk-tricks-keyboard-shortcuts-in-the-biztalk-schema-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio Tricks: Mini Command Window</title>
		<link>http://www.12qw.ch/2009/09/visual-studio-tricks-mini-command-window/</link>
		<comments>http://www.12qw.ch/2009/09/visual-studio-tricks-mini-command-window/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 08:21:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://www.12qw.ch/2009/09/visual-studio-tricks-mini-command-window/</guid>
		<description><![CDATA[Visual Studio has another well hidden feature, the Mini Command Window. You can use the “Find” TextBox on the toolbar to start commands. 
&#160; 
Just set the cursor to the “Find” TextBox and enter a command. All the commands start with ‘&#62;’. Here is a list of available commands:

&#62;alias (show commands)
&#62;g (start debug)
&#62;q (stop debug)
&#62;r [...]]]></description>
			<content:encoded><![CDATA[<p>Visual Studio has another well hidden feature, the Mini Command Window. You can use the “Find” TextBox on the toolbar to start commands. </p>
<p><a href="http://www.12qw.ch/wp-content/uploads/2009/08/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.12qw.ch/wp-content/uploads/2009/08/image_thumb.png" width="586" height="79" /></a>&#160; </p>
<p>Just set the cursor to the “Find” TextBox and enter a command. All the commands start with ‘&gt;’. Here is a list of available commands:</p>
<ul>
<li>&gt;alias (show commands)</li>
<li>&gt;g (start debug)</li>
<li>&gt;q (stop debug)</li>
<li>&gt;r (debug list registers)</li>
<li>&gt;t (debug step into)</li>
<li>&gt;u (debug list disassembly)</li>
<li>&gt;of (open file)</li>
<li>&gt;nf (new file)</li>
<li>&gt;op (open project)</li>
<li>&gt;np (new project)</li>
<li>&gt;closeall</li>
<li>&gt;d (list memory)</li>
<li>&gt;kb (stacktrace)</li>
<li>&gt;lcase (make lowercase)</li>
<li>&gt;ucase</li>
<li>&gt;| (Debug ListProcesses)</li>
</ul>
<p>&#160;</p>
<p>My all time favorite is “open file”. I use this one a lot. If you need to open a file you can use the ‘&gt;of’ command to avoid browsing through the solution explorer. Just do this:</p>
<ol>
<li>Press: Ctrl – §&#160; (moves cursor to find window)</li>
<li>Enter: ‘&gt;of FileName.cs’</li>
</ol>
<p>Visual Studio will us autocomplete and after a few letters you can press enter to select the file needed. Nice!</p>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:af0b0021-6901-4cec-8b41-8e1a6f77f94e" class="wlWriterEditableSmartContent">Technorati-Tags: <a href="http://technorati.com/tags/Visual+Studio" rel="tag">Visual Studio</a>,<a href="http://technorati.com/tags/VS2008" rel="tag">VS2008</a>,<a href="http://technorati.com/tags/Tips" rel="tag">Tips</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.12qw.ch/2009/09/visual-studio-tricks-mini-command-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio Tricks: Keyboard Shortcuts</title>
		<link>http://www.12qw.ch/2009/09/visual-studio-tricks-keyboard-shortcuts/</link>
		<comments>http://www.12qw.ch/2009/09/visual-studio-tricks-keyboard-shortcuts/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 07:15:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://www.12qw.ch/2009/09/visual-studio-tricks-keyboard-shortcuts/</guid>
		<description><![CDATA[Visual Studio is shipped with hundreds of keyboard shortcuts. Here are my favorites:
General:

Go to Definition: F12
Find all References: Shift + F12
Go to last edited position in code: Ctrl &#8211; -&#160; (Ctrl – Dash)
Delete Line: Ctrl – L
Cut Line: Shift – Del
Copy Line: Ctrl – C (no need to select the text before)
Comment/Uncomment: Ctrl – K [...]]]></description>
			<content:encoded><![CDATA[<p>Visual Studio is shipped with hundreds of keyboard shortcuts. Here are my favorites:</p>
<p>General:</p>
<ul>
<li>Go to Definition: F12</li>
<li>Find all References: Shift + F12</li>
<li>Go to last edited position in code: Ctrl &#8211; -&#160; (Ctrl – Dash)</li>
<li>Delete Line: Ctrl – L</li>
<li>Cut Line: Shift – Del</li>
<li>Copy Line: Ctrl – C (no need to select the text before)</li>
<li>Comment/Uncomment: Ctrl – K – C / Ctrl – K &#8211; U</li>
<li>Insert Snippet: Ctrl – K – X</li>
<li>Surround with Snippet: Ctrl – K – S (mark selection to be surrounded first)</li>
<li>Full Screen: Shift – Alt – Enter</li>
</ul>
<p>Debugging:</p>
<ul>
<li>Show Immediate Window: Ctrl – Alt – I</li>
<li>Run to Cursor: Ctrl – F10</li>
<li>Toggle Halt on Exceptions: Ctrl – D &#8211; E</li>
</ul>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:8394f710-f62d-4c2c-8295-d61af0223a22" class="wlWriterEditableSmartContent">Technorati-Tags: <a href="http://technorati.com/tags/Visual+Studio" rel="tag">Visual Studio</a>,<a href="http://technorati.com/tags/vs2008" rel="tag">vs2008</a>,<a href="http://technorati.com/tags/tips" rel="tag">tips</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.12qw.ch/2009/09/visual-studio-tricks-keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio Tricks: Track Active Item &amp; MRU Tab Order</title>
		<link>http://www.12qw.ch/2009/08/visual-studio-tricks-track-active-item-mru-tab-order/</link>
		<comments>http://www.12qw.ch/2009/08/visual-studio-tricks-track-active-item-mru-tab-order/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 07:03:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.12qw.ch/2009/08/visual-studio-tricks-track-active-item-mru-tab-order/</guid>
		<description><![CDATA[Working with Visual Studio 2008, I always end up with a total mess of code editor windows (tabs). These two tricks helped me a lot to keep things under control:
&#160;
1. Track Active Item in Solution Explorer
By enabling this setting, once you open the solution explorer, it will always be scrolled to a position where it [...]]]></description>
			<content:encoded><![CDATA[<p>Working with Visual Studio 2008, I always end up with a total mess of code editor windows (tabs). These two tricks helped me a lot to keep things under control:</p>
<p>&#160;</p>
<h4>1. Track Active Item in Solution Explorer</h4>
<p>By enabling this setting, once you open the solution explorer, it will always be scrolled to a position where it shows and highlights the item you are working on in the code editor. You will especially benefit if you have a large solution with lots of projects. You can find it here:</p>
<p><strong>Tools –&gt; Options –&gt; Projects and Solutions –&gt; General –&gt; Track Active Item in Solution Explorer</strong></p>
<p>I read that it could impact the performance of visual studio if you are running it on a slow machine, but for me, its totally worth it.</p>
<p>&#160;</p>
<h4>2. Most Recently Used Tab Order (MRU)</h4>
<p>I hate to find a code window by looking at the 15 tabs that are open in my IDE. Most of the time the tabs are not visible anymore and I have to click the <em>active files </em>button to find it. However, these times are over. By adding the registry key below, Visual Studio will sort the open tabs by most-recently-used. Meaning, the item that you are working on will always be on the first position on the left side. Just add a DWORD named:</p>
<p><strong>UseMRUDocOrdering = 1</strong></p>
<p>to:</p>
<p><strong>HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0</strong></p>
<p>(9.0 for Visual Studio 2008)</p>
<p>I like this one very much. Its super easy but it makes working much more comfortable. Credits go out to Sara Ford and her <a href="http://blogs.msdn.com/saraford/archive/2008/10/09/did-you-know-you-can-keep-recently-used-files-from-falling-off-the-file-tab-channel-331.aspx">blog post</a>. Check out her blog for tons of VS tips!</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:afdb5fdd-b3d5-43c6-ab03-5b15ebf86560" class="wlWriterEditableSmartContent">Technorati-Tags: <a href="http://technorati.com/tags/Visual+Studio" rel="tag">Visual Studio</a>,<a href="http://technorati.com/tags/VS2008" rel="tag">VS2008</a>,<a href="http://technorati.com/tags/Tips" rel="tag">Tips</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.12qw.ch/2009/08/visual-studio-tricks-track-active-item-mru-tab-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Microsoft Codename Dublin</title>
		<link>http://www.12qw.ch/2009/07/introduction-to-microsoft-codename-dublin/</link>
		<comments>http://www.12qw.ch/2009/07/introduction-to-microsoft-codename-dublin/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 17:15:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dublin]]></category>
		<category><![CDATA[Microsoft Dublin]]></category>
		<category><![CDATA[WCF 4.0]]></category>
		<category><![CDATA[WF 4.0]]></category>

		<guid isPermaLink="false">http://www.12qw.ch/?p=33</guid>
		<description><![CDATA[I’m am currently working on a project to evaluate the new Microsoft server product Dublin, often referred to as the new “Microsoft Application Server”. Here is a little introduction and a handful of useful resources.
1. What is Dublin?
Dublin is a piece of Software which will be integrated into Microsoft Internet Information Services (IIS). Dublin supports [...]]]></description>
			<content:encoded><![CDATA[<p>I’m am currently working on a project to evaluate the new Microsoft server product <em>Dublin</em>, often referred to as the new “Microsoft Application Server”. Here is a little introduction and a handful of useful resources.</p>
<h4>1. What is <em>Dublin</em>?</h4>
<p><em>Dublin</em> is a piece of Software which will be integrated into Microsoft Internet Information Services (IIS). <em>Dublin</em> supports deployment, configuration, management and scalability of applications developed with Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF). The official Microsoft whitepaper about <em>Dublin</em> gives a good overview about their intentions. Go to the official <em>Dublin</em> website (<a title="http://www.microsoft.com/net/dublin.aspx" href="http://www.microsoft.com/net/dublin.aspx" target="_blank">http://www.microsoft.com/net/dublin.aspx</a>) and take a glance at the <a href="http://download.microsoft.com/download/5/9/B/59B74A2A-245D-4304-802E-E0A0800FACD3/Dublin__NET_4_overview.docx" target="_blank">Dublin Overview Whitepaper</a>.</p>
<h4>2. Why do we need <em>Dublin</em>?</h4>
<p>Microsoft claims that lots of today’s applications run in a highly distributed environment. In the age of Service Orientation (SOA) these applications can be referred to as <a href="http://en.wikipedia.org/wiki/Composite_application" target="_blank">&#8220;Composite Applications&#8221;</a>.</p>
<p>Therefore, the above mentioned task of deployment, configuration, management and scalability become very complex, taking into account that most of these applications run on several computer in geographically distributed locations.</p>
<p><em>Dublin’s</em> goal is to facilitate these tasks and support handling of Distributed Workflows and Services.</p>
<h4>3. <em>Dublin</em> Features</h4>
<p><em>Dublin</em> will simplify working with WF Workflow and WCF Services in the following areas:</p>
<ul>
<li><strong>Deployment: </strong><em>Dublin</em> will allow you to directly package and deploy your software from VS2010.</li>
<li><strong>Hosting</strong></li>
<li><strong>Service Visibility and Configuration: </strong><em>Dublin</em> provides a graphical UI for WCF Service Configuration</li>
<li><strong>Monitoring:</strong> <em>Dublin</em> provides access to all the monitoring features of WF/WCF including improvements coming in .NET 4.0</li>
<li><strong>Workflow Instance Management: </strong>A major feature of <em>Dublin</em> and WF 4.0 are improvements in the hosting of long-running workflows. Long-running referring to weeks or months. This includes persisting of such workflows.</li>
</ul>
<h4>4. Look and Feel</h4>
<p>Check out Microsoft’s Chris Chraft’s blog post to see some screenshots: <a title="http://blogs.technet.com/chriscraft/archive/2008/11/09/a-quick-look-at-the-iis-manager-tooling-experience.aspx" href="http://blogs.technet.com/chriscraft/archive/2008/11/09/a-quick-look-at-the-iis-manager-tooling-experience.aspx" target="_blank">http://blogs.technet.com/chriscraft/archive/2008/11/09/a-quick-look-at-the-iis-manager-tooling-experience.aspx</a></p>
<h4>5. How does it work under the hood?</h4>
<p>As mentioned before, <em>Dublin</em> is an extension to IIS and will therefore be accessed using the IIS Manager. <em>Dublin</em> is planned to be included in the Microsoft Server product family. Regarding the hosting capabilities, <em>Dublin</em> uses <a href="http://msdn.microsoft.com/en-us/library/ms734677.aspx" target="_blank">Windows Activation Service (WAS)</a>. The development team aims at making <em>Dublin/WAS</em> hosting for WCF Services the number one choice as opposed to self-hosting, Windows NT Service hosting or IIS hosting (for HTTP Services).</p>
<h4>6. When will <em>Dublin</em> be released?</h4>
<p><em>Dublin</em> relies on WCF 4.0 and WF 4.0. So far, <em>Dublin</em> has been released as an early CTP at the PDC in 2008. Future releases will follow the releases of .NET 4.0 by a couple of months. The next CTP is scheduled for August/September this year, Beta1 for 2010 Q1, RTM for 2010 Q10 (<a title="http://social.msdn.microsoft.com/Forums/en-US/dublin/thread/deffd565-8530-48a7-b043-cc1aee77de9e" href="http://social.msdn.microsoft.com/Forums/en-US/dublin/thread/deffd565-8530-48a7-b043-cc1aee77de9e" target="_blank">http://social.msdn.microsoft.com/Forums/en-US/dublin/thread/deffd565-8530-48a7-b043-cc1aee77de9e</a>).</p>
<h4>7.  Dublin and BizTalk</h4>
<p>Certain functionality in <em>Dublin</em> (Hosting of Workflows) can be found as well in the Microsoft BizTalk products. It is important to note that <em>Dublin</em> will NOT replace BizTalk. Microsoft predicts scenarios where <em>Dublin</em> and BizTalk will work hand-in-hand. Dublin will act as application server and BizTalk will take care of the integration and communication issues.</p>
<h4>8. <em>Dublin</em> and Oslo and Geneva</h4>
<p><a href="http://www.microsoft.com/soa/products/oslo.aspx" target="_blank">Microsoft Codename Oslo</a>, Microsoft&#8217;s general purpose modeling platform will be able to target multiple environments. Dublin will be one of them. Meaning that Oslo will support modeling of applications that will be deployed to the <em>Dublin</em> application server (As opposed to applications that will be deployed to Windows Azure, for example).</p>
<p><a href="http://www.microsoft.com/forefront/geneva/en/us/default.aspx" target="_blank">Microsoft Codename Geneva</a>, Microsoft’s new Identity and Access Management Platform will provide security features to WCF-Services. Therefore, I expect Geneva to support Dublin, as well. However, up to today I could not find very much information about how Dublin and Geneva will work together.</p>
<h4>9. Resources:</h4>
<table border="0" cellspacing="0" cellpadding="2" width="449">
<tbody>
<tr>
<td width="200" valign="top">Dublin Portal</td>
<td width="247" valign="top"><a title="http://www.microsoft.com/net/dublin.aspx" href="http://www.microsoft.com/net/dublin.aspx">http://www.microsoft.com/net/dublin.aspx</a></td>
</tr>
<tr>
<td width="200" valign="top">Dublin MSDN Forum</td>
<td width="247" valign="top"><a title="http://social.msdn.microsoft.com/Forums/en-US/dublin/threads" href="http://social.msdn.microsoft.com/Forums/en-US/dublin/threads">http://social.msdn.microsoft.com/Forums/en-US/dublin/threads</a></td>
</tr>
<tr>
<td width="200" valign="top">Oslo Portal</td>
<td width="247" valign="top"><a title="http://www.microsoft.com/soa/products/oslo.aspx" href="http://www.microsoft.com/soa/products/oslo.aspx">http://www.microsoft.com/soa/products/oslo.aspx</a></td>
</tr>
<tr>
<td width="200" valign="top">Oslo MSDN Forum</td>
<td width="247" valign="top"><a title="http://social.msdn.microsoft.com/Forums/en-US/oslo/threads" href="http://social.msdn.microsoft.com/Forums/en-US/oslo/threads">http://social.msdn.microsoft.com/Forums/en-US/oslo/threads</a></td>
</tr>
<tr>
<td width="200" valign="top">Geneva Portal</td>
<td width="247" valign="top"><a title="http://www.microsoft.com/forefront/geneva/en/us/default.aspx" href="http://www.microsoft.com/forefront/geneva/en/us/default.aspx">http://www.microsoft.com/forefront/geneva/en/us/default.aspx</a></td>
</tr>
</tbody>
</table>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:f6d39712-d7d8-4dc9-be9a-a1a04d383d87" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">Technorati-Tags: <a rel="tag" href="http://technorati.com/tags/MicrosoftDublin">MicrosoftDublin</a>,<a rel="tag" href="http://technorati.com/tags/Dublin">Dublin</a>,<a rel="tag" href="http://technorati.com/tags/WCF+4.0">WCF 4.0</a>,<a rel="tag" href="http://technorati.com/tags/WF+4.0">WF 4.0</a>,<a rel="tag" href="http://technorati.com/tags/.NET+4.0">.NET 4.0</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.12qw.ch/2009/07/introduction-to-microsoft-codename-dublin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Websites that changed my life: Sad Trombone</title>
		<link>http://www.12qw.ch/2009/07/websites-that-changed-my-life-sad-trombone/</link>
		<comments>http://www.12qw.ch/2009/07/websites-that-changed-my-life-sad-trombone/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 14:36:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://www.12qw.ch/?p=32</guid>
		<description><![CDATA[Did you ever sit in the office and feel sorry for your buddies? 
Let them hear your feelings with http://www.sadtrombone.com/
Another website the world was waiting for!!!&#160;  
Technorati-Tags: Fun
]]></description>
			<content:encoded><![CDATA[<p>Did you ever sit in the office and feel sorry for your buddies? </p>
<p>Let them hear your feelings with <a title="http://www.sadtrombone.com/" href="http://www.sadtrombone.com/">http://www.sadtrombone.com/</a></p>
<p>Another website the world was waiting for!!!&#160; <img src='http://www.12qw.ch/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ce3b0c14-43e7-4a77-a2fd-41fc0f0cc254" class="wlWriterEditableSmartContent">Technorati-Tags: <a href="http://technorati.com/tags/Fun" rel="tag">Fun</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.12qw.ch/2009/07/websites-that-changed-my-life-sad-trombone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming Windows Live Framework</title>
		<link>http://www.12qw.ch/2009/06/programming-windows-live-framework/</link>
		<comments>http://www.12qw.ch/2009/06/programming-windows-live-framework/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 14:04:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[LiveFramework]]></category>
		<category><![CDATA[LiveMesh]]></category>

		<guid isPermaLink="false">http://www.12qw.ch/?p=25</guid>
		<description><![CDATA[This post continues my overview post about LiveMesh and the Windows Live Framework (http://www.12qw.ch/?p=13).
It explains how and why the Live Framework is interesting for software developers and what you need if you want to start programming Live Services.
Requirements
1. Get a Windows LiveID (If you do not have one already)
2. Visit http://dev.live.com/liveframework/
3. Download and install the [...]]]></description>
			<content:encoded><![CDATA[<p>This post continues my overview post about LiveMesh and the Windows Live Framework (<a title="http://www.12qw.ch/?p=13" href="http://www.12qw.ch/?p=13">http://www.12qw.ch/?p=13</a>).</p>
<p>It explains how and why the Live Framework is interesting for software developers and what you need if you want to start programming Live Services.</p>
<h3>Requirements</h3>
<p>1. Get a Windows LiveID (If you do not have one already)</p>
<p>2. Visit <a href="http://dev.live.com/liveframework/">http://dev.live.com/liveframework/</a></p>
<p>3. Download and install the Live Framework SDK</p>
<p>4. Download and install the Live Framework Tools for Visual Studio</p>
<p>5. Go to the Azure Developer Portal (<a href="https://lx.azure.microsoft.com">https://lx.azure.microsoft.com</a>) and create a new application (select <em>Live Services CTP</em> and <em>Mesh-enabled Web application</em>)</p>
<p>6. Start Visual Studio</p>
<p> </p>
<p>If you create a new application of type Mesh-enabled Web Application (MEWA) in Visual Studio, a wizard will guide you through the steps required to establish a trust relationship between your Visual Studio and your cloud project created on the Azure Developer Portal.</p>
<p> </p>
<h3>Application Types</h3>
<p>There are 3 different types of applications that can be developed using the Live Framework:</p>
<p>1. Live Framework-enabled Web Sites</p>
<p>2. Live Framework-enabled Rich Clients <strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong> </strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></p>
<p><strong>3. </strong><strong>Mesh-Enabled Web Applications (MEWA)</strong></p>
<p> Type 1 &amp; 2 are very straightforward. You can enhance an existing Web or Rich Client Application by connecting to the users Mesh. There, you can access different MeshObjects, such as applications, contacts, news, etc.</p>
<p>The really big deal comes in the form of Mesh-enabled Web Applications (MEWA). MEWA are applications that run in the Cloud. But, as soon as you create an application instance, it will be automatically synchronized to all the devices in your Live Mesh. The application is automatically installed on your synchronized local devices.</p>
<p>MEWAs are the ultimate combination of the best features found in web-applications and rich-clients. The very same application instance is available online and offline and user data is synchronized between all running instances.</p>
<h4> </h4>
<h3>The Live Operating Environment (LOE)</h3>
<p>The Live Operating Environment is the endpoint used by the application to communicate with the cloud. The key is that the LOE will be replicated onto every local device added to the users LiveMesh. This is THE essential feature which makes programming Live Services so interesting.</p>
<p>A MEWA running locally on a client device will always talk to the local instance of the LOE. The Framework will transparently synchronize a subset of the data from the cloud LOE in the background.</p>
<p>A MEWA running in the web, for example on the users Live Desktop, will connect directly to the cloud LOE.</p>
<p><a href="http://www.12qw.ch/wp-content/uploads/2009/06/clip_image002.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" src="http://www.12qw.ch/wp-content/uploads/2009/06/clip_image002_thumb.jpg" border="0" alt="clip_image002" width="439" height="439" /></a></p>
<p>Picture 3: Different runtime scenarios for a MEWA</p>
<p>On picture 3 you can see different runtime scenarios for a Mesh-enabled Web Application (MEWA). Red colors depict developer code whereas blue colors depict framework code.</p>
<p>It is important to mention that the three applications in the picture are not only the same application but the very same application instance. The Framework will take care of all the synchronization and caching issues.</p>
<p> </p>
<h3>The Live Framework Resource Model</h3>
<p>The Live Framework provides a resource model that is based on entities, collections of entities and their relationships. The framework model is REST based, meaning every resource can be addressed by a unique URI. Relations between resources are represented through hyperlinks.</p>
<p><a href="http://www.12qw.ch/wp-content/uploads/2009/06/clip_image004.gif"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image004" src="http://www.12qw.ch/wp-content/uploads/2009/06/clip_image004_thumb.gif" border="0" alt="clip_image004" width="443" height="284" /></a></p>
<p>Picture 4: The Live Framework Resource Model</p>
<p>The most important entity in the resource model is the Mesh Object. The mesh object is basically a container for data. It has several properties that define its behavior in regard to sharing, synchronization and data.</p>
<p><a href="http://www.12qw.ch/wp-content/uploads/2009/06/clip_image006.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image006" src="http://www.12qw.ch/wp-content/uploads/2009/06/clip_image006_thumb.jpg" border="0" alt="clip_image006" width="444" height="220" /></a></p>
<p>Picture 5: Components of a Mesh Object</p>
<p>Each Mesh Object has the following properties:</p>
<p>· <strong>A collection of mappings to devices:</strong> As soon as a certain device is added to this collection, the Framework will synchronize the MeshObject to that device.</p>
<p>· <strong>A collection for mappings to users:</strong> As soon as a Windows Live user is added to the collection, the MeshObject will be shared with that user.</p>
<p>· <strong>A collection of news:</strong> Every change in the MeshObject’s data is reflected in a news notification.</p>
<p>· <strong>A collection of datafeeds:</strong> DataFeeds are the generic abstraction of a collection of DataItems. This is where an application can store its data.</p>
<p>Note that an application instance is a MeshObject as well. Thus, the same rules for synchronization, sharing or notification will apply.</p>
<p>…</p>
<h3>Resources:</h3>
<p>Live Mesh Beta:</p>
<p><a href="http://www.mesh.com">www.mesh.com</a></p>
<p>Live Framework CTP:</p>
<p><a href="http://dev.live.com/liveframework/">http://dev.live.com/liveframework/</a></p>
<p>Windows Azure Developer Portal:</p>
<p><a href="https://lx.azure.microsoft.com">https://lx.azure.microsoft.com</a></p>
<p>The Live Framework MSDN Forums:</p>
<p><a href="http://social.msdn.microsoft.com/Forums/en-US/liveframework/threads/">http://social.msdn.microsoft.com/Forums/en-US/liveframework/threads/</a></p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:567919fa-31c3-4b8a-bf2f-feb47510de4f" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">Technorati-Tags: <a rel="tag" href="http://technorati.com/tags/LiveMesh">LiveMesh</a>,<a rel="tag" href="http://technorati.com/tags/LiveFramework">LiveFramework</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.12qw.ch/2009/06/programming-windows-live-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Windows Azure Live Mesh/Live Framework</title>
		<link>http://www.12qw.ch/2009/06/introduction-to-windows-azure-live-meshlive-framework-part-1/</link>
		<comments>http://www.12qw.ch/2009/06/introduction-to-windows-azure-live-meshlive-framework-part-1/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 08:47:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[LiveFramework]]></category>
		<category><![CDATA[LiveMesh]]></category>

		<guid isPermaLink="false">http://www.12qw.ch/?p=13</guid>
		<description><![CDATA[This post gives an overview about Live Mesh, Live Services and the Live Framework.
Cloud computing is on the rise. The benefits of cloud computing programming paradigms are becoming clearer every day. But, as many problems are solved, new problems arrive.
The biggest issue in regard to cloud computing is connectivity. What can you do if you [...]]]></description>
			<content:encoded><![CDATA[<p>This post gives an overview about <em>Live Mesh</em>, <em>Live Services</em> and the <em>Live Framework</em>.</p>
<p>Cloud computing is on the rise. The benefits of cloud computing programming paradigms are becoming clearer every day. But, as many problems are solved, new problems arrive.</p>
<p>The biggest issue in regard to cloud computing is connectivity. What can you do if you can not access the cloud. The <em>Windows Azure Live Framework</em> has answers…</p>
<p> </p>
<h3>LiveMesh</h3>
<p><em>Live Mesh</em> is a service provided by Windows Live. Its goal is to provide a rich user experience by combining all of the users devices, such as personal computer, notebooks, mobile devices, media centers and more to a mesh. Your mesh can be accessed through a website called the “Live Desktop” where you can access all the files, devices and applications in your <em>LiveMesh</em>. All the devices you add to your <em>LiveMesh</em> will be shown in your <em>Ring Of Devices.</em></p>
<p><a href="http://www.12qw.ch/wp-content/uploads/2009/06/clip-image002.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" src="http://www.12qw.ch/wp-content/uploads/2009/06/clip-image002-thumb.jpg" border="0" alt="clip_image002" width="452" height="185" /></a></p>
<p><em>Live Mesh</em> tries to mitigate the fact that getting a new device often makes live harder whereas it should make live easier. It tries to unify all</p>
<p>the devices to one big mesh. The user can add a device to the mesh and synchronize data (folders, files) and applications to all the devices in his mesh.</p>
<p>For more information visit: <a href="http://www.mesh.com">www.mesh.com</a></p>
<p> </p>
<h3>LiveServices</h3>
<p>The <em>Live Services</em> are one of the service blocks of the <em>Windows Azure</em> Platform. The <em>Live Framework</em> is the means required to program <em>Live Services</em>.</p>
<p><a href="http://www.12qw.ch/wp-content/uploads/2009/06/clip-image0025.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002[5]" src="http://www.12qw.ch/wp-content/uploads/2009/06/clip-image0025-thumb.jpg" border="0" alt="clip_image002[5]" width="380" height="176" /></a></p>
<p> </p>
<h3>Windows Live Framework</h3>
<p>The <em>Live Framework</em> is a Framework for Software developers. It provides a cloud infrastructure that can easily be accessed using familiar tools such as Visual Studio. It allows developers to program the cloud and use all resources and features of <em>Live Mesh</em>. The <em>Live Framework</em> takes care of all the hard programming tasks such as identity management, authentication, synchronization and caching. Its goal is to let the developer take care of the application development and provide an infrastructure that handles the above mentioned tasks in the background. The Live Framework is currently released as a Community Technology Preview (CTP April 09).</p>
<p>If you would like to join the Live Framework CTP, visit: <a href="http://dev.live.com/liveframework/">http://dev.live.com/liveframework/</a></p>
<p> </p>
<p>In my next post I will provide a deeper glance at the <em>Live Framework</em> and write about programming the <em>Live Framework</em>.</p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:dc3fb82d-5c01-4fc8-8812-106365485b9f" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">Technorati-Tags: <a rel="tag" href="http://technorati.com/tags/LiveMesh">LiveMesh</a>,<a rel="tag" href="http://technorati.com/tags/LiveFramework">LiveFramework</a>,<a rel="tag" href="http://technorati.com/tags/Azure">Azure</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.12qw.ch/2009/06/introduction-to-windows-azure-live-meshlive-framework-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

