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

What is a Windows Service?



Posted By: Avi Date: 22 August 2009 07:30:20 AM
 Answer:

A windows service is an application that started when windows is booted and runs in background as long as windows running. it is very close concept of unix daeomn.


Posted By: eTechPlanet


Date: 22 August 2009 07:30:20 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image fvPQtz
Related Questions
.Net Framework : What is attribute?

What is attribute?

Attributes add metadata to the program. You can query them using reflection.
Category: .Net Framework Date: 10/15/2010 5:23:49 AM
.Net Framework : What namespace provides access to GDI+?

What namespace provides access to GDI+?

System.Drawing
Category: .Net Framework Date: 10/15/2010 3:28:48 AM
.Net Framework : What is CultureInfo class?

What is CultureInfo class?

CultureInfo class provides various information about a specific culture like writing system, calenda....
Category: .Net Framework Date: 10/15/2010 2:36:49 AM
.Net Framework : What is exception?

What is exception?

exception represents errors that occurred during application execution
Category: .Net Framework Date: 10/15/2010 12:51:48 AM
.Net Framework : What is sealed class?

What is sealed class?

Another class cannot e derived from this class.
Category: .Net Framework Date: 10/15/2010 12:41:48 AM