Answer Posted / jganesh
Windows Workflow Foundation is a framework that enables
users to create system or human workflows in their
applications written for Windows Vista, Windows XP, and the
Windows Server 2003 operating systems. It consists of a
namespace, an in-process workflow engine, and designers for
Visual Studio 2005. Windows Workflow Foundation can be used
to solve simple scenarios, such as showing UI controls
based on user input, or complex scenarios encountered by
large enterprises, such as order processing and inventory
control. Windows Workflow Foundation comes with a
programming model, a rehostable and customizable workflow
engine, and tools for quickly building workflow-enabled
applications on Windows.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Can you use Web API with ASP.NET Web Form?
Which validator control you use if you need to make sure the values in two different controls matched?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What are the uses of list view control in Asp.net?
What is web api vs wcf?
What is considered a service provider?
Explain the different types of directives in .net?
Define a web service in .net?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
What is http pipeline in asp.net?
What websites use asp.net?
Disable Mouse right click on web page in asp.net?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
Where do the cookie state and session state information be stored?
Can we store object in viewstate?