What is Windows Workflow Foundation? - .Net WWF

What is Windows Workflow Foundation (WWF)?

- WWF is a programming model which is used for building workflow enabled applications.

- It helps to define, execute and manage workflows.

- It includes a workflow engine, a namespace and design tools that can be used with both client and server versions of Windows.

- It enables users to create system or human workflows.

- It provides a consistent and familiar development experience with .NET framework.

- It is used to create applications that execute an ordered business process.
Different types of Workflow in Windows Workflow Foundation - .Net WWF
Types of Workflows in WCF:- Sequential workflow, State Machine Workflow, Rules-Driven Workflow...
What is the purpose of XOML file? - .Net WWF
XOML file is Extensible Object Markup Language. It is used for workflow files as an extension.....
What is the relation between Classes and Objects in .NET?
Class is a group of items, attributes of some entity. Object is any specific item that may or may not be a part of the class....
Post your comment