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

What do you mean by authentication?

0 Answers  


What are the file extensions for razor views?

0 Answers   NA,


Where do you store the information about the user?s locale?

2 Answers  


What is the difference between web config and machine config files?

0 Answers  


What are different templates available in Repeater,DataList and Datagrid ?

1 Answers  






Explain the use of duration attribute of @outputcache page directive.

0 Answers  


What are the advantages of passport authentication?

0 Answers  


Who will magage un-managed code?

7 Answers   HP,


How do you relate an aspx page with its code behind Page?

2 Answers   Accenture,


About CLR, reflection and assemblies?

0 Answers   Microsoft,


What is parse in asp.net?

0 Answers  


what are the files used in asp .net

1 Answers  


Categories