Buy Questpond's video subscriptions on
huge discount
.
Online: 7578
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 ...
Describe the start-up process for a Windows service.
Posted by
deccansoft
on 9/23/2010 | Category:
C# Interview questions
| Views: 1792
Main()is executed to create an instance of a Web service, then Run() to
launch it, then OnStart() from within the instance is executed.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
Will the windows service continue to execute, if t ...
Next question > :
What application do you use to install a Windows s ...
Comments or Responses
Login to post response
More Interview Questions
What application do you use to install a Windows service
I want to write a Windows service that cannot be paused, only started ...
How can you see which services are running on a Windows box
So basically a Windows service application is just another executable? ...
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 ...