Understanding and developing web services

Posted by Pankaj Upadhyay on Programmers See other posts from Programmers or by Pankaj Upadhyay
Published on 2011-11-26T06:26:31Z Indexed on 2011/11/26 10:23 UTC
Read the original article Hit count: 499

Filed under:
|
|

This question is in conjuction with How would you approach developing a Hotel Reservation System?

The solution to a system with different interfaces(or clients i should say) is to go with developing a Web service and have other systems interact with it.

I never had the requirement for developing a Web service so i am bit short on it. All i understand is that A web service is a system or application that performs some operations which may include modifying, sending or receiving data over a network using HTTP protocol. (Let me know if the understanding is wrong)

Now, from the other question it's clearly understood that i need to develop a web service but i have no idea as to how should i go about it. My language of choice is C# and .NET Framework.

Question:: How do we develop a webservice and which tools,technology and framework should i use for the same using C# language??

Question:: How can i interact with this from a desktop WPF application, Website and Mobile app

© Programmers or respective owner

Related posts about c#

Related posts about .NET