What?s different about a Windows service as compared to a
regular application?



What?s different about a Windows service as compared to a regular application?..

Answer / swapna

Windows services must support the interface of the Service
Control Manager (SCM). A Windows service must be installed
in the Windows service database before it can be launched.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Explain what is reflection in microsoft .net context?

0 Answers  


What is Finalizer in .NET define Dispose and Finalize ?

0 Answers   MCN Solutions,


DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12

3 Answers  


What application do you use to install a Windows service?

1 Answers  


Explain me how does linq work?

0 Answers  






Please send me the latest asp.net,c#,sql server interview questions .my email id is ramtryin@gmail.com

1 Answers  


What is exception handling?

1 Answers   Amazon,


What are the different parts of an Assembly in .Net?

1 Answers  


Can I write il programs directly?

0 Answers  


How to customize the trace output?

0 Answers  


Explain about .NET services?

0 Answers  


What is the base class of Button control?

2 Answers  


Categories