Windows Communication Foundation or WCF

Why did Microsoft develop the Windows Communication Foundation (WCF) technology?

E

Expert

Verified

A portion of the .NET Framework which provides a unified programming model for fast building service-oriented applications that communicate across the web and enterprise.

Microsoft developed the Windows Communication Foundation (WCF) technology for:

•    Unification of the Microsoft’s Distributed Computing Technologies
•    Interoperability with Applications Built on another Technologies
•    Interoperability with Other Web Services Platforms
•    Interoperability through Microsoft’s Pre-WCF Technologies
•    Explicit Support for the Service-Oriented Development

   Related Questions in Programming Languages

  • Q : What is Protected access Protected

    Protected access: Protected access is accessible to a class member prefixed with protected access modifier. This member is accessible to all classes stated within the enclosing package, and any sub-classes expanding the enclosing class.

  • Q : Basic features of OOPs Illustrate the

    Illustrate the basic features of OOPs?

  • Q : Explain If-else statement If-else

    If-else statement: It is a control structure employed to select between performing one of two alternative events.     if(boolean-expression){        // Statem

  • Q : Explain Variable declaration Variable

    Variable declaration: It is the association of a variable with a specific type. It is significant to make a distinction among the declaration of variables of primitive types and such of class types. The variable of primitive type performs as a contain

  • Q : Explain the difference between RAM and

    Explain the difference between RAM and ROM?

  • Q : Explain Untyped Allocations Untyped

    Untyped Allocations: In C/C++ untyped allocations such as malloc, calloc, and realloc can easily be used to create overlays, which again require translation overhead to keep the corresponding non-overlaid objects consistent.

    Q : Determining group ID of new file

    Explain various options available in order to determine the group ID of new file?

  • Q : Explain Downcast with example Explain

    Explain Downcast with example: It is a cast towards an object's dynamic kind - that is, `down' the inheritance hierarchy. For illustration:        // Downcast from Object to String

  • Q : Define Radio buttons Radio buttons : It

    Radio buttons: It is a group of selectable components in which merely one component might be selected. The selection of one of the group that causes the previously chosen component to be deselected.

  • Q : Define the term Mutual recursion Define

    Define the term Mutual recursion: Recursion which outcomes from two methods calling one other recursively.

©TutorsGlobe All rights reserved 2022-2023.