What is a Windows Service and how does its life cycle differ
from a standard EXE?
Answer Posted / summa
Windows service is a application that runs in the
background. It is equivalent to a NT service.
The executable created is not a Windows application, and
hence you can’t just click and run it . it needs to be
installed as a service, VB.Net has a facility where we can
add an installer to our program and then use a utility to
install the service. Where as this is not the case with
standard exe
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between asp & asp.net.
Explain the concept of View Model in MVC?
How we can force all the validation controls to run?
What r the asp.net list controls and diff. Between them?
What is a 404 redirect?
What is difference between mvc and asp.net? : Asp.Net MVC
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What is a user session?
Which is faster union or union all?
What is aspect-oriented programming?
Is global asax mandatory?
What is the difference between session object and application object?
How you can add an event handler?
Explain the significance of routing? : asp.net mvc
How can we Validate a Controls in ASP.NET page using JavaScript?