Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
what is a dynamic updatedynamic update is a powerful feature of wf that describes the ability of wf to modify the implementation path of a running
explain custom activitiesin addition to the standard activities available within the base activity library you can make new activities to meet exact
what are runtime servicesruntime services having of predefined and user-defined classes that are available to the workflow runtime engine during
what is a host processa host process is an implementable program that hosts a workflow it might be a windows forms application a web application or a
explain the concept of bookmarks in wf 40in wf 40 a bookmark is a mechanism that enables an activity to wait for an input without interrupting a
how can you implement a condition in a workflowyou can implement a condition by using either of the following waysby creating a rule condition -
what is the difference amonga system workflow and a human workflowa system workflow is a workflow that is developed to automate interactions between
what are the four workflow principlesaccording to microsoft there are four main principles that define the behavior and working of workflows
what are the different types of workflow in wfin wf 40 the following two types of workflows are usedflowchart workflows - helps you to make workflows
what is a workflowa workflow is a collection of actions called activities that presents the model of a process a workflow gives a way to explain the
what are the components of wf 40wf having of various components that work together to make desired workflowthe components of wf are given as
what is windows workflow foundation wfwindows workflow foundation wf is a technology that was first introduced in net framework 30 wf having of a
does a web service have statethe web services do not have any method to maintain state though it can access aspnet objects such as application and
mention the name of the directory where it is essential to locate the proxy file to use a web servicethe proxy file must be kept in the bin directory
what is the use of a disco filea client application uses a disco file to locate or discover the documents that have the description of a web service
what do you understand by soap encodingthe serialization of the types such as integers and strings inside a soap message is known as encoding the
what is discodisco is a method developed by microsoft to publish and discover web services it discovers urls of all xml web services located on a web
what advantages have web services over component object model com and distributed component object model dcom the benefits of web services over com
explain the concept of web services in briefa web service may be explained as an independent and self-sustained unit of a software application that
describe the eventlog classthe eventlog class is used to access the windows event logs from windows services using eventlog you can also customize
explain the wsdl wsdl is a short form for web services description language which is used to explain a web service in terms of the messages that it
describe the services that uddi provides to web applicationsuddi gives the following types of services to a web applicationxml schema for business
what are windows serviceswindows services previously called as nt services are applications that are installed on the system as system services in
explain the xml elementsthe elements are the central units of an xml document that define and identify data the elements are represented by the tags
what are the naming conventions required for xml elements tagsthe following are the naming conventions that need to be followed for xml elements