Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is a Windows Service and how does its life cycle differ
from a standard EXE?

Answers were Sorted based on User's Feedback



What is a Windows Service and how does its life cycle differ from a standard EXE?..

Answer / 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

What is a Windows Service and how does its life cycle differ from a standard EXE?..

Answer / lavanya

Windows services starts automatically whenever our system
starts.
windows services runs on a particular port

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

hi all, can we sort the data set without using the gridview sort method

1 Answers   CGI,


How can you pass multiple complex types in Web API?

0 Answers  


Usage of web.config?

2 Answers   Microsoft,


What is the syntax for datagrid and specifying columns ?

2 Answers   Microsoft,


Can session variables be accessed from code-behind?

2 Answers   Microsoft, RMS,


What is in a session cookie?

0 Answers  


How do I send an email message from my ASP.NET page?

0 Answers  


What is asp.net and its advantages?

0 Answers  


What's the use of response.output.write()?

0 Answers  


What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?

4 Answers  


How can you apply a theme to your asp.net application?

0 Answers  


What is localization and Globalization?

3 Answers  


Categories