Sign in
Paolo Salvatori's Blog
Adventures in the magic world of BizTalk Server, WCF and Azure.
Options
Subscribe via RSS
Blog Home
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Monthly Archive
Archives
April 2013
(4)
November 2011
(2)
September 2011
(2)
July 2011
(1)
June 2011
(1)
April 2011
(1)
February 2011
(2)
January 2011
(2)
November 2010
(1)
October 2010
(1)
September 2010
(2)
July 2010
(2)
June 2010
(1)
May 2010
(1)
April 2010
(3)
March 2010
(1)
February 2010
(1)
January 2010
(2)
November 2009
(1)
September 2009
(4)
August 2009
(1)
July 2009
(1)
June 2009
(1)
May 2009
(1)
January 2009
(1)
July 2008
(2)
Other Blogs
BizTalk Server Blogs
Ewan Fairweather's Blog
Kevin B Smith's WebLog
Darren Jefford's Blog
Jon Flanders' Blog
Keith Lim's Biztalk BAM Blog
Kevin Lam's WebLog
Eric Battalio'Blog
Martijn's Blog
Mark Burch's Blog
Richard Seroter’s Blog
BizTalk Performance's Blog
Yossi Dahan's Blog
Quoc Bui's Blog
Stephen Kaufman's WebLog
Mikael Hakanssons Blog
AppFabric Customer Advisory Team Blog
Paolo Salvatori's Blog
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Paolo Salvatori's Blog
Service Bus Explorer 2.0 released
Posted
1 month ago
by
Paolo Salvatori
1
Comments
I just a major version of the Service Bus Explorer 2.0 . This version introduces the following updates: This version uses the Microsoft.ServiceBus.dll 2.0 Beta available on NuGet at http://nuget.org/packages/WindowsAzure.ServiceBus . SAS and...
Paolo Salvatori's Blog
How to integrate BizTalk Server 2013 with Windows Azure Service Bus
Posted
1 month ago
by
Paolo Salvatori
0
Comments
How to integrate a BizTalk Server 2013 application with Window Azure Service Bus Brokered and Relayed Messaging Introduction Microsoft BizTalk Server enables organizations to connect and extend heterogeneous systems across the enterprise and with...
Paolo Salvatori's Blog
How to integrate a WCF Workflow Service with Service Bus Queues and Topics
Posted
1 month ago
by
Paolo Salvatori
0
Comments
Introduction This document provides an introduction to Service Bus Brokered Messaging and a prescriptive guidance on how to integrate a WCF workflow service with Service Bus Queues and Topics. The document will walk you through how to build a WCF workflow...
Paolo Salvatori's Blog
How to use Windows Azure Table Storage in Windows Azure Mobile Services
Posted
1 month ago
by
Paolo Salvatori
2
Comments
Introduction This sample demonstrates how to use Windows Azure Table Storage in Windows Azure Mobile Service to store data in place of SQL Azure . In particular, this solution demonstrates how to modify the quickstart Todo app to store data in a table...
Paolo Salvatori's Blog
Handling Topics, Queues and Relay Services with the Service Bus Explorer Tool
Posted
over 2 years ago
by
Paolo Salvatori
0
Comments
The Windows Azure Service Bus Community Technology Preview (CTP), which was released in May 2011, first introduced queues and topics. At that time, the Windows Azure Management Portal didn’t provide a user interface to administer, create and delete messaging...
Paolo Salvatori's Blog
How to integrate a BizTalk Server application with Service Bus Queues and Topics
Posted
over 2 years ago
by
Paolo Salvatori
0
Comments
Microsoft BizTalk Server enables organizations to connect and extend heterogeneous systems across the enterprise and with trading partners. The Service Bus is part of Windows Azure AppFabric and is designed to provide connectivity, queuing, and routing...
Paolo Salvatori's Blog
Microsoft BizTalk 2010: Line of Business Systems Integration
Posted
over 2 years ago
by
Paolo Salvatori
3
Comments
I want to recommend a book I reviewed this weekend: Microsoft BizTalk 2010: Line of Business Systems Integration . Written by 5 BizTalk Server experts Microsoft BizTalk 2010: Line of Business Systems Integration is a new book from Packt. It is a guide...
Paolo Salvatori's Blog
How to use a WCF custom channel to implement client-side caching in a Windows Azure-hosted application
Posted
over 2 years ago
by
Paolo Salvatori
0
Comments
Introduction Some months ago I created a custom WCF protocol channel to transparently inject client-side caching capabilities into an existing WCF-enabled application just changing the its configuration file. Since I posted my first post on this subject...
Paolo Salvatori's Blog
Exploring Topics and Queues by Building a Service Bus Explorer Tool–Part 1
Posted
over 2 years ago
by
Paolo Salvatori
9
Comments
Introduction WARNING Due to the breaking changes introduced by the production version of the Service Bus Messaging API with respect to the CTP version, this version of the Service Bus Explorer tool doesn’t compile against the API contained in the Windows...
Paolo Salvatori's Blog
A Broker Pipeline Component for End-To-End Ordered Delivery
Posted
over 2 years ago
by
Paolo Salvatori
1
Comments
Introduction Recently I had chance to work with a health care company that makes an extensive use of the BizTalk Accelerator for HL7 for processing a large amount of messages containing clinical and administrative information. Health care companies need...
Paolo Salvatori's Blog
How to use a WCF custom channel to implement client-side caching
Posted
over 2 years ago
by
Paolo Salvatori
11
Comments
Introduction A couple of months ago Yossi Dahan told me that one of his customers in the UK was searching for a solution to transparently cache the response messages resulting from a WCF call. I immediately thought that this design pattern could be implemented...
Paolo Salvatori's Blog
Exploring Windows Azure Storage APIs By Building a Storage Explorer Application
Posted
over 2 years ago
by
Paolo Salvatori
6
Comments
Introduction The Windows Azure platform provides storage services for different kinds of persistent and transient data: Unstructured binary and text data Binary and text messages Structured data In order to support these categories of data, Windows Azure...
Paolo Salvatori's Blog
Intellisense when editing Service Bus configuration files? Yes please!
Posted
over 2 years ago
by
Paolo Salvatori
1
Comments
The problem The setup of Windows Azure AppFabric SDK adds the elements reported in the table below to the configuration contained in the the machine.config files under the following folders: %windir%\Microsoft.NET\Framework\v4.0.30319\Config %windir...
Paolo Salvatori's Blog
How to use Duplex MEP to communicate with BizTalk from a .NET application or a WF workflow running inside AppFabric Part 3
Posted
over 2 years ago
by
Paolo Salvatori
0
Comments
Introduction In the first article of the series we discussed how to exchange messages with an orchestration via a two-way WCF Receive Location using the Duplex Message Exchange Pattern . This form of bi-directional communication is characterized by the...
Paolo Salvatori's Blog
How to use Duplex MEP to communicate with BizTalk from a .NET application or a WF workflow running inside AppFabric Part 2
Posted
over 2 years ago
by
Paolo Salvatori
0
Comments
Introduction In the first article of the series we discussed how to exchange messages with an orchestration via a two-way WCF Receive Location using the Duplex Message Exchange Pattern . This form of bi-directional communication is characterized by the...
Paolo Salvatori's Blog
How to use Duplex MEP to communicate with BizTalk from a .NET application or a WF workflow running inside AppFabric Part 1
Posted
over 3 years ago
by
Paolo Salvatori
0
Comments
Introduction Some time ago, I was asked by a customer whether or not BizTalk WCF Adapters support the Duplex Message Exchange Pattern. The latter is characterized by the ability of both the service and the client to send messages to each other independently...
Paolo Salvatori's Blog
How to use AppFabric Auto-Start feature to avoid warm-up delays for IIS-hosted WCF Receive Locations
Posted
over 3 years ago
by
Paolo Salvatori
0
Comments
Scenario During recent years, I had the chance to work with many customers and I realized that one of the most recurring problems they usually experience is due to long start-up times: indeed, this is not a BizTalk specific issue, it’s rather...
Paolo Salvatori's Blog
How to Boost Performance of the ESB Routing and Transform Services – Part 3
Posted
over 3 years ago
by
Paolo Salvatori
3
Comments
Introduction In the first article of the series, we discussed the advantages and disadvantages of using Dynamic Send Ports in a BizTalk application and in particular within a solution that makes an extensive use of the ESB Toolkit. We also talked...
Paolo Salvatori's Blog
Large Message Transfer with WCF-Adapters Part 2
Posted
over 3 years ago
by
Paolo Salvatori
4
Comments
Introduction In the first part of the article we have introduced and analyzed the problem regarding the transmission and reception of a large message via a WCF Receive Location. In particular, we discussed the difference between the Buffered and Streamed...
Paolo Salvatori's Blog
How to Boost Performance of the ESB Routing and Transform Services – Part 2
Posted
over 3 years ago
by
Paolo Salvatori
0
Comments
Introduction In the first part of the article, we discussed the advantages and disadvantages of Dynamic Send Ports and we introduced two custom components that allow, respectively, to use Static Send Ports instead of Dynamic Send Port with an ESB Itinerary...
Paolo Salvatori's Blog
How to Boost Performance of the ESB Routing and Transform Services – Part 1
Posted
over 3 years ago
by
Paolo Salvatori
4
Comments
Introduction Recently I had chance to work with a couple of customers that make extensive use the ESB Toolkit (specifically, V 2.0 in this case) in their BizTalk solutions, and to exchange ideas with some of you regarding the alleged performance problems...
Paolo Salvatori's Blog
Video Recordings from the meeting of the Swedish BizTalk User Group
Posted
over 3 years ago
by
Paolo Salvatori
0
Comments
Below you can find a link to the video recording of the presentations that Mikael Håkanssons and Ewan Fairweather delivered at the meeting of the Swedish BizTalk User Group. Instrument your BizTalk Server Optimizing and verifying your BizTalk Server installation...
Paolo Salvatori's Blog
Large Message Transfer with WCF-Adapters Part 1
Posted
over 3 years ago
by
Paolo Salvatori
4
Comments
Introduction This is the first in a series of articles that will introduce and explore a couple a patterns to transfer and process large messages using WCF-Adapters. Generally speaking, an end to end BizTalk solution adopts the FTP Adapter or one of its...
Paolo Salvatori's Blog
Packt's SOA book Promotion
Posted
over 3 years ago
by
Paolo Salvatori
1
Comments
I publish the following announcement by Packt Publishing as some of you might be interested in their promotions: Innovative and fast-growing IT publisher, Packt Publishing ( www.PacktPub.com ) has announced a series of giveaways and promotions, including...
Paolo Salvatori's Blog
Yet on BizTalk Impersonation With WCF Adapters
Posted
over 3 years ago
by
Paolo Salvatori
17
Comments
Scenario Last year I wrote a post on how using BizTalk Server 2006 R2/2009 and Protocol Transition to impersonate the original caller when invoking a downstream service that uses the Windows Integrated Security. Recently, one customer posed the following...
Page 1 of 2 (42 items)
1
2