What is a Windows Service and how does its life cycle differ
from a standard EXE?
Answers were Sorted based on User's Feedback
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 |
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 |
hi all, can we sort the data set without using the gridview sort method
How can you pass multiple complex types in Web API?
Usage of web.config?
What is the syntax for datagrid and specifying columns ?
Can session variables be accessed from code-behind?
What is in a session cookie?
How do I send an email message from my ASP.NET page?
What is asp.net and its advantages?
What's the use of response.output.write()?
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?
How can you apply a theme to your asp.net application?
What is localization and Globalization?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)