What are the basic steps involved in the life cycle of a WFC application? Each correct answer
represents a complete solution. Choose all that apply.
A.
Implementing the contract
B.
Defining the service contract
C.
Hosting the service in an application
D.
Building a client application
E.
Defining a client application
F.
Implementing Web services
Explanation:
The basic steps involved in the life cycle of a WFC application are as follows:
1.Defining the service contract
2.Implementing the contract
3.Configuring the service by determining endpoint details and other behavior details
4.Hosting the service in an application
5.Building a client application
Answer E and F are incorrect. These steps are not the basic steps involved in the life cycle of a WFC
application.