Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is a Windows Service and how does its lifecycle differ
from a "standard" EXE?

Answers were Sorted based on User's Feedback



What is a Windows Service and how does its lifecycle differ from a "standard" EXE?..

Answer / 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

What is a Windows Service and how does its lifecycle differ from a "standard" EXE?..

Answer / 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

More Dot Net AllOther Interview Questions

What is the difference between a web custom control,web user control and a web part.

1 Answers   247Customer,


what is web service?

1 Answers  


Explain the difference between inprocess vs out process session state : Dot net architecture

0 Answers  


server.transfer limitation ?

0 Answers  


What is .net mobile input validation. Explain with an example? : Microsoft dot net mobile

0 Answers  


What is .net viewstate?

0 Answers  


Explain about cookie less session state? : .NET Architecture

0 Answers  


Explain difference between state server and sqlserver? : .NET Architecture

0 Answers  


Explain the types of memory management? : Dot net architecture

0 Answers  


what are the events for a form?

0 Answers   Six Sigma,


How to delete the duplicate records from table(having bulk records)?

4 Answers   BV, iGate,


What are the new features of .net 2.0?

0 Answers  


Categories