Please tell me what is the use of web services.
Thanks in advance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Jan 14, 2012, 12:30 AM
Web services are components on a Web server that a client application can call by making HTTP requests across the Web. ASP.NET enables you to create custom Web services or to use built-in application services, and to call these services from any client application.
Please refer the below link
http://www.codeproject.com/KB/webservices/aspwebsvr.aspx
Thanks
Datta KharadPosted Jan 14, 2012, 12:55 AM
You can refer this link:-
http://dotnetguts.blogspot.com/2007/09/all-about-web-service-in-net.html
Prabhu RajaPosted Jan 14, 2012, 12:08 AM
You can Read our Recommended Articles .
And Web services are software-powered resources or functional components whose capabilities can be accessed at an internet URI. Standards-based web services use XML to interact with each other, which allows them to link up on demand using loose coupling.
Hope this Article will help you
http://www.c-sharpcorner.com/UploadFile/john_charles/The_evolution_of_Web_Services_and_NET06062006155147PM/The_evolution_of_Web_Services_and_NET.aspx
If this post helps you, then mark as "Correct Answer" Thank You