what is web services in C#.net?
I need a explanation with example.
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.
Kirtan PatelPosted Oct 30, 2009, 3:19 PM
Instead of Reading all this long articles i Will Simply Explain you what is Web Service in C# and Why it is used :)
Web Service is Special Kind Of Computer Code that is Implemented on Any Web Server Which Retrieve the Data From Database and Give it to Requester of Data ...
Now you will have Question "We can have database also to get data Directly from web server then why web service ????
well , Database 's Data Can be retrieved by only specific kind of Computer OS Like if We Use SQL Server Database
then if Requesting Computer is Unix then it will difficulty to get data from Windows Machine that contains the SQL Server Database because the Unix Machine Dont know what is SQL Server ..
so WebService Transfer the data in Format which is understandable by all Type of OS (Unix,Windows,Solaris ...etc )
it transfers data in XML Document Format ...so Every type of Computer can use the Data which is in Database :)
:)
if my answer Helped you to understand Web Service in C# then Check "Do you like this answer" :)
Posted Oct 30, 2009, 2:41 PM
Hope it helps.
http://oreilly.com/catalog/prognetws/chapter/ch02.html
http://www.codeproject.com/KB/webservices/aspwebsvr.aspx
http://www.15seconds.com/Issue/010430.htm