what are the differences between windows services and web
services?
Answer Posted / shubham
A Windows service is an application that runs without a user
being logged into the system, usually to process some data
on the machine that needs no user intervention to work with.
A Web service is a website that, when contacted, returns XML
(typically) in one of several standard formats for the
service consumer to process.
One can't be substituted for the other. They are
fundamentally different.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
what are the security certificates used in webservices?
What is the meaning of TestApi?
What are the elements of a website?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What is a 307 redirect?
What is advantage of asp.net?
How do you hide the columns?
Why we use content place holder in asp.net?
What is session state server?
What is asp.net architecture?
How do I use response redirect?
Define xmlvalidatingreader class.
Why we are using mvc instead of asp.net? : Asp.Net MVC
How would you get asp.net running in apache web servers?
What is routing in MVC?