-
This blog post has moved to a new address . Please read it there .
-
(German version may be written at a later time / Deutsche Version wird gegebenenfalls später geschrieben) This post combines several concepts from several posts about BizTalk Workflow Services . You should read the intro , about flow control , about send&receive activities and about the little...
Posted to
Andreas Erben's posts
by
Andreas Erben
on
10-02-2008
Filed under:
Filed under: Windows Communication Foundation, WCF, .NET 3.0, VS 2005, Visual Studio 2005, BizTalk, .NET, Visual Studio 2008, VS 2008, .NET 3.5, BPM, Workflow, WF, Windows Workflow Foundation, Cloud Computing, Cloud, BizTalk Services, Cloud Services, OSLO, BizTalk Workflow Services
-
(German version may be provided at a later stage / Deutsche Version wird gegebenenfalls nachgereicht) In previous posts, I gave an introduction to BizTalk Workflow Services , I wrote about flow control and rambled about tricks you can do in conditions . This post will deal with the send and receive activities...
Posted to
Andreas Erben's posts
by
Andreas Erben
on
10-02-2008
Filed under:
Filed under: Windows Communication Foundation, WCF, .NET 3.0, BizTalk, .NET, .NET 3.5, BPM, Workflow, WF, Windows Workflow Foundation, SOA, Cloud Computing, Cloud, BizTalk Services, Cloud Services, OSLO, BizTalk Workflow Services
-
(German version maybe coming later / deutsche Version folgt eventuell später) http://workflow.biztalk.net now offers a CTP of BizTalk Workflow Services. Let's look at what that means. First you should download the latest version of the SDK. Right now this is the file " BizTalk Services...
Posted to
Andreas Erben's posts
by
Andreas Erben
on
08-05-2008
Filed under:
Filed under: .NET 3.0, VS 2005, Visual Studio 2005, BizTalk, BizTalk Server, .NET, Visual Studio 2008, VS 2008, .NET 3.5, BPM, Workflow, WF, Windows Workflow Foundation, SOA, Cloud Computing, Cloud, BizTalk Services, Cloud Services
-
I have just updated the new 1.1 Release of the Daenet.Syndication API for Compact Framework. This new release doesn't have so much new features but one overload for Load() method that supports the Web Proxy and it is the Clean Version with the Code Review. In the Source Code you will find the API...
-
(German version below) For those who are new to BizTalk RFID or have not used it in a while, here is a recap of the minimal requirements for implementing a EventHandler component. Inherit from RfidEventHandlerBase Parameterless constructor must be accessible Implement public static method RfidEventHandlerMetadata...
Posted to
Andreas Erben's posts
by
Andreas Erben
on
10-08-2007
Filed under:
Filed under: BizTalk 2006, BizTalk RFID, RFID, BizTalk 2006 R2, BizTalk, BizTalk Server 2006, BizTalk Server 2006 R2, BizTalk Server, German, deutsch, .NET
-
If you install .NET framework 3.5 beta 2 on the same machine like Microsoft BizTalk RFID, then your RFID Services will not start anymore. See: http://support.microsoft.com/kb/942521 The reason for this is that the installation of .NET framework 3.5 beta 2 does not leave the DLLs of .NET framework 3.0...
-
Hi all, you all folks who had to deal to XCEED Grid know that a grouping feature through "GroupTemplates" is quite powerful in that grid control. What really bothers is actually quite confusing group titles nomination which Grid automaticaly produces (ie. "myField - someValue - XY items"...
-
Sometimes you will have a situation where you want to compile (and execute) a workflow at runtime. This is relatively easy when your workflow is pure .XOML and derives from classes available through the TypeProvider that implement everything it needs. When you want to test an activity that implements...
-
Usually I agree with Damir and his excellent posts. However, I cannot agree 100% with his post about " WF - Unit Testing: How to create Activity Type from XOML? ". When not reading it carefully, it can be misunderstood in a way that the actual "Activity Type" is created from XOML...
-
(deutsche Version weiter unten) To me a pleasant surprise for Visual Studio 2008 is the promise of Multi-Targeting. While with Visual Studio 2002 you only could develop .NET 1.0 applications, with Visual Studio 2003 you were bound to .NET 1.1 and with Visual Studio 2005 you had to jump to .NET 2.0 (though...
-
On many blogs I have seen that people are talking about all new technologies and which of them are the right one to invest the Time in. This is a list of the things that I definitely want to learn or to extend my knowledge in this year: 1. WCF (Windows Communication Foundation): As we all know, WCF integrates...
-
In the previous posts I offered some sample code for motor movement and dealing with sensors of the LEGO MINDSTORMS NXT product used with Bram Fokke's .NET API NXT#. One important feature of the API was not covered before: Eventing For each sensor you can register an event handler for when the data...
-
In the previous post I offered some sample code for motor movement of the LEGO MINDSTORMS NXT product used with Bram Fokke's .NET API NXT#. In this post I will give info about how to use the different types of sensors. Out-of-the-box you get 4 different sensors. Pressure (button) Sound Light Sonar...
-
We found that LEGO did a great job in delivering the MINDSTORMS NXT products (note that this link might point to the next version of MINDSTORMS products in the future and not to NXT anymore). It is a great for learning purposes and can actually be used with Microsoft Robotics Studio. However, you might...