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
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
Explain Singleton design pattern in .net
what are the fundamental and common properties of .net controls?
What is application frame host?
Can you Explain
What are the main Tools to develop .Net Application?
Explain pipelining? : Dot net architecture
12. Types of polymorphisem[Run and Design Exp.]
What is .net mobile lists. : Microsoft dot net mobile
What are the important principles of soa (service oriented architecture)?
How to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
What is biginteger and when would you use that?
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
can u give me real example of how web.config overrides the machine.config file?
What is the use of CLR in .NET?