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 |
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?
WHAT IS .net
Explain the difference between the while and for loop.
Write the .net syntax for 'while loop'?
Give an example for setter/ write-only methods
What is Assembly manifest? what all details the assembly manifest will contain.
What is STA in .NET?
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
How you apply a theme in whole application in .Net?
Explain what is the difference between constants and read-only variables?
what is event inheritance and event delegation?