What is a web service in c#?



What is a web service in c#?..

Answer / Mintoo Singh

A web service in C# is a software system designed to support interoperable machine-to-machine interaction over a network. It follows the XML-based protocols, such as SOAP and REST, for exchanging structured information.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is use of singleton class in c#?

1 Answers  


What are the main reasons to use c# language?

1 Answers  


What are the types in c#?

1 Answers  


What is inline function in c#?

1 Answers  


Why to use lock statement in c#?

1 Answers  


What is difference between ienumerable and iqueryable in c#?

1 Answers  


What is short circuit logical evaluation?

1 Answers   TCS,


Why References are stored on heap and variables on stack?

1 Answers   MCN Solutions,


Why do we use static class in c#?

1 Answers  


What is thread and explain states of a thread in c#?

1 Answers  


Can we extend static class in c#?

1 Answers  


Can we set image Source dynamically using C# in WPF application?

1 Answers   Tech Mahindra,


Categories