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 is immutability, what is it for and how is it codified?
What is lambda expressions in c#?
What is the procedure to add assemly to gac to make it shared one?
What are Sessions?
What is RPC? What is the use of it?
What is static constructor, when it will be fired?
What method do you use to explicitly kill a users session? How?
diff between forms authentication and windows authentication?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is the single responsibility principle?
what are the controls used to upload a file from client to server?
what user controls are and what server controls are and the differences between the two.