InterviewSolution
Saved Bookmarks
| 1. |
Name the namespace that is especially required to have access to the WCF service. |
|
Answer» To access WCF service, “System.ServiceModel” is USED. It provides CLASSES that relate to service models. The namespace contains the types NECESSARY for BUILDING WCF services and CLIENT applications. |
|