What is service contract

Answers were Sorted based on User's Feedback



What is service contract..

Answer / amrita

service contract is an attribute of WCF.it specifies that
which interface will be exposed to the WCF object.

Is This Answer Correct ?    1 Yes 0 No

What is service contract..

Answer / ravi

Service contract is the name of the attribute which is
applied to an interface in a WCF service.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Can you explain template pattern?

0 Answers   QuestPond,


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


Define multicast c# delegate?

0 Answers  


What is a dictionary in c#?

0 Answers  


What do you mean by directing?

0 Answers  






What is this keyword in C#?

0 Answers  


What do you know about WM_CHAR message?

0 Answers   C DAC,


Explain the functionalities of satellite assembly?

0 Answers   Siebel,


Can an Assembly have multiple versions

13 Answers   TCS,


What?s the difference between the System.Array.CopyTo() and System.Array.Clone()?

3 Answers  


1. Describe page life cycle?

0 Answers   Mphasis, Steria,


What is the difference between as and is operators in c#?

0 Answers  


Categories