What is a Windows Service and how does its lifecycle differ
from a "standard" EXE?
Answer Posted / sweetu
Windows Service applications are long-running applications
that are ideal for use in server environments. The
applications do not have a user interface or produce any
visual output. Any user messages are typically written to
the Windows Event Log. Services can be automatically started
when the computer is booted. They do not require a logged in
user in order to execute and can run under the context of
any user including the system. Windows Services are
controlled through the Service Control Manager where they
can be stopped, paused, and started as needed.
Read more:
http://wiki.answers.com/Q/What_is_a_Windows_Service_and_how_does_its_lifecycle_differ_from_a_standard_EXE#ixzz1H3qoDnz8
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is custom attribute?
How to use ipostback?
What is paging in context of Memory?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is query string?
What is Web API Routing?
If we remove web.config or machine.config from the application then, is this application will works?
List the major built-in objects in asp.net?
Where is session data stored in asp net?
How Can assign alias name for ASP.NET Web API Action?
What is the typical session identifier?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What kind of data can be stored in viewstate?
Define authentication and authorization.