Today I was at the session WCF 4.0 Building WCF Service with WF in .NET 4.0 Many new and very interesting features are being built into WCF & WF 4.0. Nowadays in WF it's kind of challenging to make a choice between synchronous and a-synchronous: Synchronous...
A while ago I needed for several request/response orchestrations to create a fault message. When an exception occurs in an orchestration it'll timeout and won't send a soap fault message. At least what you want to do is send a message that something went...