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 the usage of DelegatingHandler?

0 Answers  


What kind of programming language is ASP.NET?

0 Answers   3i Infotech,


What would be the salary of an Asp.net developer with 1 and half year experience in indian rupees..??

5 Answers  


How to set the pane area to transparent of a scrollPane component.?

0 Answers   MCN Solutions,


When does a session actually start?

0 Answers  


What are different ASP.NET Web Forms with the technology different from though ASP (1.0-3.0)?

1 Answers   Siebel,


Define page output caching?

0 Answers  


I have got less marks in bsc it So how to get interview.tell me

1 Answers  


I need some questions regarding asp.net for 1.5yrs of Experience.

1 Answers  


Give me one example of Web API Routing?

0 Answers  


Explain the Session state management options available with ASP.NET?

0 Answers   Siebel,


can u debug application programatically? if yes how?

0 Answers   FactorH,


Categories