What is three major points in WCF?

Answers were Sorted based on User's Feedback



What is three major points in WCF?..

Answer / nithya_raghu

1) Address --- Specifies the location of the service which
will be like http://Myserver/MyService.Clients will use
this location to communicate with our service.

2)Contract --- Specifies the interface between client and
the server.It's a simple interface with some attribute.

3)Binding --- Specifies how the two paries will communicate
in term of transport and encoding and protocols.

Is This Answer Correct ?    181 Yes 10 No

What is three major points in WCF?..

Answer / rakesh kumar prasad

<1.> Address
<2.> Binding
<3.> Contract

Is This Answer Correct ?    109 Yes 3 No

What is three major points in WCF?..

Answer / gouranga

1) Address --- Specifies the location of the service which
will be like http://Myserver/MyService.Clients will use
this location to communicate with our service.

2)Contract --- Specifies the interface between client and
the server.It's a simple interface with some attribute.

3)Binding --- Specifies how the two paries will communicate
in term of transport and encoding and protocols.

Is This Answer Correct ?    78 Yes 3 No

What is three major points in WCF?..

Answer / kalpen

ABC

A: Addressing
B: Binding
C: Contract

Is This Answer Correct ?    48 Yes 6 No

What is three major points in WCF?..

Answer / vairajeff

---Addressing
---Binding
---Contract

Is This Answer Correct ?    39 Yes 3 No

What is three major points in WCF?..

Answer / vikrant

address
Contract
Binding

Is This Answer Correct ?    21 Yes 2 No

What is three major points in WCF?..

Answer / rups

WCF is Protocal independent

Is This Answer Correct ?    17 Yes 6 No

What is three major points in WCF?..

Answer / manvendra singh

1 SOA Easy Implimentation
2 Multiple Technice Support
(MSMQ, Remoting, Web Service, .EXE)
3 Easy to deploy and use

Is This Answer Correct ?    51 Yes 46 No

What is three major points in WCF?..

Answer / ranjithkumar

wcf combination for functionality from asp.net web
service,remoting,message queuing,enterprise service.

Is This Answer Correct ?    7 Yes 6 No

Post New Answer

More ASP.NET Interview Questions

What is bound controls

0 Answers   MCN Solutions,


Urgent requirement of .NET in CMMI Level3 COmpany Pune

0 Answers  


You create an assembly to access data in a relational database. This assembly will be used by several ASP.NET applications on your Web server. You need to ensure that all your applications can access the assembly. Which two actions should you take (Each Answer: presents part of the solution.)? (Choose two) A . Run the Assembly Registration tool (Regasm.exe). B . Run the String Name tool (Sn.exe). C . Run the Installer tool (Intallutil.exe). D . Run the Global Assembly Cache tool (Gacutil.exe).

6 Answers   CPCL, Syntax Softtech,


Which tools of web site Administartion tool do you use to manage user,roles and rules?

2 Answers  


What?s a bubbled event?

6 Answers   Visual Soft,






What does asp stand for in asp.net?

0 Answers  


Which of the following .NET framework supports Web API?

0 Answers  


How many Controls present in Asp dot net?

7 Answers   TCS,


What is http session state?

0 Answers  


how to use html code in asp source code?

1 Answers  


What are the differences between Trace and Debug?

2 Answers   Accenture,


What is an application domain?

2 Answers   Microsoft,


Categories