What is a Windows Service and how does its lifecycle differ
from a "standard" EXE?
Answer Posted / swapna
Windows service is a application that runs in the
background. It is equivalent to a NT service.
The executable created is not a Windows application, and
hence you can't just click and run it .
it needs to be installed as a service, VB.Net has a
facility where we can add an installer to our program and
then use a utility to install the service. Where as this is
not the case with standard exe.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the five stages in a dlx pipeline? : Dot net architecture
server.transfer limitation ?
How can I create a application?
can u give me real example of how web.config overrides the machine.config file?
Explain hard disk and what is its purpose? : .NET Architecture
Explain 'managed' mean in the .NET context
Why am I getting an invalidoperationexception when I serialize an arraylist?
Explain the race around condition? How can it be overcome? : Dot net architecture
4. Wcf- what Asych and Sych call and how that works
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
What is the mesi? : Dot net architecture
Name some changes done since version 3.0?
how to delete the record using data reader
How cache is used? : Dot net architecture
define cache memory? : Dot net architecture