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 is xaml? Are xaml file compiled or built on runtime?
Which object wraps the state or data of a user?
What parameters can you pass in the url of the api? Can get and post use the same url?
What are the Types of state management techniques
How to sign out from forms authentication?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What is use of Master Page in ASP.NET web pages?
What does asp in asp.net stand for?
If 200 is for all successful operation then why do we have 201 response codes?
What is the use of web.config file?
Explain asp.net web forms.
Difference between response.redirect and server.transfer?
How Session outproc in Sqlserver stored?
What is a url string?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?