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

Can you edit data in the Repeater control?

11 Answers   CAC, Creative,


Where we create sessions for Banking Applications and how to create? expalin with code?

1 Answers   Wipro,


Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?

0 Answers  


Is session stored in browser?

0 Answers  


Define ViewState and how can it be used?

6 Answers   Siebel,






Descrie about response.buffer and repsonse.flush ?

2 Answers   ADP, Cognizant,


if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....

0 Answers   webdirekt,


witch is the best insistute in sharpoint course.what abt future of share point course.

2 Answers  


What is form method?

0 Answers  


What is OSI layer? Explain different layers.

0 Answers   MCN Solutions,


What is viewstate?

5 Answers   Microsoft,


What is difference between or and orelse?

0 Answers  


Categories