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
Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile
Define a managed code? : Dot net architecture
Explain dotnet framework ?
Is .net easier than java?
What are library functions?
how to change the title of my window?
Why the config file might not be writable
What is one way operation?
Explain difference between machine config vs. Web config? : .NET Architecture
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 on hardware that converts the ascii value to binary? : .NET Architecture
What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?
What is the .net class that allows the retrieval of a data element using a unique key?
How does .net mobile work? : Microsoft dot net mobile
What is new in the .net 2.0 class library?
What is the cli? Is it the same as the clr?