Demos from the Microsoft SOA&BPM conference

I would like to thanks all the people who attended my session last Friday. It is undeniable that the WCF adapter SDK is gaining some traction out there J . You can download the demos I walked thru the session here.

2 Comments

  • Great job with the session, Jesus!
    oh and thanks for posting the samples finally :)

  • Good stuff.
    Does anyone else see on line 56 of the SQLAdapterOutboundHandler.cs (from the Demos.zip, attached above) the line:

    System.ServiceModel.OperationContext.Current.InstanceContext.

    ?

    That's giving a compile error ("Identifer expected") in VisStud2005 (with WCF LOB SDK installed).

    Anyone know how to complete that line ?

    Should it perhaps be:

    System.ServiceModel.OperationContext.Current.InstanceContext.Close();

    ??

Comments have been disabled for this content.