When developing a Windows service for .NET, which namespace
do you typically look in for required classes?
Answer / swapna
System.ServiceProcess. The classes are ServiceBase,
ServiceProcessInstaller, ServiceInstaller and
ServiceController
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain constructor.
What relationship is between a process, application domain, and application?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
Dynamic Fonts
What is an Exception? How many exceptions exist in Dot net and explain them?
What is singleton activation mode in .net?
what is dotnet architecture? can anyone explain that.
What is the use of trace utility?
What is the difference between odbc and ado?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
Difference between machine.config and web.config?
How do you turn off cookies for one page in your site?