what is wwf in asp.net?

Answers were Sorted based on User's Feedback



what is wwf in asp.net?..

Answer / ganesh j

WWF is stands for Windows Workflow Foundation.
It is used for Windows Application for
presentation/animation purpose, like flash in web
application.

Is This Answer Correct ?    18 Yes 3 No

what is wwf in asp.net?..

Answer / 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

what is wwf in asp.net?..

Answer / shivam kumar

If we have 2 select queries as follws
select * from dept
select * from emp

SqlDataReader dr;

//To Read 1st Select query dept
dr.Read();

//To Read 2nd Select query emp
dr.NextResult();

So the answer is dr.NextResult()

Is This Answer Correct ?    12 Yes 27 No

Post New Answer

More ASP.NET Interview Questions

What is application in asp net?

0 Answers  


when the user control event occur in ASp page life cycle?

3 Answers   Microsoft,


How to kill session?

18 Answers   Protech,


What ASP.NET object encapsulates the state of the client and the browser? a) The Session object b) The Application object c) The Response object d) The Request object e) The Server object

7 Answers   Bunzl Vending, Syntax Softtech,


What are session state modes in asp.net?

0 Answers  






What methods are fired during the page load?

1 Answers  


What is the purpose of master page?

0 Answers  


Explain Areas in MVC?

0 Answers   B-Ways TecnoSoft,


To make Cache item dependent on a file,directory or other cached item ,you should create an instance of which clause?

1 Answers  


How to use one project files into another project?

4 Answers   HP,


Suppose i create one application in vs 2008 and it is running in the latest version of IE,will it run in netscape and other browsers with low version?

2 Answers   Wipro,


Can the dictionary object be created in client?s scope ?

0 Answers   Satyam,


Categories