Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is service contract,operation contract?

Answers were Sorted based on User's Feedback



what is service contract,operation contract?..

Answer / 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

what is service contract,operation contract?..

Answer / senthil

This attribute is used to define the method inside
Interface.

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

How does the XmlSerializer work? What ACL permissions does a process using it require?

2 Answers  


Why do we need Sessions?

0 Answers   QuestPond,


How can you display all validation messages in one control?

0 Answers  


What are the types of session in asp.net?

0 Answers  


Define reflection in .net?

0 Answers  


Explain what is viewstate?

0 Answers  


What is _dopostback in asp net?

0 Answers  


.net allows which inheritence

6 Answers   AG Technologies, Samcomm,


How will you load dynamic assembly? How will create assesblies at run time?

0 Answers  


How would you implement inheritance using VB.NET/C#?

3 Answers   Siebel Systems,


Explain the difference between Repeater and Data list control in ASP.NET?

0 Answers  


What are Caching techniques in .NET

0 Answers   Microsoft,


Categories