The way you get something invoked in a workflow is by scheduling it. This includes even a callback similar to Action<T>. This is why ActivityAction<T> was created. I can create an activity that accepts as an argument a callback. Then I schedule it and
it gets invoked on the workflow thread.
Comments
Workflow TV - Workflow Services as a Batch Job
If you want to make the batch work autostart see this post
Workflow TV - Lab Introduction to WF4: Exercise 1 - Hello Workflow
Wow - that is very interesting... I've not heard this from anyone else. Not sure what to say about that.
endpoint.tv - AppFabric WCF DataService (C#)
Not sure about using ETW directly but the AppFabricEvent provider included with the template makes it pretty easy.
endpoint.tv - Troubleshooting WCF - Bad Address on Client
Camtasia 7
endpoint.tv - Troubleshooting WCF - Bad Address on Client
Have any interesting troubleshooting tips?
Want to see an episode on troubleshooting other kinds of problems?
Let me know...
Workflow TV - WF4 Designer in the Browser
Strange... does it build and run from VS? What error are you getting?
endpoint.tv - Canonical REST Service
No nothing new - just a straight port to .NET 4
Workflow TV - Lab Introduction to WF4: Exercise 4 - Dynamic Workflows with XAML
Actually you don't have to do this. In Exercise 5 Task 6 we modify Main() to do something different.
endpoint.tv - AppFabric Dashboard Overview
No - event tracing is done through Event Tracing for Windows which is very fast and the database writes are handled asynchronously
Workflow TV - Lab Introduction to WF4: Exercise 7 - If/Else Logic
Blueprints is now known as Feature Builder Power Tool
I prefer hosting workflows in IIS where possible - that is how you will get the maximum benefit of AppFabric.
Workflow TV - Lab Introduction to WF4: Getting Started
Ok I understand now...
The way you get something invoked in a workflow is by scheduling it. This includes even a callback similar to Action<T>. This is why ActivityAction<T> was created. I can create an activity that accepts as an argument a callback. Then I schedule it and it gets invoked on the workflow thread.
Workflow TV - Lab Introduction to WF4: Exercise 7 - If/Else Logic
Yes - I'm going to update the Workflow Services lab. I don't know about an AppFabric Express.
As for the webcam in the picture - there is no way for you to turn this off. I've tried different strategies with this. There are basically 3 options
I've gone with option 1 because it is less work
However I'd be interested in the feedback - if you think that option 2 or 3 would be better let me know.