Describe the start-up process for a Windows service.
Answer Posted / swapna
Main() is executed to create an instance of a Web service,
then Run() to launch it, then OnStart() from within the
instance is executed
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Please explain what do the terms “boxing” and “unboxing” mean?
Explain the process of compilation in .NET?
Should I implement finalize on my class? Should I implement idisposable?
How many design patterns can be created in .net?
Please explain what is the difference between encrypting a password and applying a hashing?
Please explain what is reflection and what is it for?
I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?
Explain how to load the contents of an xml file into an xmldocument object?
Compare & contrast rich client (smart clients or windows-based) & browser-based web application
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
What is Code group in .Net with respect to CAS
What's the problem with .net generics?
Difference between abstract class and interface in .net?
How many types of transactions are there in com + .net ?
How to get the number after decimal point in .net?