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 |
Conceptually, what is the difference between early-binding and late-binding?
Without UDDI, is it possible to access a remote web service ?
1 Answers RR, TCS, Tech Mahindra,
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
Can I write my own .net host?
What is boxing in .NET?
Is .net core stable?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What are the different types of memory in .net?
Explain the top .net class that everything is derived from?
Do you know what is garbage collector?
where are connection strings stored?
Explain can 2 different applications use the same dll in gac at the same time?