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 |
What is "common language runtime" (clr) in .net?
How can you turn-on and turn-off cas?
Why inheritance is important?
Which namespace does it belong to by default?
What are the differences between an interface and an abstract class in .net?
Please explain what inheritance is, and why it's important?
you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.
Dot Net is Platform Independent or Platform Dependent..?
What tools is used to develop .NET applications?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
What is Ajax? How it is related to your project?
How is a property designated as read-only?