What is a Windows Service and how does its lifecycle differ
from a "standard" EXE?
Answer Posted / waqas
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is .net transaction?
Define a managed code? : Dot net architecture
How can I write my own .NET host?
Explain about developer benefit from memory management?
what are the events for a form?
question related to table havi colspan and row span
What is .net mobile lists. : Microsoft dot net mobile
Explain write back and write through caches? : .NET Architecture
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
What is code access security (cas)?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
how to make and display a form without title bar?
Explain How to improve the cache performance? : Dot net architecture
Define pipelining? : Dot net architecture
How can we perform data binding in atlas?