When developing a Windows service for .NET, which namespace
do you typically look in for required classes?
Answer Posted / swapna
System.ServiceProcess. The classes are ServiceBase,
ServiceProcessInstaller, ServiceInstaller and
ServiceController
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is the difference between web application and enterprise application?
What is view state in .net?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?
When a Static Constructor called in .NET?
How to instantiate a delegate?
Do you know what is linq?
What is an exe and a dll?
What is the difference between response.redirect & server.transfer?
Difference between class and interface in .net?
Explain what is an anonymous method and how is it different from a lambda expression?
What is the difference between boxing and unboxing?
Explain cas (code access security)?
Explain what are possible implementations of distributed applications in .net?
What is STA in .NET?
Explain code access security.