Answer Posted / nithya_raghu
Service Contract --- Specifies the description of methods
which our service will provide to consuming application.
For WCF to identify contracts for the service,We need to
use a interface/class with [ServiceContract] attribute.
In WCF we can do interface/Class level programming.
Operation Contract --- We need to expose some methods to
consuming application to use our services.Those methods
will have [OperationContract] attribute. Making them public
will not make them accessible from outside.
So OperationContract Specifies the methods can be
accessible from outside.
| Is This Answer Correct ? | 14 Yes | 6 No |
Post New Answer View All Answers
Explain State management in asp.net
What permissions do asp.net applications posses by default?
Explain how to prepare culture-specific formatting in .net.
List of words of preprocessor in .net?
What is the difference between file-based dependency and key-based dependency?
what is meant by sitemapnode ?
Explain about Application and Session Events ?
What is round trip in asp.net?
What is the significance of proxy user?
What is the function of new view engine in asp.net? : asp.net mvc
Describe the difference between inline and code behind - which is best in a?
What is validation in asp.net?
How can we communicate with each server in N-tier Architecture? and what are the methods?
Describe how ASP.NET maintains process isolation for each Web application?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?