Describe the start-up process for a Windows service.
Answer / 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 |
Explain cas (code access security)?
Why do we use msmq?
What are nullable types in .NET
0 Answers TryTechnicals Pvt Ltd,
What is your observations between vb.net and vc#.net?
How do you view the methods and members of a dll?
What is SOAP? How you will do windows and forms authentication?
Explain different types of cookies in .NET?
what is object lock?
What relationship is between a process, application domain, and application?
Integer & struct are value types or reference types in .NET?
What is .net and why it is used?
Explain the difference between managed and unmanaged code?