Tag Archives: WCF

Load balancing available for Azure Service Bus Relay

I saw on twitter a post written by Richard Seroter about the Load Balancing and the Azure Service Bus. And it’s fantastic !!! Indeed, I’ve implemented some relay web services and I’ve to deals with the high availability, because you can’t … Continue reading

Posted in Azure, WCF | Tagged , , , | 2 Comments

WCF custom Behavior to authenticate against Azure Access Control

In a recent post, we have realized a simple scenario that use ACS with a Token Request with a UserName/Password (Symmetric Key) on client side and a Token Validation on server side when it receive the request. Because I’m a … Continue reading

Posted in Azure, Microsoft, WCF | Tagged , , , | Leave a comment

Azure Access Control Service – WCF service with symmetric key authentication

Last week, I search to implement a simple scenario that use the Access Service Control (ACS) of Azure to authenticate with a WCF Service. I’ve retrieved a lab in an old Windows Azure Training Kit (WAPTK) of february 2011. In … Continue reading

Posted in Azure, Microsoft, WCF, Windows Azure Platform | Tagged , , , | Leave a comment

Deploying WCF Service in Worker Role with connection on service Bus (part 1) : Configuration File

Last week, I’ve published a Worker Role on Azure. This Worker role contains a WCF Service that connect to the service Bus. First I’ve tested my role on my local emulator and the connection with Azure SB was correct. I … Continue reading

Posted in Azure, WCF | Tagged , , , | Leave a comment

BizTalk is not dead!

  There were a session at the WPC 2011 (Microsoft World Wide Partner Conference 2011) called Microsoft Middleware Strategy and BizTalk Server Roadmap. A summary of this session was post by Richard Seroter and He seems to think that BizTalk … Continue reading

Posted in BizTalk, Microsoft, WCF, Windows Azure Platform | Tagged , , , | Leave a comment

First Release of the WCF Azure Storage Adapter for BizTalk

Hey, I’m proud to announce you the first release of the WCF Azure Storage Adapter for BizTalk on codeplex : http://azurestorageadapter.codeplex.com/ This project is developped by Maxime and I, it’s on early stage but It can already be usefull for … Continue reading

Posted in Azure, BizTalk, Codeplex, Microsoft, WCF | Tagged , , , , | Leave a comment

Using the WCF BizTalk Adapter for Windows Azure Storage Service to communicate with Windows Azure Blob

As we’ve talk on a previous post, due to our interest on the cloud computing,we (Maxime and I) decided to build a WCF Azure Adapter to interact with the Azure Storage. This adapter is first designed for BizTalk but can … Continue reading

Posted in Azure, BizTalk, Codeplex, Microsoft, Windows Azure Platform | Tagged , , , , | 2 Comments

WCF Adapter tutorial

Hello, I discover a new link very interesting on msdn about WCF LOB Adapter. How to Build an WCF Lob Adapter !!! The WCF Lob Adapter SDK Tutorial (version 2010) explain you in detail all the steps to : Develop … Continue reading

Posted in BizTalk, Codeplex, Microsoft | Tagged , | 2 Comments