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 Help Members By Posting Answers For Below Questions

Why inheritance is important?

565


Write a program to create a user control with name and surname as data members and login as method and also the code to call it.

529


What is Complex Class in .NET?

614


Describe difference between inline and code-behind?

661


What is 3 tier architecture?

586






Is it true that objects don't always get destroyed immediately when the last reference goes away?

577


What is a .net class?

631


What is heap and what is stack?

583


How to load the contents of an xml file into an xmldocument object?

607


What versions of .net are there?

633


What are the differences between an interface and an abstract class in .net?

526


What's typical about a windows process in regards to memory allocation in .net?

585


What is web.config in .net?

595


What is the single responsibility principle?

581


Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?

531