(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
I had the honor to present at the Mobility Day 2008 in beautiful Zagreb, Croatia on September 9, 2008. I covered part 2 of a series of two sessions dealing with "best practices" about connecting mobile systems. While the first part, presented by Damir Dobric , dealt with quite advanced connectivity...
(German version below / deutsche Version weiter unten) Now I can finally talk about it. Our daenet SOA Suite now has officially been awarded with an important prize . " http://www.imittelstand.de/auszeichnungen/innovationspreis2008/kategoriesieger/soa.html " The "Innovationspreis 2008"...
Posted to
Andreas Erben's posts
by
Andreas Erben
on
03-06-2008
Filed under:
Filed under: Windows Communication Foundation, WCF, BizTalk 2006, BizTalk RFID, RFID, BizTalk 2006 R2, BizTalk, BizTalk Server 2006, BizTalk Server 2006 R2, BizTalk Server, German, deutsch, BPM, SOA
(German version below / deutsche Version weiter unten) Expect a huge surprise today. I am waiting for the official press info to leak out so nobody is upset with me that I talk about it. What I can tell you is that it is around daenet and SOA. It will be one more reason to talk to us when it comes to...
Posted to
Andreas Erben's posts
by
Andreas Erben
on
03-06-2008
Filed under:
Filed under: Windows Communication Foundation, WCF, .NET 3.0, BizTalk 2006, BizTalk RFID, BizTalk 2006 R2, BizTalk, BizTalk Server 2006, BizTalk Server 2006 R2, BizTalk Server, German, deutsch, .NET 3.5, SOA
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...
Damir recently posted about a WCF designer, or rather that there is no WCF designer yet and it does not seem to be on the immediate roadmap for Orcas / Visual Studio 2008. Let me look deeper into the promise of the WCF designer.. Chris Smith said in early 2006 he is working on the WCF designer experience...
In a WCF project we recently received a WSDL from our customer that we needed to build a client/proxy to. So we used svcutil.exe to generate the C#-code we wanted. To our surprise, the code did not contain the types of the contract we expected, but something like this: [System.CodeDom.Compiler.GeneratedCodeAttribute...