Describe the differences between the lifecycles of Windows services and Standard EXE?



Describe the differences between the lifecycles of Windows services and Standard EXE?..

Answer / Awdhesh Kumar

Windows Services have a more robust life cycle compared to a Standard EXE. A Windows service can run in the background without a user interface, be started and stopped manually or automatically by the system, and can survive reboots. In contrast, a Standard EXE requires a user interface and does not automatically restart after a reboot.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Is asp net front end or backend?

1 Answers  


How do I send an email message from my ASP.NET page?

1 Answers  


What is the base class of .NET?

6 Answers  


How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?

1 Answers   CTS,


How would you get ASP.NET running in Apache web servers - why would you even do this?

1 Answers   Siebel Systems,


hi i have a problem regarding to datagrid in aspdotnet.i have a datagrid in my application.i have to place add,edit,delete buttons or links what ever it may be. now the problem is if i click on add button then the page has to redirected to another form called "xyz.aspx" and if i click on edit button the page has to redirected to another form called "abc.aspx".i am phasing the problem that if where ever i click on the datagrid the cursor goes to gv1_SelectedIndexChanged event.please tell me the solution about the code.

4 Answers   Lambent,


What is session start?

1 Answers  


Create the Output by mearging 2 tables and taking common column sid from both you should not use database create table and data in it Randomly table 1 sid sname saddress 1 sa ampt 2 na hyd 3 ha hyd table 2 sid dno dname 1 12 stats 2 23 phy 3 12 stats OutPUt sid sname saddress did dname 1 sa ampt 12 stats 2 na hyd 23 phy 3 ha hyd 12 stats

1 Answers  


Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process?

1 Answers   Patni, Perot Systems, Sedna Technology,


Different type of validation controls in asp.net ?

1 Answers   CTS, Keane India Ltd,


To load your generated dataset with data which method do you invoke?

1 Answers   Siebel,


What is a 401 redirect?

1 Answers  


Categories