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
How can we register exception filter from the action?
Explain difference betn dataset and recordset?
What is the use of placeholder control?
What is asp net application object?
IN an ASP.NET Web application if there is any error, how can you debug?
Explain Session state management options in ASP.NET.
What is the difference between custom web user control and a custom web server control?
State differences between MVC and WebAPI
What are standard controls?
What are the security types in asp.net?
Where the viewstate is stored after the page postback?
What are custom controls?
Which dll handles the request of .aspx page?
What is a 307 redirect?
How to disable disable browser's Back button in asp.net (JavaScript)?