Archives

Archives / 2006 / August
  • Service Broker adapter scenario

    There are many typical scenarios in which Service Broker is the ideal solution for interactions between BizTalk and SQL Server. Last week one of our solution architects point to a scenario that he was facing with a customer. The challenge was to avoid simultaneous polling of the SQL Server adapter in a topology with two BizTalk Servers (no master MessageBox) hitting the same SQL Server database. Richard Seroter described this scenario really well a year ago. At the end we implemented the classic solution using SERIALIZABLE transactions to avoid concurrent reads. It worked perfectly but is well known that in other scenarios this technique can introduce unnecessary locks.

  • SaaS Developer Center

    The folks of the Architecture & Strategy team (specially Fred Chong and Gianpaolo Carraro)  has been doing an amazong job around the Software as a Service concepts. Part of this work is the new SaaS MSDN Developer Center. Great job guys!!

  • Extending WCF clients

    One of my readers asked me the other day about client(proxy) extensibility points on Windows Communication Foundation (WCF). Conceptually there a number of scenarios in which makes sense to extend proxy functionalities.

  • Web Services Policy 1.5

    The Web Services Policy Working Group has released First Public Working Drafts of the Web Services Policy 1.5. The Policy Framework defines a model for expressing the nature of Web services in order to convey conditions for their interaction. Attachment defines how to associate policies, for example within WSDL or UDDI, with subjects to which they apply.