Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » WF   (RSS)
Note: Cross posted from Sajay . Permalink You can use a CodeActivity that returns a single result . public sealed class GetWorkflowInstanceId : CodeActivity<Guid> { protected override Guid Execute(CodeActivityContext context) { return context.WorkflowInstanceId; Read More...
My previous post points to those of you who want a first look at WF 4.0 . This post focuses more on how to get one of the best Async Runtimes to get executed in sync(shooting myself in the foot here). This was inspired by a question from a friend of mine Read More...
More coming up Here is the First Look at WF 4.0 talk by Kenny http://channel9.msdn.com/pdc2008/TL17/ Read More...
 
Page view tracker