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 is .net mobile input validation. Explain with an example? : Microsoft dot net mobile
What is the mesi? : .NET Architecture
Which software is used for .net programming?
What are the five stages in a dlx pipeline? : Dot net architecture
Why am I getting an invalidoperationexception when I serialize an arraylist?
Explain .net mobile automatic paging? : Microsoft dot net mobile
Difference between type constructor and instance constructor?
Whats new features in Visual Studio 2012?
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 are the new features of .net 2.0?
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile
What are the different pipelining hazards? : Dot net architecture
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 code access security (cas)?
Explain the types of memory management? : .NET Architecture