Why DLL files are needed. & how They are Created in DOTNET?
Answer / satya narayan sahoo
Dll files provides class library which contains
data/objects and functions.Any functions or objects we use
in .Net is defined in the dll.Any code in .Net when we
compile creates a dll or exe.Exe is created for the console
program having main method where the entry point is
defined.We can set the target of a console program if we
want to generate a dll from that.
| Is This Answer Correct ? | 12 Yes | 1 No |
What is the intermediate language between asp and asp.net1.0?
What is the difference between a debug and release build?
What does the "EnableViewState" property do?
How do you turn off cookies for one page in your site? Give an example.
Resource Files: How to use the resource files, how to know which language to use?
What is the use of trace utility?
Explain about Behavioral design pattern?
Explain the .net framework overview?
What is namespaces in .net?
What is the difference between asp.net & vb.net and explain architecture?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
Explain boxing and unboxing in .net.