How does windows service lifecycle differ from a .standard. Exe?



How does windows service lifecycle differ from a .standard. Exe?..

Answer / Nilam

A Windows Service runs in the background, starts automatically when the system boots up, and can run even if no user is logged in. It has its own process space and does not have a visible user interface. In contrast, a standard .exe application runs in the foreground, requires manual start-up, and usually has a visible user interface. A Windows Service is managed by the Service Control Manager (SCM), which can perform tasks like starting, stopping, pausing, and continuing the service.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Do you know about caching with the datasource controls?

1 Answers  


How to convert a string into an Integer in ASP.net?

12 Answers  


what is meant by sitemapnode ?

1 Answers   Netsweeper,


How many classes can a single .NET DLL contain?

14 Answers   Siebel Systems,


Differentiate between authentication and authorization.

1 Answers  


What is a web based system?

1 Answers  


State Management (viewstate, session etc)

2 Answers   Syntel,


What is the difference between dynamic SGA and static SGA?

1 Answers   MCN Solutions,


3. What goals do you have in your career?

1 Answers   Swatz Oils,


Explain how cookies work.

1 Answers  


What is web.config file ?

1 Answers  


If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.

1 Answers   Siebel,


Categories