What is a Windows Service and how does its lifecycle differ
from a "standard" EXE?

Answers were Sorted based on User's Feedback



What is a Windows Service and how does its lifecycle differ from a "standard" EXE?..

Answer / 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

What is a Windows Service and how does its lifecycle differ from a "standard" EXE?..

Answer / 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

More Dot Net AllOther Interview Questions

Define domestic architecture artifacts? : Dot net architecture

0 Answers  


inprocess vs out process session state : Dot net architecture

0 Answers  


State the different levels of exceptional safety?

0 Answers  


how to use custom field validation

0 Answers   PCS, Prithvi,


What is the difference between machine config vs. Web config : Dot net architecture

0 Answers  






How can i create only one instance of class and thus doesn't allow creating any more instances?

1 Answers  


What is Ienumerable

1 Answers  


how do create a repeater

3 Answers  


What are different types that a variable can be defined and their scopes ?

0 Answers  


Explain about appdomains?

0 Answers  


What re interop services?

0 Answers  


What is cache coherency and how is it eliminated? : Dot net architecture

0 Answers  


Categories