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 |
What is smpte vc-1?
how to convert varchar into datatype int............. in ASP
How do you use viewstate?
what is advantage of developing in asp.net.why the same can't be developed in Java or other web developemnt tool.what are advantages of developers.
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
I have to send data throug querystring from one page to another. But it should not be displayed in URL. How it is possible?
What is preprocessor in .net and type, where it use?
Name and describe some HTTP Status Codes and what they express to the requesting client ?
In try catch blocks one is normal catch block and another is sqlcatchexception block
difference between <connectionstring> <Appsetting>
After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.
Can you set which type of comparison you want to perform by the comparevalidator control?
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)