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 protected configuration?
Describe how ASP.NET maintains process isolation for each Web application?
What are the differences between the response.write() and response.output.write()?
Does web services support data reader like pom project?
What is the server of asp.net?
14. What are your Future Plans for Swatz Oils GROUP U.K?
How to Insert/Add in ASPXgridview
Differentiate between a page theme and a global theme?
What is a pixel url?
What is a server cookie?
Is asp.net outdated?
What is caching in asp.net?
Where do we store our connection string in asp.net application?
What is the use of the tag in the web.config file?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?