<?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>Jeremy Ronk</title>
	<atom:link href="http://jeremyronk.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeremyronk.wordpress.com</link>
	<description>EAI Biztalk</description>
	<lastBuildDate>Mon, 13 Feb 2012 10:12:40 +0000</lastBuildDate>
	<language>fr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jeremyronk.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Jeremy Ronk</title>
		<link>http://jeremyronk.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jeremyronk.wordpress.com/osd.xml" title="Jeremy Ronk" />
	<atom:link rel='hub' href='http://jeremyronk.wordpress.com/?pushpress=hub'/>
		<item>
		<title>WCF-SQL and XML parameter</title>
		<link>http://jeremyronk.wordpress.com/2012/02/13/wcf-sql-and-xml-parameter/</link>
		<comments>http://jeremyronk.wordpress.com/2012/02/13/wcf-sql-and-xml-parameter/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 10:11:17 +0000</pubDate>
		<dc:creator>Jeremy Ronk</dc:creator>
				<category><![CDATA[Biztalk Blog]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[adapter]]></category>
		<category><![CDATA[biztalk]]></category>
		<category><![CDATA[wcf]]></category>
		<category><![CDATA[WCF-SQL]]></category>
		<category><![CDATA[xml parameter]]></category>

		<guid isPermaLink="false">http://jeremyronk.wordpress.com/?p=521</guid>
		<description><![CDATA[WCF-SQL can be used with a Stored Procedure that has an XML parameter. The Xml parameter is converted in a string parameter in the generated code. So for passing an XML, you need to convert it in string with encoding. It exists a simpler manner : In your orchestration, only create your XML parameter as a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeremyronk.wordpress.com&amp;blog=23828951&amp;post=521&amp;subd=jeremyronk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>WCF-SQL can be used with a Stored Procedure that has an XML parameter.</p>
<p>The Xml parameter is converted in a string parameter in the generated code. So for passing an XML, you need to convert it in string with encoding.</p>
<p>It exists a simpler manner :</p>
<ul>
<li>In your orchestration, only create your XML parameter as a message</li>
<li>Send it via your send port to WCF-SQL</li>
<li>Now in the send port click on configure</li>
<li>Click the Messages tab, and in the Outbound WCF message body section, choose the Template option.</li>
<li>In the <strong>XML</strong> text box, specify the template that will be used to construct the WCF message. By doing so, you create a message that conforms to the operation for the WCF-based SQL adapter</li>
<li><img class="alignnone size-full wp-image-537" title="IC290249" src="http://jeremyronk.files.wordpress.com/2012/01/ic290249.gif" alt="" width="425" height="237" /></li>
<li>For the ADD_LAST_EMP_XML_INFO stored procedure, you must specify the following template:
<div>
<div>
<div id="CodeSnippetContainerCode_e88d5e0a-62fe-4841-859f-91311671bf4d" dir="ltr">
<div>
<pre>&lt;ADD_LAST_EMP_XML_INFO xmlns="http://schemas.microsoft.com/Sql/2008/05/Procedures/dbo"&gt;
&lt;xml_info&gt;
<span style="color:#ff0000;">&lt;bts-msg-body xmlns="http://www.microsoft.com/schemas/bts2007" encoding="string"/&gt; </span>&lt;/xml_info&gt;
&lt;/ADD_LAST_EMP_XML_INFO&gt;</pre>
</div>
</div>
</div>
</div>
</li>
<li>
<div>
<div>
<div dir="ltr">
<div>
<p>The Tag encoding is very important. By specifying string, it&#8217;ll replace &lt;&gt; and other special caracter by their encoding (like &amp;gt; &#8230;)</p>
</div>
</div>
</div>
</div>
</li>
</ul>
<div>
<div dir="ltr">
<div>
<p>This method  is very powerfull, the only problem is you need to ensure that your schema is up to date manually</p>
<p>For more information see MSDN : <a href="http://msdn.microsoft.com/en-us/library/dd788497(v=bts.10).aspx">http://msdn.microsoft.com/en-us/library/dd788497(v=bts.10).aspx</a></p>
</div>
</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeremyronk.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeremyronk.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeremyronk.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeremyronk.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeremyronk.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeremyronk.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeremyronk.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeremyronk.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeremyronk.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeremyronk.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeremyronk.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeremyronk.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeremyronk.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeremyronk.wordpress.com/521/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeremyronk.wordpress.com&amp;blog=23828951&amp;post=521&amp;subd=jeremyronk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeremyronk.wordpress.com/2012/02/13/wcf-sql-and-xml-parameter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f57312c5aeba59e5fe70f9c8f720261a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jeremyronk</media:title>
		</media:content>

		<media:content url="http://jeremyronk.files.wordpress.com/2012/01/ic290249.gif" medium="image">
			<media:title type="html">IC290249</media:title>
		</media:content>
	</item>
		<item>
		<title>BTS high availability</title>
		<link>http://jeremyronk.wordpress.com/2012/01/17/bts-high-availability/</link>
		<comments>http://jeremyronk.wordpress.com/2012/01/17/bts-high-availability/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 15:27:37 +0000</pubDate>
		<dc:creator>Jeremy Ronk</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[Biztalk Blog]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[biztalk]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[high availability]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[stress environment]]></category>

		<guid isPermaLink="false">http://jeremyronk.wordpress.com/?p=511</guid>
		<description><![CDATA[Microsoft gives a great articles&#8217; serie about High availability in BizTalk. They provides a lot of advice when installing a very stressed BizTalk environment; Some concerns SQL, and other windows environement, but all are required; in my experience, I always followed this requirements. MSDN MDSN is a huge online repository for Microsoft documentation. This should [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeremyronk.wordpress.com&amp;blog=23828951&amp;post=511&amp;subd=jeremyronk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Microsoft gives a great articles&#8217; serie about High availability in BizTalk. They provides a lot of advice when installing a very stressed BizTalk environment;</p>
<p>Some concerns SQL, and other windows environement, but all are required; in my experience, I always followed this requirements.</p>
<h2>MSDN</h2>
<p>MDSN is a huge online repository for Microsoft documentation. This should be your primary source for information on BizTalk availability:</p>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/library/aa560135.aspx" target="_blank">Planning Your Platform for Fault Tolerance  </a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/aa560847.aspx" target="_blank">Creating a Highly Available BizTalk Server Environment </a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/aa578057.aspx" target="_blank">Sample BizTalk Server High Availability Scenarios </a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/aa560674.aspx" target="_blank">High Availability for Enterprise Single Sign-On </a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/aa560207.aspx" target="_blank">High Availability and the Microsoft Operations Framework </a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=130375" target="_blank">Getting Started with SQL Server 2008 Failover Clustering </a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd897484(BTS.10).aspx" target="_blank">Improving Fault Tolerance in BizTalk Server by Using a Windows Server Cluster </a></li>
</ul>
<h2>Articles</h2>
<p>The following articles provide more information on High Availability for BizTalk:</p>
<ul>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/666.aspx" target="_blank">Recommendations for Installing, Sizing, Deploying, and Maintaining a BizTalk Server Solution</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=189522" target="_blank">White Paper: SQL Server 2008 Failover Clustering </a></li>
</ul>
<h2>Blogs</h2>
<p>The following blog posts by community provide more background information and experience on High Availability for BizTalk:</p>
<ul>
<li><a href="http://kentweare.blogspot.com/2009/04/clustering-biztalk-hosts.html" target="_blank">Clustering BizTalk Hosts </a></li>
<li><a href="http://technicalmultiverse.blogspot.com/2010/07/biztalk-high-availability-host.html" target="_blank">BizTalk High Availability Host Separation </a></li>
<li><a href="http://soa-thoughts.blogspot.com/2009/06/installation-of-sso-on-sql-cluster.html" target="_blank">Installation of SSO on SQL Cluster </a></li>
<li><a href="http://blog.brauwers.nl/2011/05/31/part-7-biztalk-high-availability-server-environment-biztalk-2010-installation-configuration-and-clustering/" target="_blank">BizTalk High Availability Server Environment –BizTalk 2010 Installation, Configuration and Clustering </a></li>
<li><a href="http://tjthompson5150.blogspot.com/2010/06/how-to-cluster-biztalks-msmq-receive.html" target="_blank">How To Cluster BizTalk&#8217;s MSMQ Receive Adapter &#8211; Windows 2008 Server </a></li>
<li><a href="http://blog.brauwers.nl/2011/03/30/12/" target="_blank">BizTalk High Availability Server Environment – Preparations </a></li>
</ul>
<h2>Webcasts</h2>
<p>The following web casts by community provide more background information on High Availability for BizTalk:</p>
<ul>
<li><a href="http://www.cloudcasts.net/ViewWebcast.aspx?webcastid=2521554265716170751" target="_blank">Creating a Highly Available BTS Environment </a></li>
<li><a href="https://msevents.microsoft.com/cui/EventDetail.aspx?culture=en-US&amp;EventID=1032288298&amp;CountryCode=US" target="_blank">MSDN Webcast: High Availability, Fault Tolerance and Scalability with BizTalk Server 2006 </a></li>
</ul>
<h2>See Also</h2>
<ul>
<li><a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=2290" target="_blank">Improving Fault Tolerance in BizTalk Server by Using a Windows Server 2008 Failover Cluster or Windows Server 2003 Server Cluster </a><a href="http://www.microsoft.com/download/en/details.aspx?id=15223" target="_blank"> </a></li>
<li><a href="http://www.microsoft.com/download/en/details.aspx?id=10855" target="_blank">Microsoft BizTalk Server 2010 Performance Optimization Guide </a></li>
</ul>
<p>source : <a href="http://social.technet.microsoft.com/wiki/contents/articles/6532.aspx">http://social.technet.microsoft.com/wiki/contents/articles/6532.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeremyronk.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeremyronk.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeremyronk.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeremyronk.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeremyronk.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeremyronk.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeremyronk.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeremyronk.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeremyronk.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeremyronk.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeremyronk.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeremyronk.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeremyronk.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeremyronk.wordpress.com/511/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeremyronk.wordpress.com&amp;blog=23828951&amp;post=511&amp;subd=jeremyronk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeremyronk.wordpress.com/2012/01/17/bts-high-availability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f57312c5aeba59e5fe70f9c8f720261a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jeremyronk</media:title>
		</media:content>
	</item>
		<item>
		<title>Monitoring WCF service with AppFabric</title>
		<link>http://jeremyronk.wordpress.com/2012/01/09/monitoring-wcf-service-with-appfabric/</link>
		<comments>http://jeremyronk.wordpress.com/2012/01/09/monitoring-wcf-service-with-appfabric/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 20:42:27 +0000</pubDate>
		<dc:creator>Jeremy Ronk</dc:creator>
				<category><![CDATA[AppFabric]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Appfabric]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[wcf]]></category>

		<guid isPermaLink="false">http://jeremyronk.wordpress.com/?p=287</guid>
		<description><![CDATA[With AppFabric you can monitor your WCF services. You&#8217;ve got two ways for this : The first one by editing the config file, Add this section :  &#60;microsoft.applicationServer&#62;      &#60;monitoring&#62;        &#60;default enabled="true" connectionStringName="DefaultApplicationServerExtensions" monitoringLevel="Troubleshooting" /&#62;      &#60;/monitoring&#62;  &#60;/microsoft.applicationServer&#62; The connectionStringName attribute should contain a reference to an existing connection string in the ConnectionString section, and that’s the database used by AppFabric [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeremyronk.wordpress.com&amp;blog=23828951&amp;post=287&amp;subd=jeremyronk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With AppFabric you can monitor your WCF services.</p>
<p>You&#8217;ve got two ways for this :</p>
<p><strong>The first one</strong> by editing the config file,</p>
<p>Add this section :</p>
<pre> &lt;<span style="color:#3366ff;">microsoft.applicationServer</span>&gt; 
    &lt;<span style="color:#3366ff;">monitoring</span>&gt; 

      &lt;<span style="color:#3366ff;">default </span><span style="color:#ff0000;">enabled</span>="true" <span style="color:#ff0000;">connectionStringName</span>="DefaultApplicationServerExtensions" <span style="color:#ff0000;">monitoringLevel</span>="Troubleshooting" /&gt; 
    &lt;/<span style="color:#3366ff;">monitoring</span>&gt; 
&lt;/<span style="color:#3366ff;">microsoft.applicationServer</span>&gt;</pre>
<p>The connectionStringName attribute should contain a reference to an existing connection string in the ConnectionString section, and that’s the database used by AppFabric to store the monitoring events.</p>
<p>The monitoringLevel attribute specifies the number of events you want to capture in a service execution. The possible values for this setting are,</p>
<ul>
<li>Off (monitoringLevel=&#8221;Off”): No data is collected. It would be equivalent to have monitoring disabled.</li>
<li>Errors only (monitoringLevel=&#8221;ErrorsOnly”):  Only errors and warnings events are collected. This is very useful when you don’t want to incur into performance issues for collecting application events but you still want to know about any error may happen during the execution.</li>
<li>Health Monitoring (monitoringLevel=HealthMonitoring): This is the default level and collects enough application events to show different metrics in the AppFabric dashboard.</li>
<li>End To End Monitoring (monitoringLevel=&#8221;EndToEndMonitoring”). It collects all the events from the Health Monitoring level, plus additional events to reconstruct the message flow. For example, Service A called Service B. You will get also events representing info about the Service B call if monitoring is enabled on Service A.</li>
<li>Troubleshooting (monitoringLevel=&#8221;Troubleshooting&#8221;). This is the most verbose of all, so it is appropriate for troubleshooting an unhealthy application.</li>
</ul>
<p><strong>The second way</strong> is more friendly use :</p>
<div id="sectionSection1">
<div>
<div>
<ol>
<li>Start or switch to IIS Manager.</li>
<li>In the Connections pane, select the server, site, or application you want to configure.</li>
<li>Right-click the item. On the context menu, click <strong>Manage WCF and WF Services</strong>, and then click <strong>Configure</strong>.Alternatively, you can use the Actions pane instead of the context menu. Find the <strong>Manage WCF and WF Services</strong> section, and then click <strong>Configure</strong>.</li>
<li>When the <strong>Configure WF and WCF</strong> dialog box appears, click the <strong>Monitoring</strong> tab.</li>
<li>View or change settings as necessary. If you change settings, click <strong>OK</strong> to apply the settings and close the dialog box, or click <strong>Apply</strong> to apply settings without closing the dialog box. Click <strong>Cancel</strong> to close the dialog box without saving. (source <a href="http://msdn.microsoft.com/en-us/library/ee677196.aspx">MSDN</a>)&nbsp;</li>
</ol>
<p>Note : the second modify the config file too</p>
</div>
</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeremyronk.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeremyronk.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeremyronk.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeremyronk.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeremyronk.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeremyronk.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeremyronk.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeremyronk.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeremyronk.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeremyronk.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeremyronk.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeremyronk.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeremyronk.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeremyronk.wordpress.com/287/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeremyronk.wordpress.com&amp;blog=23828951&amp;post=287&amp;subd=jeremyronk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeremyronk.wordpress.com/2012/01/09/monitoring-wcf-service-with-appfabric/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f57312c5aeba59e5fe70f9c8f720261a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jeremyronk</media:title>
		</media:content>
	</item>
		<item>
		<title>How To disable asp.net development server</title>
		<link>http://jeremyronk.wordpress.com/2012/01/02/how-to-disable-asp-net-development-server/</link>
		<comments>http://jeremyronk.wordpress.com/2012/01/02/how-to-disable-asp-net-development-server/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 10:30:14 +0000</pubDate>
		<dc:creator>Jeremy Ronk</dc:creator>
				<category><![CDATA[Biztalk Blog]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[asp debug server]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[wcf]]></category>

		<guid isPermaLink="false">http://jeremyronk.wordpress.com/?p=476</guid>
		<description><![CDATA[People who have large solution with lot of differents projects type (BizTalk, c# WCF&#8230;.) may want to disable the debugging webserver, when they enter in debug mode. On the web you can find lot of solution like updating regiter key or delete web debug server. But the simpliest technic is to disable the project to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeremyronk.wordpress.com&amp;blog=23828951&amp;post=476&amp;subd=jeremyronk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>People who have large solution with lot of differents projects type (BizTalk, c# WCF&#8230;.) may want to disable the debugging webserver, when they enter in debug mode.</p>
<p>On the web you can find lot of solution like updating regiter key or delete web debug server.</p>
<p>But the simpliest technic is to disable the project to start the debug asp server :</p>
<p>Click on the project, then go to the property tab and set to false the property &#8220;<em>Always Start When debugging&#8221; :</em></p>
<p><img class="alignnone size-full wp-image-501" title="disable web asp debug" src="http://jeremyronk.files.wordpress.com/2012/01/disable-web-asp-debug.png" alt="" width="542" height="27" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeremyronk.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeremyronk.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeremyronk.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeremyronk.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeremyronk.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeremyronk.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeremyronk.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeremyronk.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeremyronk.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeremyronk.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeremyronk.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeremyronk.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeremyronk.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeremyronk.wordpress.com/476/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeremyronk.wordpress.com&amp;blog=23828951&amp;post=476&amp;subd=jeremyronk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeremyronk.wordpress.com/2012/01/02/how-to-disable-asp-net-development-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f57312c5aeba59e5fe70f9c8f720261a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jeremyronk</media:title>
		</media:content>

		<media:content url="http://jeremyronk.files.wordpress.com/2012/01/disable-web-asp-debug.png" medium="image">
			<media:title type="html">disable web asp debug</media:title>
		</media:content>
	</item>
		<item>
		<title>BizTalk 2010 R2</title>
		<link>http://jeremyronk.wordpress.com/2011/12/08/biztalk-2010-r2/</link>
		<comments>http://jeremyronk.wordpress.com/2011/12/08/biztalk-2010-r2/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 16:28:45 +0000</pubDate>
		<dc:creator>Jeremy Ronk</dc:creator>
				<category><![CDATA[Biztalk Blog]]></category>
		<category><![CDATA[biztalk 2010 R2]]></category>

		<guid isPermaLink="false">http://jeremyronk.wordpress.com/?p=491</guid>
		<description><![CDATA[After around 1 year, Microsoft will release a new BizTalk version : BizTalk 2010 R2. As you can read below, update are essential about architecture, BTS2010 R2 will support  windows 8 Visual Studio 11 and SQL Server 2012. This version will be cloud ready. Some update are made on BizTalk engine, like easier configuration for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeremyronk.wordpress.com&amp;blog=23828951&amp;post=491&amp;subd=jeremyronk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After around 1 year, Microsoft will release a new BizTalk version : BizTalk 2010 R2. As you can read below, update are essential about architecture, BTS2010 R2 will support  windows 8 Visual Studio 11 and SQL Server 2012. This version will be cloud ready. Some update are made on BizTalk engine, like easier configuration for host and adapter and a better conectivity for adapter DB2. This release  will be delivered approximately 6 months following the release of Windows Server 8.</p>
<table border="1" cellspacing="1" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="213">
<p align="center"><strong>Platform Support</strong></p>
</td>
<td valign="top" width="213">
<p align="center"><strong>Improved B2B</strong></p>
</td>
<td valign="top" width="213">
<p align="center"><strong>Ready for the Cloud</strong></p>
</td>
</tr>
<tr>
<td valign="top" width="213"><strong>New Platforms and Infrastructure</strong></p>
<ul>
<li>Windows Server 8*</li>
<li>SQL Server 2012*</li>
</ul>
<p><strong>Increased Developer and IT Productivity</strong></p>
<ul>
<li>Visual Studio 11* and Windows 8* to develop solutions</li>
<li>In-place migration from BizTalk Server 2010</li>
</ul>
<p><strong>Extended Platform Integration</strong></p>
<ul>
<li>DB2 client connectivity to SQL Server,<br />
conversion of commands to T-SQL,<br />
migration of packages to stored procedures</li>
<li>Adapter connectivity to new data sources, including IBM Informix V11 and IBM IMS/DB V11</li>
</ul>
</td>
<td valign="top" width="213"><strong>Agile Alignment to Industry Standards</strong></p>
<ul>
<li>Regular updates to schemas, accelerators certifications and adapters. Highlights include:</li>
<li>Healthcare: HIPPA 5010 extensions: 2777CA, 999, HL7 2.5.1</li>
<li>Finance: SWIFT SRG 2011 support, SWIFT SRG 2012, SWIFTNet 7.0 (new messaging platform)</li>
</ul>
<p><strong>Improved Performance and Scalability</strong></p>
<ul>
<li>HL7 MLLP adapter performance improvements</li>
<li>Better performance with ordered send ports</li>
<li>Enhanced scale out configuration with multiple hosts</li>
<li>Expanded adapter options for faster batch processing</li>
</ul>
</td>
<td valign="top" width="213"><strong>Extend on-premises solutions to the cloud</strong></p>
<ul>
<li>Easily extend your on-premises BizTalk Server solution to the cloud in a secure manner</li>
<li>Tighter integration of on-premises BizTalk Server applications with Windows Azure Service Bus</li>
</ul>
<p><strong>Improved Licensing</strong></p>
<ul>
<li>Adjustments to licensing that are geared towards cloud hosting, including:</li>
<li>Purchase from a hoster on a monthly basis (SPLA)</li>
<li>Register your existing license with a hoster (License Mobility)</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>Now let&#8217;s wait for a beta version to test it, say good luck to the BizTalk DEV team.</p>
<p>Here is the original article on MSDN : <a href="http://blogs.msdn.com/b/biztalk_server_team_blog/archive/2011/12/08/biztalk-server-2010-r2.aspx">http://blogs.msdn.com/b/biztalk_server_team_blog/archive/2011/12/08/biztalk-server-2010-r2.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeremyronk.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeremyronk.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeremyronk.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeremyronk.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeremyronk.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeremyronk.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeremyronk.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeremyronk.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeremyronk.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeremyronk.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeremyronk.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeremyronk.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeremyronk.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeremyronk.wordpress.com/491/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeremyronk.wordpress.com&amp;blog=23828951&amp;post=491&amp;subd=jeremyronk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeremyronk.wordpress.com/2011/12/08/biztalk-2010-r2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f57312c5aeba59e5fe70f9c8f720261a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jeremyronk</media:title>
		</media:content>
	</item>
		<item>
		<title>BAM&#8217;s guide</title>
		<link>http://jeremyronk.wordpress.com/2011/12/07/bams-guid/</link>
		<comments>http://jeremyronk.wordpress.com/2011/12/07/bams-guid/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 14:27:42 +0000</pubDate>
		<dc:creator>Jeremy Ronk</dc:creator>
				<category><![CDATA[Biztalk Blog]]></category>
		<category><![CDATA[BAM]]></category>
		<category><![CDATA[biztalk 2010]]></category>
		<category><![CDATA[technet]]></category>

		<guid isPermaLink="false">http://jeremyronk.wordpress.com/?p=473</guid>
		<description><![CDATA[Another great skill in BizTalk, the BAM. This tool is very powerfull but never really used, and often misunderstood. For helping, Technet did a great job with these series of article about BAM. You can get general informations or very technical ones. I&#8217;ve got just one remark, there is no explanation for when implementing BAM [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeremyronk.wordpress.com&amp;blog=23828951&amp;post=473&amp;subd=jeremyronk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Another great skill in BizTalk, the BAM.</p>
<p>This tool is very powerfull but never really used, and often misunderstood.</p>
<p>For helping, Technet did a great job with these series of article about BAM. You can get general informations or very technical ones.</p>
<p>I&#8217;ve got just one remark, there is no explanation for when implementing BAM or about the potential, my coleague <a href="http://huguesmoore.wordpress.com/2011/05/04/bam-ou-comment-faire-du-reporting-metier-avec-biztalk/">Hugues Moore </a>wrote an article about the BAM capabilities. In a futur article, I&#8217;ll write about how to use it in real condition.</p>
<p>For the moment here is the link I talked about</p>
<p><a href="http://social.technet.microsoft.com/wiki/contents/articles/5599.aspx">http://social.technet.microsoft.com/wiki/contents/articles/5599.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeremyronk.wordpress.com/473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeremyronk.wordpress.com/473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeremyronk.wordpress.com/473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeremyronk.wordpress.com/473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeremyronk.wordpress.com/473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeremyronk.wordpress.com/473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeremyronk.wordpress.com/473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeremyronk.wordpress.com/473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeremyronk.wordpress.com/473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeremyronk.wordpress.com/473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeremyronk.wordpress.com/473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeremyronk.wordpress.com/473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeremyronk.wordpress.com/473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeremyronk.wordpress.com/473/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeremyronk.wordpress.com&amp;blog=23828951&amp;post=473&amp;subd=jeremyronk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeremyronk.wordpress.com/2011/12/07/bams-guid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f57312c5aeba59e5fe70f9c8f720261a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jeremyronk</media:title>
		</media:content>
	</item>
		<item>
		<title>projects have recently been added to this solution do you want to get them from source control</title>
		<link>http://jeremyronk.wordpress.com/2011/11/02/projects-have-recently-been-added-to-this-solution-do-you-want-to-get-them-from-source-control/</link>
		<comments>http://jeremyronk.wordpress.com/2011/11/02/projects-have-recently-been-added-to-this-solution-do-you-want-to-get-them-from-source-control/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 13:39:24 +0000</pubDate>
		<dc:creator>Jeremy Ronk</dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[projects have recently been added to this solution do you want to get them from source control]]></category>
		<category><![CDATA[Some of the properties associated with the solution could not be read]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://jeremyronk.wordpress.com/?p=461</guid>
		<description><![CDATA[Another Visual Studio problem, when you open the solution you get this error : &#8220;projects have recently been added to this solution do you want to get them from source control&#8221;. I think this &#8220;problem&#8221; come from some migration because, I always get this error with some project which I migrated. This problem is not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeremyronk.wordpress.com&amp;blog=23828951&amp;post=461&amp;subd=jeremyronk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Another Visual Studio problem, when you open the solution you get this error :</p>
<p>&#8220;<em>projects have recently been added to this solution do you want to get them from source control&#8221;</em>. I think this &#8220;problem&#8221; come from some migration because, I always get this error with some project which I migrated.</p>
<p>This problem is not important but if you want to clear it here is the step for :</p>
<ol>
<li>
<p align="left">Unbind the solution from TFS (Do this by going to File/Source Control/Change Source Control menu item)</p>
</li>
<li>
<p align="left">Edit the .sln file manually and remove all sections that look like &#8221;<em>GlobalSection(TeamFoundationVersionControl) = preSolution&#8221;</em>. Those sections could be very large, but don&#8217;t worry, Visual Studio will regenerates those.</p>
</li>
<li>
<p align="left">Rebind the solution with TFS</p>
</li>
</ol>
<p>With this tips you can also clear the issue : &#8220;<em>Some of the properties associated with the solution could not be read</em>&#8220;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeremyronk.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeremyronk.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeremyronk.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeremyronk.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeremyronk.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeremyronk.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeremyronk.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeremyronk.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeremyronk.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeremyronk.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeremyronk.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeremyronk.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeremyronk.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeremyronk.wordpress.com/461/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeremyronk.wordpress.com&amp;blog=23828951&amp;post=461&amp;subd=jeremyronk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeremyronk.wordpress.com/2011/11/02/projects-have-recently-been-added-to-this-solution-do-you-want-to-get-them-from-source-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f57312c5aeba59e5fe70f9c8f720261a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jeremyronk</media:title>
		</media:content>
	</item>
		<item>
		<title>Articles from Technet wiki about BizTalk 2010</title>
		<link>http://jeremyronk.wordpress.com/2011/10/24/articles-from-technet-wiki-about-biztalk-2010/</link>
		<comments>http://jeremyronk.wordpress.com/2011/10/24/articles-from-technet-wiki-about-biztalk-2010/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 07:07:28 +0000</pubDate>
		<dc:creator>Jeremy Ronk</dc:creator>
				<category><![CDATA[Biztalk Blog]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[biztalk 2010]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[technet wiki]]></category>

		<guid isPermaLink="false">http://jeremyronk.wordpress.com/?p=450</guid>
		<description><![CDATA[The TechNet Wiki is a library of information about Microsoft technologies written by the community for the community. It&#8217;s a big useful article library where we can find lot information about all BizTalk part here is some articles  found for BizTalk Server 2010 : Working with BizTalk AppFabric Connect Installing the BizTalk Server 2010 AppFabric [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeremyronk.wordpress.com&amp;blog=23828951&amp;post=450&amp;subd=jeremyronk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The <strong><a href="http://social.technet.microsoft.com/wiki/">TechNet Wiki</a></strong> is a library of information about Microsoft technologies written by the community for the community. It&#8217;s a big useful article library where we can find lot information about all BizTalk part</p>
<p>here is some articles  found for BizTalk Server 2010 :</p>
<ul>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/working-with-biztalk-appfabric-connect.aspx"><strong>Working with BizTalk AppFabric Connect</strong></a>
<ul>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/installing-the-biztalk-server-2010-appfabric-connect-feature.aspx"><strong>Installing the BizTalk Server 2010 AppFabric Connect feature</strong></a></li>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/biztalk-wf-wcf-better-together.aspx"><strong>BizTalk + WF/WCF, Better Together</strong></a></li>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/biztalk-server-2010-appfabric-connect-feature-frequently-asked-questions-faq.aspx"><strong>BizTalk Server 2010 AppFabric Connect feature Frequently Asked Questions (FAQ)</strong></a></li>
</ul>
</li>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/exposing-lob-services-on-the-cloud-using-appfabric-connect-for-services.aspx"><strong>Exposing LOB Services on the Cloud Using AppFabric Connect for Services</strong></a></li>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/exposing-biztalk-applications-on-the-cloud-using-appfabric-connect-for-services.aspx"><strong>Exposing BizTalk Applications on the Cloud using AppFabric Connect for Services</strong></a></li>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/load-testing-biztalk-server-solutions-with-visual-studio-2010.aspx"><strong>Load Testing BizTalk Server Solutions with Visual Studio 2010</strong></a></li>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/create-a-load-test-to-perform-multiple-unit-tests-simultaneously.aspx"><strong>Create a Load Test to Perform Multiple Unit Tests Simultaneously</strong></a></li>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/install-and-configure-bam-business-activity-monitoring-in-a-multi-computer-environment.aspx"><strong>Install and Configure BAM (Business Activity Monitoring) in a Multi-Computer Environment</strong></a></li>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/invoking-restful-web-services-with-biztalk-server-2010.aspx"><strong>Invoking ReSTful Web Services with BizTalk Server 2010</strong></a></li>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/biztalk-2010-amp-nservicebus.aspx"><strong>How to use NServiceBus to do Broadcast Message Distribution with BizTalk Server RFID</strong></a></li>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/querying-and-creating-records-in-dynamics-crm-2011-from-biztalk-server-2010.aspx"><strong>Querying and Creating Records in Dynamics CRM 2011 from BizTalk Server 2010</strong></a></li>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/biztalk-server-integration-with-sharepoint-server-using-wss-adapter.aspx"><strong>BizTalk Server integration with SharePoint Server using WSS Adapter</strong></a></li>
<li><strong><a href="http://social.technet.microsoft.com/wiki/contents/articles/3470.aspx">Typed Polling with WCF-SQL Adapter: Best Practices and Troubleshooting Tips</a> </strong></li>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/5058.aspx"><strong>BizTalk Server 2010 Exam 70-595 Preparation</strong></a></li>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/5109.aspx"><strong>BizTalk Databases: Survival Guide</strong></a><strong> </strong></li>
<li><strong><a href="http://social.technet.microsoft.com/wiki/contents/articles/biztalk-server-2010-beginners-guide.aspx">BizTalk Server 2010 Beginners Guide</a></strong></li>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/biztalk-server-2010.aspx"><strong>BizTalk Server 2010</strong></a></li>
<li><strong><a href="http://social.technet.microsoft.com/wiki/contents/articles/biztalk-server-adapter-pack-2010.aspx">BizTalk Server Adapter Pack 2010</a></strong></li>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/biztalk-server-documentation.aspx"><strong>BizTalk Server Documentation </strong></a></li>
</ul>
<p>Hopefully you find one of more article that are useful for you to learn about capabilities of BizTalk or new ways to integrate with BizTalk.</p>
<p>(source : <a href="http://soa-thoughts.blogspot.com/2011/10/biztalk-server-technet-wiki-articles.html">http://soa-thoughts.blogspot.com/2011/10/biztalk-server-technet-wiki-articles.html</a>)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeremyronk.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeremyronk.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeremyronk.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeremyronk.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeremyronk.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeremyronk.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeremyronk.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeremyronk.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeremyronk.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeremyronk.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeremyronk.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeremyronk.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeremyronk.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeremyronk.wordpress.com/450/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeremyronk.wordpress.com&amp;blog=23828951&amp;post=450&amp;subd=jeremyronk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeremyronk.wordpress.com/2011/10/24/articles-from-technet-wiki-about-biztalk-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f57312c5aeba59e5fe70f9c8f720261a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jeremyronk</media:title>
		</media:content>
	</item>
		<item>
		<title>Install and Configure BizTalk Adapter pack 2010</title>
		<link>http://jeremyronk.wordpress.com/2011/10/18/install-and-configure-biztalk-adapter-pack-2010/</link>
		<comments>http://jeremyronk.wordpress.com/2011/10/18/install-and-configure-biztalk-adapter-pack-2010/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 12:45:39 +0000</pubDate>
		<dc:creator>Jeremy Ronk</dc:creator>
				<category><![CDATA[Biztalk Blog]]></category>
		<category><![CDATA[adapter pack]]></category>
		<category><![CDATA[biztalk 2010]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[installation]]></category>

		<guid isPermaLink="false">http://jeremyronk.wordpress.com/?p=435</guid>
		<description><![CDATA[In BizTalk 2010, the adapter pack is not out of the box component, and you need to install them. &#160; The BizTalk Adapter Pack 2010 provides connectivity to SAP, Oracle E-Business Suite, Siebel and SQL and Oracle Databases. The BizTalk Adapter Pack can be installed in conjunction with, or separately from, BizTalk Server. The BizTalk Adapter Pack [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeremyronk.wordpress.com&amp;blog=23828951&amp;post=435&amp;subd=jeremyronk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In BizTalk 2010, the adapter pack is not out of the box component, and you need to install them.</p>
<p>&nbsp;</p>
<p>The <strong><a href="http://www.microsoft.com/biztalk/en/us/adapter-pack.aspx">BizTalk Adapter Pack 2010</a></strong> provides connectivity to SAP, Oracle E-Business Suite, Siebel and SQL and Oracle Databases. The BizTalk Adapter Pack can be installed in conjunction with, or separately from, BizTalk Server.</p>
<p><span id="more-435"></span>The BizTalk Adapter Pack 2010 includes support for new versions of the following line-of-business applications and databases: SAP 7, Oracle EBS 12.1 and SQL Server 2008 R2. The Adapter Pack also provides support for Visual Studio 2010 and .NET Framework 4.</p>
<p>It is included in both the Enterprise and Standard Editions of BizTalk. When you install the adapter pack on x64 environment you have to perform a few steps. These steps were described in earlier versions through installation guides, although for some it was not always clear (i.e. I saw couple of questions on forum about how to install or problems people had). There is <strong><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=74b202a2-272a-4b27-b7dd-0dced1bead22&amp;displaylang=en">documentation</a></strong> to install adapters pack, but now during installation one is guided through the necessary steps.</p>
<p>First re-execute the BizTalk  instalation wizzard and select install adapter Pack.</p>
<p>You&#8217;ll get this screen :</p>
<p><a href="http://jeremyronk.files.wordpress.com/2011/10/adapter-pack-biztalk-2010-1.png"><img class="alignnone size-full wp-image-438" title="Adapter Pack BizTalk 2010 1" src="http://jeremyronk.files.wordpress.com/2011/10/adapter-pack-biztalk-2010-1.png" alt="" width="765" height="516" /></a></p>
<p>&nbsp;</p>
<p>For a developper, you need to install each item in the complete version.</p>
<p>At the end go to BizTalk administration console -&gt; plateform setting -&gt; adapter.</p>
<p>&nbsp;</p>
<p>Right click on it and select &#8220;<em>add new adapter&#8221; </em>and normaly you&#8217;ll obtain this screen :</p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-439" title="Adapter Pack BizTalk 2010 2" src="http://jeremyronk.files.wordpress.com/2011/10/adapter-pack-biztalk-2010-2.png" alt="" width="640" height="511" /></p>
<p>&nbsp;</p>
<p>Name it and press OK, now you can play with newly created adapter (don&#8217;t forget to restart host)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeremyronk.wordpress.com/435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeremyronk.wordpress.com/435/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeremyronk.wordpress.com/435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeremyronk.wordpress.com/435/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeremyronk.wordpress.com/435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeremyronk.wordpress.com/435/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeremyronk.wordpress.com/435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeremyronk.wordpress.com/435/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeremyronk.wordpress.com/435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeremyronk.wordpress.com/435/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeremyronk.wordpress.com/435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeremyronk.wordpress.com/435/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeremyronk.wordpress.com/435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeremyronk.wordpress.com/435/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeremyronk.wordpress.com&amp;blog=23828951&amp;post=435&amp;subd=jeremyronk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeremyronk.wordpress.com/2011/10/18/install-and-configure-biztalk-adapter-pack-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f57312c5aeba59e5fe70f9c8f720261a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jeremyronk</media:title>
		</media:content>

		<media:content url="http://jeremyronk.files.wordpress.com/2011/10/adapter-pack-biztalk-2010-1.png" medium="image">
			<media:title type="html">Adapter Pack BizTalk 2010 1</media:title>
		</media:content>

		<media:content url="http://jeremyronk.files.wordpress.com/2011/10/adapter-pack-biztalk-2010-2.png" medium="image">
			<media:title type="html">Adapter Pack BizTalk 2010 2</media:title>
		</media:content>
	</item>
		<item>
		<title>BizTalk Poster</title>
		<link>http://jeremyronk.wordpress.com/2011/10/14/biztalk-poster/</link>
		<comments>http://jeremyronk.wordpress.com/2011/10/14/biztalk-poster/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 10:31:37 +0000</pubDate>
		<dc:creator>Jeremy Ronk</dc:creator>
				<category><![CDATA[Biztalk Blog]]></category>
		<category><![CDATA[biztalk 2010]]></category>
		<category><![CDATA[poster]]></category>

		<guid isPermaLink="false">http://jeremyronk.wordpress.com/?p=427</guid>
		<description><![CDATA[During Web surfing, I found an interesting page. Microsoft provide some BizTalk Poster for presentation. Those are very usefull to present an architecture, or when I provide training, they permit to all trainee to locate which brick we&#8217;ve manipulate Poster theme : BizTalk Server 2010 ESB Toolkit Architecture Poster BizTalk Server 2010 Capabilities Poster BizTalk [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeremyronk.wordpress.com&amp;blog=23828951&amp;post=427&amp;subd=jeremyronk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>During Web surfing, I found an interesting page. Microsoft provide some BizTalk Poster for presentation.</p>
<p>Those are very usefull to present an architecture, or when I provide training, they permit to all trainee to locate which brick we&#8217;ve manipulate</p>
<p>Poster theme :</p>
<ul>
<li>BizTalk Server 2010 ESB Toolkit Architecture Poster</li>
<li>BizTalk Server 2010 Capabilities Poster</li>
<li>BizTalk Server 2010 Run-Time Architecture Poster</li>
<li>BizTalk Server 2010 Scale-out Configurations Poster</li>
<li>BizTalk Server 2010 Database Infrastructure Poster</li>
<li>BizTalk Server 2010 BAM Poster</li>
<li>BizTalk Adapter Pack 2010 Poster</li>
</ul>
<p><a href="http://msdn.microsoft.com/en-us/biztalk/dd807494.aspx">http://msdn.microsoft.com/en-us/biztalk/dd807494.aspx</a></p>
<p>All poster are available for BizTalk 2009 too</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeremyronk.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeremyronk.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeremyronk.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeremyronk.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeremyronk.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeremyronk.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeremyronk.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeremyronk.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeremyronk.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeremyronk.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeremyronk.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeremyronk.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeremyronk.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeremyronk.wordpress.com/427/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeremyronk.wordpress.com&amp;blog=23828951&amp;post=427&amp;subd=jeremyronk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeremyronk.wordpress.com/2011/10/14/biztalk-poster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f57312c5aeba59e5fe70f9c8f720261a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jeremyronk</media:title>
		</media:content>
	</item>
	</channel>
</rss>
