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

Is oauth for authentication or authorization?

0 Answers  


What is asp.net mvc5? : Asp.Net MVC

0 Answers  


Do you support digital rights management to protect my videos?

0 Answers  


Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?

3 Answers   Siebel Systems,


Are cookies client side or server side?

0 Answers  






I have developed a web application in asp.net 2.0 with Access as back end i am trying to gereate report/export data in excel. After hosting the site i am not getting any error or such exported excel file. but using the source code from my system it works fine. Could any one tell me why it is happening and what is its solution.

2 Answers  


What is preprocessor in .net?

0 Answers  


Define caching.

0 Answers  


In which interface the template of any control like Gridview would Initiate?

2 Answers  


How to compare two strings with out Case sensitive ?

4 Answers   Protech, ProtoTech,


Why web api is better than wcf?

0 Answers  


can any one tell about web services?

5 Answers  


Categories