.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 1893 Page Views: 

What namespaces and classes are typically used to develop Windows Services in .Net?



Posted By: Avi Date: 30 September 2009 07:18:12 AM
 Answer:

Namespace:
1) System.ServiceProcess

Classes:
1) ServiceBase
2) ServiceProcessInstaller
3) ServiceInstaller
4) ServiceController


Posted By: eTechPlanet


Date: 30 September 2009 07:18:12 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image odtLT2
Related Questions
.Net Framework : What namespaces and classes are typically used to develop Windows Services in .Net?

What namespaces and classes are typically used to develop Windows Services in .Net?

Namespace: 1) System.ServiceProcess Classes: 1) ServiceBase 2) ServiceProcessInstaller 3) ServiceIn....
Category: .Net Framework Date: 9/30/2009 7:18:12 AM
.Net Framework : How to register a shared assembly?

How to register a shared assembly?

Following two approaches can be used to register a shared assembly: 1) Open the "C:\WINDOWS\ass....
Category: .Net Framework Date: 9/4/2009 7:14:27 AM
.Net Framework : What is a strong name in .Net?

What is a strong name in .Net?

A strong name includes the name of the assembly, version number, culture identity, and a public key ....
Category: .Net Framework Date: 8/29/2009 7:39:06 AM
.Net Framework : What is a satellite assembly in .Net?

What is a satellite assembly in .Net?

Shared assembly contains resources specific to a given language/culture. Using satellite assemblies,....
Category: .Net Framework Date: 8/29/2009 7:33:53 AM
.Net Framework : What is a shared assembly in .Net?

What is a shared assembly in .Net?

A shared assembly is an assembly that is available for use by multiple applications on the computer.....
Category: .Net Framework Date: 8/29/2009 7:24:19 AM