What is three major points in WCF?
Interview question and answer by:
Majith | Posted on: 9/7/2009 | Category:
WCF Interview questions | Views: 6364 |
Answer:
We Should remember ABC.
Address --- Specifies the location of the service which will be like http://Myserver/MyService.Clients will use this location to communicate with our service.
Binding --- Specifies how the two paries will communicate in term of transport and encoding and protocols
Contract --- Specifies the interface between client and the server.It's a simple interface with some attribute.
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: