Feeds:
Posts
Comments

Archive for the ‘WCF’ Category

The BizTalk Adapter (v2.0) pack provides several WCF adapters to connect to LOB systems. Looking at the SQL adapter to explain how does the magic happen
 
Follow the comments on the right marked in GREEN that describes how a call from BizTalk gets communicated with the SQL database (with ADO.Net as the intermediary). The concept [...]

Read Full Post »

WCF: The WCF Model

Here is a good reference diagram for the WCF space. It shows the various entities involved while structuring your WCF service – a great way to model and build your WCF services/solutions.

Happy model-ling

Read Full Post »

There have been a few updates on the BizTalk front – especially with 2009 beta being released recently. With that, here are a few whitepapers/downloads that got me interested…
 
 
1)    Using the WCF adapters in BizTalk 2006 R2
Link: Click here 
 
2)    WCF, WF and .NET 3.5 Whitepapers
Link: Click here 
 
3)    Modifying Messages with the WCF Adapters
Link: Click here 
 
4)    Using [...]

Read Full Post »