Buy Questpond's video subscriptions on
huge discount
.
Online: 7605
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
>
C#
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
So basically a Windows service application is just another executable? What’s different about a Windows service as compared to a regular application
Posted by
deccansoft
on 9/23/2010 | Category:
C# Interview questions
| Views: 2115
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.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
How can you see which services are running on a Wi ...
Next question > :
How do you give a Windows service specific permiss ...
Comments or Responses
Login to post response
More Interview Questions
How do you give a Windows service specific permissions
What does SCM do
How is development of a Windows service different from a Windows Forms ...
How do you handle Start, Pause, Continue and Stop calls from SCM withi ...
The debugging window we use to execute some statements in break point ...
The debugging window we use for reverse tracing of functions executed
Methods in Debug and trace class ___________
What are three test cases you should go through in unit testing