<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.infosupport.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Erik Oppedijk</title><link>http://blogs.infosupport.com/eriko/default.aspx</link><description>BizTalk, ASP.NET and Robotics Developer Studio</description><dc:language>en</dc:language><generator>CommunityServer 2.1 (Build: 60809.935)</generator><item><title>CCR and DSS Toolkit released</title><link>http://blogs.infosupport.com/eriko/archive/2008/10/29/CCR-and-DSS-Toolkit-released.aspx</link><pubDate>Wed, 29 Oct 2008 14:45:00 GMT</pubDate><guid isPermaLink="false">56f6167b-0c51-4839-ab2d-34653eeb5c9c:14644</guid><dc:creator>Erik Oppedijk</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.infosupport.com/eriko/comments/14644.aspx</comments><wfw:commentRss>http://blogs.infosupport.com/eriko/commentrss.aspx?PostID=14644</wfw:commentRss><description>&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;</description><category domain="http://blogs.infosupport.com/eriko/archive/tags/General/default.aspx">General</category><category domain="http://blogs.infosupport.com/eriko/archive/tags/Robotics/default.aspx">Robotics</category></item><item><title>&quot;hosted&quot; BizTalk Workflow Services</title><link>http://blogs.infosupport.com/eriko/archive/2008/07/16/BizTalk-Workflow-Services.aspx</link><pubDate>Wed, 16 Jul 2008 10:40:00 GMT</pubDate><guid isPermaLink="false">56f6167b-0c51-4839-ab2d-34653eeb5c9c:14168</guid><dc:creator>Erik Oppedijk</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.infosupport.com/eriko/comments/14168.aspx</comments><wfw:commentRss>http://blogs.infosupport.com/eriko/commentrss.aspx?PostID=14168</wfw:commentRss><description>&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;</description><category domain="http://blogs.infosupport.com/eriko/archive/tags/BizTalk/default.aspx">BizTalk</category><category domain="http://blogs.infosupport.com/eriko/archive/tags/General/default.aspx">General</category></item><item><title>ASP.NET and Concurrency</title><link>http://blogs.infosupport.com/eriko/archive/2008/06/13/ASP.NET-and-Concurrency2.aspx</link><pubDate>Fri, 13 Jun 2008 11:39:00 GMT</pubDate><guid isPermaLink="false">56f6167b-0c51-4839-ab2d-34653eeb5c9c:13984</guid><dc:creator>Erik Oppedijk</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.infosupport.com/eriko/comments/13984.aspx</comments><wfw:commentRss>http://blogs.infosupport.com/eriko/commentrss.aspx?PostID=13984</wfw:commentRss><description>&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;</description><category domain="http://blogs.infosupport.com/eriko/archive/tags/Robotics/default.aspx">Robotics</category><category domain="http://blogs.infosupport.com/eriko/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>DevDays 2008 - Robotics Geek Night</title><link>http://blogs.infosupport.com/eriko/archive/2008/05/23/DevDays-2008-_2D00_-Robotics-Geek-Night.aspx</link><pubDate>Fri, 23 May 2008 09:32:00 GMT</pubDate><guid isPermaLink="false">56f6167b-0c51-4839-ab2d-34653eeb5c9c:13891</guid><dc:creator>Erik Oppedijk</dc:creator><slash:comments>8</slash:comments><comments>http://blogs.infosupport.com/eriko/comments/13891.aspx</comments><wfw:commentRss>http://blogs.infosupport.com/eriko/commentrss.aspx?PostID=13891</wfw:commentRss><description>&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;</description><category domain="http://blogs.infosupport.com/eriko/archive/tags/General/default.aspx">General</category><category domain="http://blogs.infosupport.com/eriko/archive/tags/Robotics/default.aspx">Robotics</category></item><item><title>BizTalk 2006 R3 announced</title><link>http://blogs.infosupport.com/eriko/archive/2008/04/23/BizTalk-2006-R3-announced.aspx</link><pubDate>Wed, 23 Apr 2008 09:01:00 GMT</pubDate><guid isPermaLink="false">56f6167b-0c51-4839-ab2d-34653eeb5c9c:13762</guid><dc:creator>Erik Oppedijk</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.infosupport.com/eriko/comments/13762.aspx</comments><wfw:commentRss>http://blogs.infosupport.com/eriko/commentrss.aspx?PostID=13762</wfw:commentRss><description>&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;</description><category domain="http://blogs.infosupport.com/eriko/archive/tags/BizTalk/default.aspx">BizTalk</category><category domain="http://blogs.infosupport.com/eriko/archive/tags/CSF/default.aspx">CSF</category></item><item><title>BizTalk 2006 R2 Deep Dive - 19th may</title><link>http://blogs.infosupport.com/eriko/archive/2008/04/18/BizTalk-2006-R2-Deep-Dive-_2D00_-19th-may.aspx</link><pubDate>Fri, 18 Apr 2008 08:01:00 GMT</pubDate><guid isPermaLink="false">56f6167b-0c51-4839-ab2d-34653eeb5c9c:13747</guid><dc:creator>Erik Oppedijk</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.infosupport.com/eriko/comments/13747.aspx</comments><wfw:commentRss>http://blogs.infosupport.com/eriko/commentrss.aspx?PostID=13747</wfw:commentRss><description>&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;</description><category domain="http://blogs.infosupport.com/eriko/archive/tags/BizTalk/default.aspx">BizTalk</category><category domain="http://blogs.infosupport.com/eriko/archive/tags/General/default.aspx">General</category></item><item><title>RoboChallenge 2008 Kickoff</title><link>http://blogs.infosupport.com/eriko/archive/2007/11/09/RoboChallenge-2008-Kickoff.aspx</link><pubDate>Fri, 09 Nov 2007 09:23:00 GMT</pubDate><guid isPermaLink="false">56f6167b-0c51-4839-ab2d-34653eeb5c9c:13074</guid><dc:creator>Erik Oppedijk</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.infosupport.com/eriko/comments/13074.aspx</comments><wfw:commentRss>http://blogs.infosupport.com/eriko/commentrss.aspx?PostID=13074</wfw:commentRss><description>&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;</description><category domain="http://blogs.infosupport.com/eriko/archive/tags/General/default.aspx">General</category><category domain="http://blogs.infosupport.com/eriko/archive/tags/Robotics/default.aspx">Robotics</category></item><item><title>Another BizTalk User Group meeting</title><link>http://blogs.infosupport.com/eriko/archive/2007/10/25/New-BizTalk-User-Group-meeting.aspx</link><pubDate>Thu, 25 Oct 2007 11:42:00 GMT</pubDate><guid isPermaLink="false">56f6167b-0c51-4839-ab2d-34653eeb5c9c:12999</guid><dc:creator>Erik Oppedijk</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.infosupport.com/eriko/comments/12999.aspx</comments><wfw:commentRss>http://blogs.infosupport.com/eriko/commentrss.aspx?PostID=12999</wfw:commentRss><description>&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;</description><category domain="http://blogs.infosupport.com/eriko/archive/tags/BizTalk/default.aspx">BizTalk</category></item><item><title>Ensim 3.2 SDK Training</title><link>http://blogs.infosupport.com/eriko/archive/2007/08/28/Ensim-3.2-SDK-Training.aspx</link><pubDate>Tue, 28 Aug 2007 15:31:00 GMT</pubDate><guid isPermaLink="false">56f6167b-0c51-4839-ab2d-34653eeb5c9c:12729</guid><dc:creator>Erik Oppedijk</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.infosupport.com/eriko/comments/12729.aspx</comments><wfw:commentRss>http://blogs.infosupport.com/eriko/commentrss.aspx?PostID=12729</wfw:commentRss><description>&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;</description><category domain="http://blogs.infosupport.com/eriko/archive/tags/General/default.aspx">General</category></item><item><title>Robochallenge 2007, the result</title><link>http://blogs.infosupport.com/eriko/archive/2007/06/11/Robochallenge-2007_2C00_-the-result.aspx</link><pubDate>Mon, 11 Jun 2007 08:24:00 GMT</pubDate><guid isPermaLink="false">56f6167b-0c51-4839-ab2d-34653eeb5c9c:12276</guid><dc:creator>Erik Oppedijk</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.infosupport.com/eriko/comments/12276.aspx</comments><wfw:commentRss>http://blogs.infosupport.com/eriko/commentrss.aspx?PostID=12276</wfw:commentRss><description>&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;</description><category domain="http://blogs.infosupport.com/eriko/archive/tags/General/default.aspx">General</category><category domain="http://blogs.infosupport.com/eriko/archive/tags/Robotics/default.aspx">Robotics</category></item><item><title>Preparing for Robochallenge 2007</title><link>http://blogs.infosupport.com/eriko/archive/2007/06/05/Robochallenge-2007.aspx</link><pubDate>Tue, 05 Jun 2007 12:45:00 GMT</pubDate><guid isPermaLink="false">56f6167b-0c51-4839-ab2d-34653eeb5c9c:12240</guid><dc:creator>Erik Oppedijk</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.infosupport.com/eriko/comments/12240.aspx</comments><wfw:commentRss>http://blogs.infosupport.com/eriko/commentrss.aspx?PostID=12240</wfw:commentRss><description>&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;</description><category domain="http://blogs.infosupport.com/eriko/archive/tags/Robotics/default.aspx">Robotics</category></item><item><title>Robotics Studio 1.5 CTP</title><link>http://blogs.infosupport.com/eriko/archive/2007/04/07/Robotics-Studio-1.5-CTP.aspx</link><pubDate>Sat, 07 Apr 2007 15:18:00 GMT</pubDate><guid isPermaLink="false">56f6167b-0c51-4839-ab2d-34653eeb5c9c:11995</guid><dc:creator>Erik Oppedijk</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.infosupport.com/eriko/comments/11995.aspx</comments><wfw:commentRss>http://blogs.infosupport.com/eriko/commentrss.aspx?PostID=11995</wfw:commentRss><description>&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;</description><category domain="http://blogs.infosupport.com/eriko/archive/tags/Robotics/default.aspx">Robotics</category></item><item><title>BizTalk 2006 R2 Public beta</title><link>http://blogs.infosupport.com/eriko/archive/2007/04/05/BizTalk-2006-R2-Public-beta.aspx</link><pubDate>Thu, 05 Apr 2007 08:15:00 GMT</pubDate><guid isPermaLink="false">56f6167b-0c51-4839-ab2d-34653eeb5c9c:11987</guid><dc:creator>Erik Oppedijk</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.infosupport.com/eriko/comments/11987.aspx</comments><wfw:commentRss>http://blogs.infosupport.com/eriko/commentrss.aspx?PostID=11987</wfw:commentRss><description>&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;</description><category domain="http://blogs.infosupport.com/eriko/archive/tags/BizTalk/default.aspx">BizTalk</category></item><item><title>New BizTalk User Group (BTUG) meeting</title><link>http://blogs.infosupport.com/eriko/archive/2007/03/07/New-BizTalk-User-Group-_2800_BTUG_2900_-meeting.aspx</link><pubDate>Wed, 07 Mar 2007 13:15:00 GMT</pubDate><guid isPermaLink="false">56f6167b-0c51-4839-ab2d-34653eeb5c9c:11818</guid><dc:creator>Erik Oppedijk</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.infosupport.com/eriko/comments/11818.aspx</comments><wfw:commentRss>http://blogs.infosupport.com/eriko/commentrss.aspx?PostID=11818</wfw:commentRss><description>&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;</description><category domain="http://blogs.infosupport.com/eriko/archive/tags/BizTalk/default.aspx">BizTalk</category><category domain="http://blogs.infosupport.com/eriko/archive/tags/General/default.aspx">General</category></item><item><title>RTM time, Virtual PC 2007 and SQL 2005 SP2</title><link>http://blogs.infosupport.com/eriko/archive/2007/02/19/RTM-time_2C00_-Virtual-PC-2007-and-SQL-2005-SP2.aspx</link><pubDate>Mon, 19 Feb 2007 19:17:00 GMT</pubDate><guid isPermaLink="false">56f6167b-0c51-4839-ab2d-34653eeb5c9c:11701</guid><dc:creator>Erik Oppedijk</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.infosupport.com/eriko/comments/11701.aspx</comments><wfw:commentRss>http://blogs.infosupport.com/eriko/commentrss.aspx?PostID=11701</wfw:commentRss><description>&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;</description><category domain="http://blogs.infosupport.com/eriko/archive/tags/General/default.aspx">General</category></item></channel></rss>