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
Define a managed code? : Dot net architecture
What is the difference between metadata and menifest ?
What is WPF and WCF?
What is the access level of the visibility type internal?
What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?
Different types of authentication modes in .net framework ?
how we can fire event in databound column in datagrid without using button?
Explain cache memory? : .NET Architecture
Explain about validation?
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile
Define an interrupt? : Dot net architecture
readonly syntax ?
Explain about developer benefit from memory management?
What is new in the .net 2.0 class library?