<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.infosupport.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Erik Oppedijk</title><subtitle type="html">BizTalk, ASP.NET and Robotics Developer Studio</subtitle><id>http://blogs.infosupport.com/eriko/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.infosupport.com/eriko/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.infosupport.com/eriko/atom.aspx" /><generator uri="http://communityserver.org" version="2.1.60809.935">Community Server</generator><updated>2007-02-19T20:17:00Z</updated><entry><title>CCR and DSS Toolkit released</title><link rel="alternate" type="text/html" href="http://blogs.infosupport.com/eriko/archive/2008/10/29/CCR-and-DSS-Toolkit-released.aspx" /><id>http://blogs.infosupport.com/eriko/archive/2008/10/29/CCR-and-DSS-Toolkit-released.aspx</id><published>2008-10-29T14:45:00Z</published><updated>2008-10-29T14:45:00Z</updated><content type="html">&lt;p&gt;Microsoft released a separate toolkit for using the CCR and DSS framework inside your own applications, enabling Concurrent programming inside your regular C# (or VB.NET) application. And managing a directory of services with the DSS framework. So there is no need anymore for using Robotics Studio for these environments.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.microsoft.com/ccrdss/"&gt;http://www.microsoft.com/ccrdss/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Get the whitepaper here:&lt;/p&gt;&lt;p&gt;&lt;a href="http://download.microsoft.com/download/5/6/b/56b49917-65e8-494a-bb8c-3d49850daac1/Microsoft%20CCR%20and%20DSS%20Toolkit%202008%20Standard%20Edition%20Datasheet%20EN.pdf"&gt;http://download.microsoft.com/download/5/6/b/56b49917-65e8-494a-bb8c-3d49850daac1/Microsoft%20CCR%20and%20DSS%20Toolkit%202008%20Standard%20Edition%20Datasheet%20EN.pdf&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Also read the stories from Siemens and Tyco, Siemens uses the CCR to scan mail (not email) and OCR the results and Tyco using the CCR for a security system. Both with great numbers of messages.&lt;/p&gt;&lt;img src="http://blogs.infosupport.com/aggbug.aspx?PostID=14644" width="1" height="1"&gt;</content><author><name>eriko</name><uri>http://blogs.infosupport.com/members/eriko.aspx</uri></author><category term="General" scheme="http://blogs.infosupport.com/eriko/archive/tags/General/default.aspx" /><category term="Robotics" scheme="http://blogs.infosupport.com/eriko/archive/tags/Robotics/default.aspx" /></entry><entry><title>&quot;hosted&quot; BizTalk Workflow Services</title><link rel="alternate" type="text/html" href="http://blogs.infosupport.com/eriko/archive/2008/07/16/BizTalk-Workflow-Services.aspx" /><id>http://blogs.infosupport.com/eriko/archive/2008/07/16/BizTalk-Workflow-Services.aspx</id><published>2008-07-16T10:40:00Z</published><updated>2008-07-16T10:40:00Z</updated><content type="html">&lt;p&gt;The BizTalk Labs have delivered a new part,&amp;nbsp;a hosted &lt;a href="http://blogs.msdn.com/clemensv/archive/2008/07/15/announcing-the-microsoft-code-name-biztalk-services-r12-release.aspx"&gt;Workflow Service&lt;/a&gt;, now it is possible to create a workflow and host it in the &amp;quot;cloud&amp;quot;. we can use the ISB (Internet Service Bus, instead of Enterprise) to send messages across the internet. Combine this with authentication and authorization and we have a powerfull orchestrator.&lt;/p&gt;&lt;p&gt;Get the &lt;a href="http://labs.biztalk.net/DownloadSDK.aspx"&gt;BizTalk Services SDK&lt;/a&gt;, it will contain a &amp;quot;watchdog&amp;quot; sample workflow, this workflow will ping a website, and will report the status to a chat client (MultiCastSample). &lt;a href="http://blogs.infosupport.com/photos/eriko/picture14169.aspx" target="_blank"&gt;&lt;/a&gt;To create this, there are some new Activities to use from the Toolbox, e.g. a CloudDelay, a CloudIfElse, etc. &lt;/p&gt;&lt;p&gt;From the &lt;a href="http://blogs.infosupport.com/controlpanel/blogs/workflow.biztalk.net"&gt;workflow.biztalk.net&lt;/a&gt;&amp;nbsp;site (after creating some InfoCards for authentication) we can create our own Workflow &amp;nbsp;&lt;a href="http://blogs.infosupport.com/photos/eriko/images/14171/original.aspx" target="_blank"&gt;&lt;img border="0" height="80" src="http://blogs.infosupport.com/photos/eriko/images/14171/thumb.aspx" width="100" /&gt;&lt;/a&gt;(by copying the XOML and rules from Visual Studio) into the site. This is our workflowtype, and in the UI &lt;a href="http://blogs.infosupport.com/photos/eriko/images/14172/original.aspx" target="_blank"&gt;&lt;img border="0" height="76" src="http://blogs.infosupport.com/photos/eriko/images/14172/thumb.aspx" width="100" /&gt;&lt;/a&gt;&amp;nbsp;from the BizTalk Labs, we can create an instance of our workflow, and we can start the instance. Now the workflow is checking the site every 30 seconds, and sending messages to the Chat client&lt;/p&gt;&lt;p&gt;Finally we can start the client.&lt;br /&gt;&lt;a href="http://blogs.infosupport.com/photos/eriko/picture14170.aspx" target="_blank"&gt;&lt;img border="0" height="340" src="http://blogs.infosupport.com/photos/eriko/images/14170/original.aspx" width="677" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;So this sample allows us to subscribe to (chat) messages coming from the &amp;quot;cloud&amp;quot; and we&amp;#39;ve started a WF process, which sends messages to our cloud. So the whole proces of Orchestrating service calls, authentication and authorization, connecting through firewalls are all done by the BizTalk Services SDK.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Don&amp;#39;t forget to suspend the workflow, it will keep on running...&lt;/p&gt;&lt;img src="http://blogs.infosupport.com/aggbug.aspx?PostID=14168" width="1" height="1"&gt;</content><author><name>eriko</name><uri>http://blogs.infosupport.com/members/eriko.aspx</uri></author><category term="BizTalk" scheme="http://blogs.infosupport.com/eriko/archive/tags/BizTalk/default.aspx" /><category term="General" scheme="http://blogs.infosupport.com/eriko/archive/tags/General/default.aspx" /></entry><entry><title>ASP.NET and Concurrency</title><link rel="alternate" type="text/html" href="http://blogs.infosupport.com/eriko/archive/2008/06/13/ASP.NET-and-Concurrency2.aspx" /><id>http://blogs.infosupport.com/eriko/archive/2008/06/13/ASP.NET-and-Concurrency2.aspx</id><published>2008-06-13T11:39:00Z</published><updated>2008-06-13T11:39:00Z</updated><content type="html">&lt;p&gt;Paul Roberts wrote a nice article [1] about using the CCR (Concurrency and Coordination Runtime) together with ASP.NET, to start multiple task concurrently. The CCR will handle the thread pool for us.&lt;/p&gt;&lt;p&gt;The CCR is now still a part of Robotics Studio, but there are some rumors this will be part of the .Net Framework. After implementing some helper CCR functions in our base class, we can start using the async model by spawning some tasks:&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:Consolas;"&gt;&lt;span style="color:blue;"&gt;protected&lt;/span&gt; &lt;span style="color:blue;"&gt;void&lt;/span&gt; Page_Load(&lt;span style="color:blue;"&gt;object&lt;/span&gt; sender, &lt;span style="color:#2b91af;"&gt;EventArgs&lt;/span&gt; e) &lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:Consolas;"&gt;{&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:Consolas;"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;...&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:Consolas;"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="color:blue;"&gt;int&lt;/span&gt; count = 10;&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:Consolas;"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="color:blue;"&gt;for&lt;/span&gt; (&lt;span style="color:blue;"&gt;int&lt;/span&gt; i = 0; i &amp;lt; count; i++)&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:Consolas;"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;{&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:Consolas;"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;SpawnIterator(&lt;span style="color:#a31515;"&gt;&amp;quot;http://wwww.microsoft.com&amp;quot;&lt;/span&gt;, resultPort, DownloadUrl);&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:Consolas;"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;}&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:Consolas;"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;.... &lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:Consolas;"&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin-bottom:0pt;line-height:normal;"&gt;&lt;span style="font-size:10pt;font-family:Consolas;"&gt;&lt;span style="color:#2b91af;"&gt;IEnumerator&lt;/span&gt;&amp;lt;&lt;span style="color:#2b91af;"&gt;ITask&lt;/span&gt;&amp;gt; DownloadUrl(&lt;span style="color:blue;"&gt;string&lt;/span&gt; url, &lt;span style="color:#2b91af;"&gt;SuccessFailurePort&lt;/span&gt; resultPort)&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:Consolas;"&gt;{&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:Consolas;"&gt;&lt;span style="color:green;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Async processing to download from url.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.Threading.&lt;span style="color:#2b91af;"&gt;Thread&lt;/span&gt;.Sleep(2000);&lt;/span&gt;&lt;span style="font-size:10pt;font-family:Consolas;"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin-bottom:0pt;line-height:normal;"&gt;&lt;span style="font-size:10pt;font-family:Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; resultPort.Post(&lt;span style="color:blue;"&gt;new&lt;/span&gt; &lt;span style="color:#2b91af;"&gt;SuccessResult&lt;/span&gt;());&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:Consolas;"&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; yield&lt;/span&gt; &lt;span style="color:blue;"&gt;break&lt;/span&gt;;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:Consolas;"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:10pt;line-height:115%;font-family:Consolas;"&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;The CCR will take care of all the async responses (using Ports). So to speed this up, we can control the amount of threads in the CCR thread pool in our global.asax:&lt;/p&gt;&lt;p class="MsoNormal" style="margin-bottom:0pt;line-height:normal;"&gt;&lt;span style="font-size:10pt;font-family:Consolas;"&gt;&lt;span style="color:blue;"&gt;protected&lt;/span&gt; &lt;span style="color:blue;"&gt;void&lt;/span&gt; Application_Start(&lt;span style="color:blue;"&gt;object&lt;/span&gt; sender, &lt;span style="color:#2b91af;"&gt;EventArgs&lt;/span&gt; e)&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:Consolas;"&gt;{&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:10pt;font-family:Consolas;"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Initialize(4);&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:10pt;line-height:115%;font-family:Consolas;"&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Read the complete article for all the helper classes we need to get this working.&lt;/p&gt;&lt;p&gt;[1] &lt;a href="http://blogs.msdn.com/pollrobots/archive/2008/06/09/using-ccr-with-asp-net.aspx"&gt;http://blogs.msdn.com/pollrobots/archive/2008/06/09/using-ccr-with-asp-net.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.infosupport.com/aggbug.aspx?PostID=13984" width="1" height="1"&gt;</content><author><name>eriko</name><uri>http://blogs.infosupport.com/members/eriko.aspx</uri></author><category term="Robotics" scheme="http://blogs.infosupport.com/eriko/archive/tags/Robotics/default.aspx" /><category term="ASP.NET" scheme="http://blogs.infosupport.com/eriko/archive/tags/ASP.NET/default.aspx" /></entry><entry><title>DevDays 2008 - Robotics Geek Night</title><link rel="alternate" type="text/html" href="http://blogs.infosupport.com/eriko/archive/2008/05/23/DevDays-2008-_2D00_-Robotics-Geek-Night.aspx" /><id>http://blogs.infosupport.com/eriko/archive/2008/05/23/DevDays-2008-_2D00_-Robotics-Geek-Night.aspx</id><published>2008-05-23T09:32:00Z</published><updated>2008-05-23T09:32:00Z</updated><content type="html">&lt;p&gt;Yesterday we (&lt;a href="http://blogs.infosupport.com/raimondb/"&gt;Raimond&lt;/a&gt;, &lt;a href="http://blogs.infosupport.com/marcelv/"&gt;Marcel&lt;/a&gt; and me) gave a presentation during the DevDays Geek Night. The room was packed with about 200 e&lt;span style="font-size:10pt;line-height:115%;font-family:'Arial','sans-serif';"&gt;nthusiastic &lt;/span&gt;geeks! We talked about Robotics in general, the new Robotics Studio 2.0 beta, the RoboChamps robotic competition and also on the design of our robot &amp;quot;Woody&amp;quot;.&amp;nbsp;Finally a real life demonstration of Woody driving around on the podium and grabbing some colored&amp;nbsp;balls.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Get the&amp;nbsp;&lt;a href="http://blogs.infosupport.com/files/folders/eriko/entry13892.aspx" title="robotics" target="_blank"&gt;Woody PPTX&lt;/a&gt;&amp;nbsp;file, and also check out these links with video&amp;#39;s we&amp;#39;ve used during our talk:&lt;/p&gt;&lt;p&gt;the AMAZED &lt;a href="http://www.robochamps.com"&gt;RoboChamps&lt;/a&gt; web site&lt;br /&gt;&lt;a href="http://www.youtube.com/watch?v=UNw2Xpeihms" title="robochallenge 2007"&gt;Robochallenge 2007&lt;/a&gt;&amp;nbsp;video impression&lt;br /&gt;&lt;a href="http://www.youtube.com/watch?v=pfEsGuD4zXs"&gt;NAO&lt;/a&gt; Robocup 2008 Soccer robot&lt;/p&gt;&lt;img src="http://blogs.infosupport.com/aggbug.aspx?PostID=13891" width="1" height="1"&gt;</content><author><name>eriko</name><uri>http://blogs.infosupport.com/members/eriko.aspx</uri></author><category term="General" scheme="http://blogs.infosupport.com/eriko/archive/tags/General/default.aspx" /><category term="Robotics" scheme="http://blogs.infosupport.com/eriko/archive/tags/Robotics/default.aspx" /></entry><entry><title>BizTalk 2006 R3 announced</title><link rel="alternate" type="text/html" href="http://blogs.infosupport.com/eriko/archive/2008/04/23/BizTalk-2006-R3-announced.aspx" /><id>http://blogs.infosupport.com/eriko/archive/2008/04/23/BizTalk-2006-R3-announced.aspx</id><published>2008-04-23T09:01:00Z</published><updated>2008-04-23T09:01:00Z</updated><content type="html">&lt;p&gt;Microsoft announced&lt;a href="http://blogs.msdn.com/stevemar/archive/2008/04/23/biztalk-server-platform-updates.aspx" title="BizTalk 2006 R2"&gt; a new release&lt;/a&gt; for BizTalk, and it&amp;#39;s an R3 release.&lt;/p&gt;&lt;p&gt;Major investments for this release will be Visual Studio 2008, Windows Server 2008&amp;nbsp;and SQL Server 2008 support, alongside with a new service registry based on UDDI, updated support for SWIFT, EDI, RFID. and a bunch of SOA best practices. So consider this as a minor update.&lt;/p&gt;&lt;p&gt;The proposed release date of H1 CY09 means that the new BizTalk Oslo features/version will still take a long time to reach us, so we&amp;#39;ll have to wait for integrated WF support. &lt;/p&gt;&lt;p&gt;Also a new Host Integration Server 8 is announced, together with the &amp;quot;BizTalk Adapter Pack 2&amp;quot;. Sign up for the TAP on the microsoft &lt;a href="https://connect.microsoft.com/site/sitehome.aspx?SiteID=65"&gt;connect&lt;/a&gt; site.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://blogs.infosupport.com/aggbug.aspx?PostID=13762" width="1" height="1"&gt;</content><author><name>eriko</name><uri>http://blogs.infosupport.com/members/eriko.aspx</uri></author><category term="BizTalk" scheme="http://blogs.infosupport.com/eriko/archive/tags/BizTalk/default.aspx" /><category term="CSF" scheme="http://blogs.infosupport.com/eriko/archive/tags/CSF/default.aspx" /></entry><entry><title>BizTalk 2006 R2 Deep Dive - 19th may</title><link rel="alternate" type="text/html" href="http://blogs.infosupport.com/eriko/archive/2008/04/18/BizTalk-2006-R2-Deep-Dive-_2D00_-19th-may.aspx" /><id>http://blogs.infosupport.com/eriko/archive/2008/04/18/BizTalk-2006-R2-Deep-Dive-_2D00_-19th-may.aspx</id><published>2008-04-18T08:01:00Z</published><updated>2008-04-18T08:01:00Z</updated><content type="html">&lt;p&gt;We&amp;#39;ll be delivering the Quicklearn BizTalk 2006 R2 Developer Deep Dive from may 19 till may 23 in our location in Utrecht.&lt;/p&gt;&lt;p&gt;So, are you an experienced BizTalk developer, and are you interested in all the details of BizTalk 2006 R2 then this is the course for you!&lt;/p&gt;&lt;p&gt;Topics included:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Advanced Pipeline development&lt;/li&gt;&lt;li&gt;BizTalk RFID&lt;/li&gt;&lt;li&gt;Schema Extensions&lt;/li&gt;&lt;li&gt;Detailed Business Rule Engine (BRE) &lt;/li&gt;&lt;li&gt;The new R2 EDI features&lt;/li&gt;&lt;li&gt;plus&amp;nbsp;much more&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;For the full description, have a look at our &lt;a href="http://www.infosupport.nl/Training/CursusInfo?CourseCode=QLBIZ6" title="QuickLearn Deep Dive"&gt;website&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.infosupport.com/aggbug.aspx?PostID=13747" width="1" height="1"&gt;</content><author><name>eriko</name><uri>http://blogs.infosupport.com/members/eriko.aspx</uri></author><category term="BizTalk" scheme="http://blogs.infosupport.com/eriko/archive/tags/BizTalk/default.aspx" /><category term="General" scheme="http://blogs.infosupport.com/eriko/archive/tags/General/default.aspx" /></entry><entry><title>RoboChallenge 2008 Kickoff</title><link rel="alternate" type="text/html" href="http://blogs.infosupport.com/eriko/archive/2007/11/09/RoboChallenge-2008-Kickoff.aspx" /><id>http://blogs.infosupport.com/eriko/archive/2007/11/09/RoboChallenge-2008-Kickoff.aspx</id><published>2007-11-09T09:23:00Z</published><updated>2007-11-09T09:23:00Z</updated><content type="html">&lt;p&gt;Next week, on friday the 16th of november at 15:00, we&amp;#39;ll be hosting the kickoff for the annual RoboChallenge contest at our location in Veenendaal. &lt;/p&gt;&lt;p&gt;The RoboChallenge is a nice contest open to everyone, the purpose is to build a robot, and program it to drive around and collect colored objects. Take a look at the &lt;a href="http://www.robochallenge2008.nl/dnn/" title="RoboChallenge 2008"&gt;RoboChallenge site&lt;/a&gt;. &lt;/p&gt;&lt;p&gt;If you are interested in Robotics and this competition, drop me an &lt;a href="mailto:eriko@infosupport.com" title="email"&gt;email&lt;/a&gt;&amp;nbsp;and join us at the kickoff next week, it would be nice to see more competitors from commercial companies!&lt;/p&gt;&lt;img src="http://blogs.infosupport.com/aggbug.aspx?PostID=13074" width="1" height="1"&gt;</content><author><name>eriko</name><uri>http://blogs.infosupport.com/members/eriko.aspx</uri></author><category term="General" scheme="http://blogs.infosupport.com/eriko/archive/tags/General/default.aspx" /><category term="Robotics" scheme="http://blogs.infosupport.com/eriko/archive/tags/Robotics/default.aspx" /></entry><entry><title>Another BizTalk User Group meeting</title><link rel="alternate" type="text/html" href="http://blogs.infosupport.com/eriko/archive/2007/10/25/New-BizTalk-User-Group-meeting.aspx" /><id>http://blogs.infosupport.com/eriko/archive/2007/10/25/New-BizTalk-User-Group-meeting.aspx</id><published>2007-10-25T11:42:00Z</published><updated>2007-10-25T11:42:00Z</updated><content type="html">&lt;p class="MsoNormal" style="margin:0cm 0cm 0pt;"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;On Friday November the 9th there will be a new BTUG meeting. Main topic is BizTalk 2006 R2, with a session from Sudir Hasbe, the Microsoft Corp Product Manager for BizTalk. He will be presenting on the integration between BizTalk 2006 R2 and the RFID functionality.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin:0cm 0cm 0pt;"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin:0cm 0cm 0pt;"&gt;&lt;span style="font-size:10pt;font-family:'Verdana','sans-serif';"&gt;Take a look at the &lt;a href="http://www.btug.nl/" title="BizTalk User Group"&gt;BTUG site&lt;/a&gt;&amp;nbsp;for more information and the registration page.&lt;/span&gt;&lt;/p&gt;&lt;img src="http://blogs.infosupport.com/aggbug.aspx?PostID=12999" width="1" height="1"&gt;</content><author><name>eriko</name><uri>http://blogs.infosupport.com/members/eriko.aspx</uri></author><category term="BizTalk" scheme="http://blogs.infosupport.com/eriko/archive/tags/BizTalk/default.aspx" /></entry><entry><title>Ensim 3.2 SDK Training</title><link rel="alternate" type="text/html" href="http://blogs.infosupport.com/eriko/archive/2007/08/28/Ensim-3.2-SDK-Training.aspx" /><id>http://blogs.infosupport.com/eriko/archive/2007/08/28/Ensim-3.2-SDK-Training.aspx</id><published>2007-08-28T15:31:00Z</published><updated>2007-08-28T15:31:00Z</updated><content type="html">&lt;p&gt;Last week I followed an Ensim 3.2 SDK Training, together with Edward, Vincent and some of my Belgian Colleagues.&lt;/p&gt;&lt;p&gt;(for those who don&amp;#39;t know Ensim, they have a product for provisioning&amp;nbsp;Hosted Exchange, IIS, SQL and WSS, which we happen to use for our hosting services)&lt;/p&gt;&lt;p&gt;We had a nice time, learning a lot on the SDK, and now it&amp;#39;s up to my Belgian colleagues to build a Service Manager for MS CRM 3.0 as a plugin for the Ensim product. &lt;/p&gt;&lt;p&gt;Overall I was quite impressed with the SDK, a lot of extensions are possible when you write your own Service, including upgrades, hotfixes and internationalization. Also the framework to create the user interfaces is very nice, they&amp;#39;ve made some very nice controls to create a consistent UI and some advanced grids.&lt;/p&gt;&lt;img src="http://blogs.infosupport.com/aggbug.aspx?PostID=12729" width="1" height="1"&gt;</content><author><name>eriko</name><uri>http://blogs.infosupport.com/members/eriko.aspx</uri></author><category term="General" scheme="http://blogs.infosupport.com/eriko/archive/tags/General/default.aspx" /></entry><entry><title>Robochallenge 2007, the result</title><link rel="alternate" type="text/html" href="http://blogs.infosupport.com/eriko/archive/2007/06/11/Robochallenge-2007_2C00_-the-result.aspx" /><id>http://blogs.infosupport.com/eriko/archive/2007/06/11/Robochallenge-2007_2C00_-the-result.aspx</id><published>2007-06-11T08:24:00Z</published><updated>2007-06-11T08:24:00Z</updated><content type="html">&lt;p&gt;Well, the 2007 &lt;a href="http://blogs.infosupport.com/controlpanel/blogs/www.robochallenge2007.nl" title="RoboChallenge"&gt;RoboChallenge&lt;/a&gt; is over, and we ended up in 3rd place, between all the (expensive) robots from the Noordelijke Hogeschool Leeuwarden(NHL).&lt;/p&gt;&lt;p&gt;Our robot &lt;a href="http://blogs.infosupport.com/photos/eriko/images/12278/original.aspx"&gt;Woody&lt;/a&gt;&amp;nbsp;did a great job, we past the qualification in 1 pass, and during most of the mission&amp;#39;s there was no problem with the software. Only during the last mission we had a case of &amp;quot;split brain&amp;quot; during which our robot kept looking at 2 balls nearby. This costs us about a minute of time.&lt;/p&gt;&lt;p&gt;Here&amp;#39;s an action picture of Woody during testing. The &lt;a href="http://www.crustcrawler.com/products/arm5.php?prod=0"&gt;crustcrawler&lt;/a&gt; arm did a great job this year, grabbing almost all the balls.&lt;/p&gt;&lt;p&gt;&lt;a href="http://blogs.infosupport.com/photos/eriko/images/12279/original.aspx" target="_blank"&gt;&lt;img border="0" height="426" src="http://blogs.infosupport.com/photos/eriko/images/12279/640x426.aspx" width="640" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;And a list of the main parts we&amp;#39;ve used for our robot:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Laptop Dell D420&lt;/li&gt;&lt;li&gt;FSC approved wood&lt;/li&gt;&lt;li&gt;Crustcrawler SG5-UT arm&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.robotwinkel.nl/Elektronica/Motors%20&amp;amp;%20Drivers/Servo&amp;#39;s%20&amp;amp;%20Drivers/SSC32.html"&gt;Lynxmotion&lt;/a&gt; SSC-32 Servo Controller&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.theimagingsource.com/en/products/cameras/firewire_color/dfk21f04/overview/"&gt;Imaging Source&lt;/a&gt; FireWire Camera with special lens&lt;/li&gt;&lt;li&gt;2 batteries&lt;/li&gt;&lt;li&gt;Some neoprene wheels and motors (50:1 gear reduction) and motor controller&lt;/li&gt;&lt;li&gt;2 IR distance sensors&lt;/li&gt;&lt;li&gt;1 emergency button&lt;/li&gt;&lt;li&gt;And a lot of wires, tie-wraps, rubber band, velcro,&amp;nbsp;screws and glue ;)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Now it is time to get started for the 2008 edition of the RoboChallenge! &lt;/p&gt;&lt;img src="http://blogs.infosupport.com/aggbug.aspx?PostID=12276" width="1" height="1"&gt;</content><author><name>eriko</name><uri>http://blogs.infosupport.com/members/eriko.aspx</uri></author><category term="General" scheme="http://blogs.infosupport.com/eriko/archive/tags/General/default.aspx" /><category term="Robotics" scheme="http://blogs.infosupport.com/eriko/archive/tags/Robotics/default.aspx" /></entry><entry><title>Preparing for Robochallenge 2007</title><link rel="alternate" type="text/html" href="http://blogs.infosupport.com/eriko/archive/2007/06/05/Robochallenge-2007.aspx" /><id>http://blogs.infosupport.com/eriko/archive/2007/06/05/Robochallenge-2007.aspx</id><published>2007-06-05T12:45:00Z</published><updated>2007-06-05T12:45:00Z</updated><content type="html">&lt;p&gt;Just a few days left for the next edition of the dutch &lt;a href="http://www.robochallenge2007.nl/"&gt;Robochallenge&lt;/a&gt;, next friday and saturday&amp;nbsp;we&amp;#39;ll be competing again with our new robot: WOODY.&lt;/p&gt;&lt;p&gt;This year all the software was written in C# with WCF. Also check out the nice poster: &lt;a href="http://blogs.infosupport.com/photos/eriko/picture12241.aspx" target="_blank"&gt;&lt;img border="0" height="140" src="http://blogs.infosupport.com/photos/eriko/images/12241/secondarythumb.aspx" width="100" /&gt;&lt;/a&gt;&lt;a href="http://blogs.infosupport.com/photos/eriko/images/12241/original.aspx" target="_blank"&gt;&lt;/a&gt;&amp;nbsp;Edwin van Wijk made for us.&lt;/p&gt;&lt;p&gt;So, what&amp;#39;s the status so far: Woody is driving around and finding and grabbing the colored balls, but we still need some obstacle detection and the strategy module for Missions 2 and 3 and a lot of fine tuning is still needed. But we have some more days left...&lt;/p&gt;&lt;img src="http://blogs.infosupport.com/aggbug.aspx?PostID=12240" width="1" height="1"&gt;</content><author><name>eriko</name><uri>http://blogs.infosupport.com/members/eriko.aspx</uri></author><category term="Robotics" scheme="http://blogs.infosupport.com/eriko/archive/tags/Robotics/default.aspx" /></entry><entry><title>Robotics Studio 1.5 CTP</title><link rel="alternate" type="text/html" href="http://blogs.infosupport.com/eriko/archive/2007/04/07/Robotics-Studio-1.5-CTP.aspx" /><id>http://blogs.infosupport.com/eriko/archive/2007/04/07/Robotics-Studio-1.5-CTP.aspx</id><published>2007-04-07T15:18:00Z</published><updated>2007-04-07T15:18:00Z</updated><content type="html">&lt;p&gt;Well, the Microsoft Robotics Studio Team is busy again with a new CTP [1] of the 1.5 version of MSRS. In this new release[2], there is support for running the CCR on&amp;nbsp;Windows CE, a preview of the Sumo and Soccer Simulation environments and a faster loading Visual Programming Language (VPL).&lt;/p&gt;&lt;p&gt;Let&amp;#39;s see if the team will deliver a new CTP each month again, and let&amp;#39;s hope they find some time to upgrade the documentation with more explanation.&lt;/p&gt;&lt;p&gt;Also check out the new Forums[3], they are the replacement for the newsgroups.&lt;/p&gt;&lt;p&gt;[1] &lt;a href="http://msdn.microsoft.com/robotics/getstarted/v1_5Preview/default.aspx"&gt;http://msdn.microsoft.com/robotics/getstarted/v1_5Preview/default.aspx&lt;/a&gt;&lt;br /&gt;[2] &lt;a href="http://msdn.microsoft.com/robotics/downloads/default.aspx"&gt;http://msdn.microsoft.com/robotics/downloads/default.aspx&lt;/a&gt;&lt;br /&gt;[3] &lt;a href="http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=383&amp;amp;SiteID=1"&gt;http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=383&amp;amp;SiteID=1&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://blogs.infosupport.com/aggbug.aspx?PostID=11995" width="1" height="1"&gt;</content><author><name>eriko</name><uri>http://blogs.infosupport.com/members/eriko.aspx</uri></author><category term="Robotics" scheme="http://blogs.infosupport.com/eriko/archive/tags/Robotics/default.aspx" /></entry><entry><title>BizTalk 2006 R2 Public beta</title><link rel="alternate" type="text/html" href="http://blogs.infosupport.com/eriko/archive/2007/04/05/BizTalk-2006-R2-Public-beta.aspx" /><id>http://blogs.infosupport.com/eriko/archive/2007/04/05/BizTalk-2006-R2-Public-beta.aspx</id><published>2007-04-05T08:15:00Z</published><updated>2007-04-05T08:15:00Z</updated><content type="html">&lt;p&gt;The first public beta of BizTalk 2006 R2 is available at connect.microsoft.com, check out [1].&lt;/p&gt;&lt;p&gt;This version contains the WCF adapters, the BizTalk RFID Server and extra EDI support. The upgrade of one of my VPC&amp;#39;s went smooth, after the upgrade (and running setup again to add the new components) everything works ok. The new parts appear in the Adapters and Add Generated Items. Generating a WCF webservice is now a breeze, use the new WCF publishing wizard.&lt;/p&gt;&lt;p&gt;Nothing new in the User Interface or other tooling as fas as I can see. There are some changes under the hood, for example we don&amp;#39;t need tracking anymore to determine in which step an orchestration was dehydrated [2]&lt;/p&gt;&lt;p&gt;Also, Richard [3] has some nice new postings about calling .NET components, Web references generation&amp;nbsp;and a script for creating a project solution structure.&lt;/p&gt;&lt;p&gt;[1] &lt;span&gt;&lt;a href="http://blogs.msdn.com/biztalk_server_team_blog/archive/2007/04/05/biztalk-2006-r2-beta-download-instructions.aspx"&gt;&lt;font face="Calibri" size="3"&gt;http://blogs.msdn.com/biztalk_server_team_blog/archive/2007/04/05/biztalk-2006-r2-beta-download-instructions.aspx&lt;/font&gt;&lt;/a&gt;&lt;br /&gt;[2] &lt;span&gt;&lt;a href="http://blogs.msdn.com/biztalk_core_engine/archive/2007/03/31/hidden-gem-in-biztalk-2006-r2.aspx"&gt;&lt;font color="#0000ff" face="Calibri" size="3"&gt;http://blogs.msdn.com/biztalk_core_engine/archive/2007/03/31/hidden-gem-in-biztalk-2006-r2.aspx&lt;/font&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;[3] &lt;a href="http://seroter.wordpress.com/"&gt;http://seroter.wordpress.com/&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://blogs.infosupport.com/aggbug.aspx?PostID=11987" width="1" height="1"&gt;</content><author><name>eriko</name><uri>http://blogs.infosupport.com/members/eriko.aspx</uri></author><category term="BizTalk" scheme="http://blogs.infosupport.com/eriko/archive/tags/BizTalk/default.aspx" /></entry><entry><title>New BizTalk User Group (BTUG) meeting</title><link rel="alternate" type="text/html" href="http://blogs.infosupport.com/eriko/archive/2007/03/07/New-BizTalk-User-Group-_2800_BTUG_2900_-meeting.aspx" /><id>http://blogs.infosupport.com/eriko/archive/2007/03/07/New-BizTalk-User-Group-_2800_BTUG_2900_-meeting.aspx</id><published>2007-03-07T13:15:00Z</published><updated>2007-03-07T13:15:00Z</updated><content type="html">&lt;p&gt;There will be a new dutch BTUG meeting at March 29th 2007. (&lt;a href="http://www.btug.nl/"&gt;www.btug.nl&lt;/a&gt;)&lt;/p&gt;&lt;p&gt;This is the opportunity to learn more on BizTalk and meet and discuss with peers. The BTUG is for new and experienced BizTalk users, ranging from architects to developers/infrastructure people. &lt;/p&gt;&lt;p&gt;Stay tuned for more information, registration&amp;nbsp;and the agenda, the event will be held at our location in Veenendaal from 3pm to 8pm.&lt;/p&gt;&lt;img src="http://blogs.infosupport.com/aggbug.aspx?PostID=11818" width="1" height="1"&gt;</content><author><name>eriko</name><uri>http://blogs.infosupport.com/members/eriko.aspx</uri></author><category term="BizTalk" scheme="http://blogs.infosupport.com/eriko/archive/tags/BizTalk/default.aspx" /><category term="General" scheme="http://blogs.infosupport.com/eriko/archive/tags/General/default.aspx" /></entry><entry><title>RTM time, Virtual PC 2007 and SQL 2005 SP2</title><link rel="alternate" type="text/html" href="http://blogs.infosupport.com/eriko/archive/2007/02/19/RTM-time_2C00_-Virtual-PC-2007-and-SQL-2005-SP2.aspx" /><id>http://blogs.infosupport.com/eriko/archive/2007/02/19/RTM-time_2C00_-Virtual-PC-2007-and-SQL-2005-SP2.aspx</id><published>2007-02-19T19:17:00Z</published><updated>2007-02-19T19:17:00Z</updated><content type="html">&lt;p&gt;To keep up my link blogging, here some new goodies hot off the press:&lt;/p&gt;&lt;p&gt;Virtual PC 2007 [1] &lt;/p&gt;&lt;p&gt;Sql Server 2005 SP2 [2]&lt;/p&gt;&lt;p&gt;[1] &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=04D26402-3199-48A3-AFA2-2DC0B40A73B6&amp;amp;displaylang=en" title="Virtual PC 2007"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=04D26402-3199-48A3-AFA2-2DC0B40A73B6&amp;amp;displaylang=en&lt;/a&gt;&lt;br /&gt;[2] &lt;a href="http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/servicepacks/sp2.mspx" title="SQL 2005 SP2"&gt;http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/servicepacks/sp2.mspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.infosupport.com/aggbug.aspx?PostID=11701" width="1" height="1"&gt;</content><author><name>eriko</name><uri>http://blogs.infosupport.com/members/eriko.aspx</uri></author><category term="General" scheme="http://blogs.infosupport.com/eriko/archive/tags/General/default.aspx" /></entry></feed>