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.
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.
I would say that WF is not an "experimental" feature, at this point. Microsoft has put a lot of resources into WF.
However, WF is very good for specific types of applications. I would not say that its "more useful" (or less useful) than other types of applications, as much as it provides some functionality unique in the .NET ecosystem.
If you're developing very long running applications that need to save state, and provide easy customization, for example, than Workflow Foundation is an excellent choice.