What is a Windows Service and how does its life cycle differ
from a standard EXE?

Answers were Sorted based on User's Feedback



What is a Windows Service and how does its life cycle differ from a standard EXE?..

Answer / summa

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 ?    5 Yes 1 No

What is a Windows Service and how does its life cycle differ from a standard EXE?..

Answer / lavanya

Windows services starts automatically whenever our system
starts.
windows services runs on a particular port

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

diff between Server.Transfer() and Server.Execute()

1 Answers  


will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;

1 Answers   Patni,


Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one

1 Answers  


What is sql data source control in asp.net?

0 Answers  


What is .net framework and what are the main components of it?

0 Answers  






code for inserting images into gridview colomns from database

3 Answers   HP,


What does ascx stand for?

0 Answers  


How to retrieve the information from datatable citywise in c#?

2 Answers   HCL,


how to handle sql exceptions?

4 Answers   Marlabs, TCS,


how can we display records in single datagrid using two datasets in different place?

2 Answers   Global Computer, Honeywell,


If you are using components in your application, how can you handle exceptions raised in a component?

0 Answers   Accenture,


What r the page life cycle in asp.net page?

6 Answers  


Categories