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 |
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
How to get the hostname or IP address of the server?
What is finalize method in .net?
How will u load dynamic assembly? How will create assemblies at run time?
Explain re-clarification of object based in .net?
What are .net applications?
Explain how do assemblies find each other?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
How to create multiple inheritance in c#, with example?
Please explain what is the difference between odbc and ado?
What are the authentication methods in .net?