What is three major points in WCF?
Answers were Sorted based on User's Feedback
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 |
Answer / rakesh kumar prasad
<1.> Address
<2.> Binding
<3.> Contract
Is This Answer Correct ? | 109 Yes | 3 No |
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 |
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 |
Answer / ranjithkumar
wcf combination for functionality from asp.net web
service,remoting,message queuing,enterprise service.
Is This Answer Correct ? | 7 Yes | 6 No |
What is web api and why to use it?
Life cycle of ASP.NET page when a request is made ?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What threading model used in asp and asp.net?
hi everyone. can anyone send me wipro interview questions on .net. plz its urgent
How do you change the session time-out value?
0 Answers TryTechnicals Pvt Ltd,
Why would anyone need to implement their own hashtable or linked list?
What is Virtual path in ASP.Net
What is Cookies Less Session?
Explain Areas in MVC?
what is wwf in asp.net?
How to use class library reference in asp.net project? Can you give me the example with source Class library haves classes like Database, insert, update, delete, reflection how can i use the database class connection in insert class to insert the record in to the Main Project in asp.net.