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

True or False: A Web service can only be written in .NET?

5 Answers  


How many validators do ASP.NET have?

1 Answers   QuestPond,


Is it possible to migrate visual interdev design-time controls to asp.net?

1 Answers  


What is http post and http get?

1 Answers  


What is asp net_sessionid?

1 Answers  


What is .NetFramework?

1 Answers   Syntel,


What is advantage of asp.net?

1 Answers  


What is the use of ASP.NET routing?

1 Answers  


What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

1 Answers  


i want to implement grid view value in paypal site. so how to create this code in asp.net with C#

1 Answers  


List some of the important session state modes of asp.net.

1 Answers  


what is the difference b/w .net 1.1 and 2.0 ?

2 Answers   Polaris,


Categories