• TFS 2010 in Practice -Part1 (Overview & Dual-server installation)

      This is going to be the first part of series of posts on Team Foundation Server (TFS) 2010 and will include overview of TFS 2010 product and an installation scenario.  I am going to be practical as much as possible. Alright let’s start. Why...
  • Caching STS Security Token with an Active Web Client

    A common scenario when using an STS (Being ADFS or Custom STS) is the requirement to cache the security token to be used repeatedly with the requests to WCF services to authenticate the calls. This is usually easy in desktop applications when most people...
  • Fix: BizTalk ESB exceptions notifications service resending emails

    What is the ESB Exceptions notifications service? The BizTalk ESB toolkit is an implementation of an enterprise service bus messaging standard. It allows for separation between message content, processes implementation, and process configuration. As part...
  • Orchestrator 2012 Deployment & Configuration Step by Step – Part 5 “Integration Pack”

    In this post series I will go through Microsoft System Center Orchestrator 2012 Deployment and Configuration in Step by Step format with screenshots, and will go into details of the product to help you better understand how you can get benefits from this...
  • Extracting BizTalk Messages Content using XPath in Custom Pipeline Components

    Introduction You find yourself writing custom pipeline components in nearly all BizTalk related projects. So this is a common activity. And usually it will mean eventually you will need to extract data from the message coming on the wire using XPath statements...