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 different about namespace declaration when comparing that to package declaration in java?
I want to create a project like google maps how can we do that with atlas?
How to upload in video,mp4,in .net 4.5 ..?
What is the difference between an application and a program?
What is cookie less session?
what is the difference between running an application with and without debugger?
server.transfer limitation ?
Explain the purpose of cache? : Dot net architecture
Explain about common language infrastructure?
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.
What is .net mobile input validation. Explain with an example? : Microsoft dot net mobile
What is one way operation?
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
Can you explain control extenders?
Name some changes done since version 3.0?