What is a DLL?
Dynamic Link Library (DLL) is a library that consists of code that needs to be hidden. The code is encapsulated inside this library. An application can consist of many DLLs which can be shared with the other programs and applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain why do we use msmq?
Can "this" be used within a static method?
How do you start, pause, continue or stop a Windows service off the command line?
Explain what is immutability, what is it for and how is it codified?
What is the difference between constants and read-only variables?
Tell us what is json data, and what is one way that .net developers can work with json?
How to get the hostname or IP address of the server?
What is the need of OLE-automation?
what is the default security setting in .net?
Explain the difference between the while and for loop.
Difference between VB.NET and C#. Which is faster ?
Explain what are possible implementations of distributed applications in .net?