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
Explain when should you use .net web forms over asp.net mvc?
What is .net and .net framework?
What is managed code execution?
Will it go to finally block if there is no exception happened?
In code behind class, name the type of code found. Is it the server side code or client side code?
What is file extension of Webservices in .Net?
Explain the difference between vb and vb.net?
Explain about the features and elements present in Visual studio.NET IDE?
Do you know the difference between the stack and the heap?
How can I tell if .net 3.5 is installed?
Is .net front end or backend?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
Explain code access security.
Explain dataset.acceptchanges and dataadapter.update methods in .net?
What is Finalizer in .NET define Dispose and Finalize ?