what are the differences between windows services and web
services?
Answer Posted / rajesh kumar
Window services is a long running executable application
with is run in its own window session.Window services have
the ability to start when the computers boot and it can
manually handled.We can Manulay start,stop,pause window
services.
Webservices is a business logic Components which provide
functionalatily via internet.The funcanality provided by
Webservice can be used by any application irrespective of
the progamming langauge,Hardware platform and Operating
System on it is running.Webservice uses SOAP in ordr to
Expaose the Business Funcationality to world.
| Is This Answer Correct ? | 44 Yes | 2 No |
Post New Answer View All Answers
What is http protocol and how it works?
How to use multiple scriptmanager controls in a web page?
What is Web API Routing?
What is Forms Authentication in ASP.NET?
What kind of data we can store in viewstate?
To display data in a Repeater control which template you provide?
If 200 is for all successful operation then why do we have 201 response codes?
What is enableviewstate?
What kind of programming language is ASP.NET?
What are the media types of http requests and response?
Differentiate between structure and class.
What is difference between asp.net and asp?
How does u call and execute a sp in .net?
What are the cookies types in asp.net?
Explain significance of routing? : asp.net mvc