Answer Posted / izetamtechnologies
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 |
Post New Answer View All Answers
How can I get at the win32 api from a .net program?
What are pdbs?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is common language specification (cls)?
Which namespace is used to support multithearding in .NET?
What is connection pooling and how do you make your application use it?
Tell us what is the difference between struct and class?
What is the use of system.diagnostics.process class in .net?
What is the procedure to add assemly to gac to make it shared one?
What is implement a generic action in webapi?
Explain can the validation be done in the server side? Or this can be done only in the client side?
How will you make .NET programs work in Linux ?
What is garbage collection in .net? Explain the garbage collection process?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
What is WSDL? Explain its architecture?