wwf

Windows Workflow Foundation equivalent of "lock"

I have a class that inherits from SequentialWorkflowActivity, which can be executed simultaneously in multiple threads, and I need to make sure that part of the activity is never interrupted never executed across multiple threads How can I do this in a WWF custom activity? ...

Is WWF project more useful than the typical project in .net ?

Is WWF project more useful than the typical project in .net ? Is WWF used or it's just another experimental feature from microsoft. Kindly elaborate more. Thanks in advance. I read about WWF here. ...

How do you schedule execution of a Windows Workflow?

I'd like to move my scheduled tasks into workflows so I can better monitor their execution. Currently I'm using a Window's scheduled task to call a web service that starts the process. Is there a facility that you use to schedule execution of a sequence so that it occurs every N minutes? My optimal solution would: Easy to configure Pr...

Do WF and nServiceBus overlap? How? And which to use?

Is there any overlap between MS WF and NServiceBus, in terms of workflow specifically? Is there a need to use one if the other is already in use? How well do they play together? ...

Workflow Foundation - Custom Persistence and persisting delay activities

I'm writing an application using Windows Workflow Foundation that will be hosted on Windows Azure. I'm using SQLAzure, Azure Table Storage and Azure Blob Storage for various parts of the application. Its necessary that I use Workflow Persistence, but the SQLPersistenceService scripts don't work against SQLAzure. I'm not good enough wit...

Which .NET data storage technology: Data access local only and web service based

I'm just starting with .NET data storage and I'm confused by so many different technologies... This is a learning project. You don't need to go on reading, I need to make an architecture proposal first... Thanks so far My scenario: e.g. a local app that can store and tag images. The user can choose if he want to store his data loca...