When developing a Windows service for .NET, which namespace
do you typically look in for required classes?



When developing a Windows service for .NET, which namespace do you typically look in for required ..

Answer / swapna

System.ServiceProcess. The classes are ServiceBase,
ServiceProcessInstaller, ServiceInstaller and
ServiceController

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Explain constructor.

2 Answers   Wipro,


What relationship is between a process, application domain, and application?

1 Answers  


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  


Dynamic Fonts

1 Answers  


What is an Exception? How many exceptions exist in Dot net and explain them?

2 Answers   CSC, TCS,


What is singleton activation mode in .net?

1 Answers  


what is dotnet architecture? can anyone explain that.

2 Answers  


What is the use of trace utility?

1 Answers  


What is the difference between odbc and ado?

1 Answers  


can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?

1 Answers  


Difference between machine.config and web.config?

1 Answers  


How do you turn off cookies for one page in your site?

3 Answers   Siebel Systems,


Categories