Ron Jacobs
Check me out on the web at Ron Jacobs.
@ronljacobs
Sr. Program Manager - AppFabric Development Platform
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Workflow TV - Tracking StateMachines
Apr 10, 2012 at 11:23 AMThanks - I'm glad to be back on C9.
Building event-driven, long-running apps with Windows workflow
Sep 22, 2011 at 7:08 AM@Eddie Tse: Absolutely - we will have some blog posts / sample code available soon. Be sure to check out our Facebook page for more
AppFabric.tv - CleanProject - Cleans Visual Studio Solutions For Uploading or Email
Jul 27, 2011 at 9:42 AM@Andrew_Morton:Good point... perhaps I'll add that
Workflow TV - Workflow Services Security
Jul 14, 2011 at 8:56 AM@h464r:Sorry about that - fixed it.
AppFabric.tv - Announcing the Windows Azure AppFabric June CTP
Jun 21, 2011 at 7:45 AMCheck the links again - everything is pointing at the right place now.
Building State Machine Workflows with Windows Workflow Foundation
Jun 20, 2011 at 3:10 PMSample code from this session available
Workflow TV - How To Build Workflow Services with a Database Repository
Jun 20, 2011 at 11:02 AMYou can store the workflow definitions in Oracle - I'm using Entity Framework 4.1 in my code so you would need a provider that works with Entity Framework.
However, at this time we do not have a Workflow persistence provider for Oracle. You won't need this unless your workflows are long running.
Workflow TV - How To Build Workflow Services with a Database Repository
Jun 17, 2011 at 8:57 AMCan provide a web.config with the VirtualPathProvider? I didn't know that.
I wonder if you could support a VirtualDirectory and then place a web.config file in the VirtualDirectory with the config you need if that would work.
It would be worth a try.
Workflow TV - How To Build Workflow Services with a Database Repository
Jun 16, 2011 at 3:07 PMI don't understand your comment about WorkflowServiceHost being limited. It is no different than a WCF ServiceHost. The WCF Service Host will host one service per host. The WF WorkflowServiceHost will host one workflow per host.
However, you can have multiple services and workflow services in you web application. In fact you don't really deal with the WorkflowServiceHost or ServiceHost classes unless you are self-hosting so they are just another part of the infrastructure most of the time.
The main difference is that the WF service can enforce a messaging protocol with certain operations being available only at certain times.
My guess is that if you can build your solution with WCF services you can also build it with workflow services.
AppFabric.tv - Troubleshooting WCF Performance (Part 2)
Jun 03, 2011 at 6:56 AMThe blog post mentioned in the episode is here.
See more comments…