Buy Questpond's video subscriptions on
huge discount
.
Online: 7556
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 ...
How is development of a Windows service different from a Windows Forms application
Posted by
deccansoft
on 9/23/2010 | Category:
C# Interview questions
| Views: 2020
A
Windows service typically does not have a user interface, it supports a
set of commands and can have a GUI that’s built later to allow for
easier access to those commands.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
What does SCM do
Next question > :
How do you handle Start, Pause, Continue and Stop ...
Comments or Responses
Login to post response
More Interview Questions
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
How do you debug an ASP.NET Web application
Why are there five tracing levels in System.Diagnostics.TraceSwitcher
What’s the difference between the Debug class and Trace class