Why DLL files are needed. & how They are Created in DOTNET?
Answer Posted / 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 |
Post New Answer View All Answers
Can you write a class without specifying namespace?
Do you know what is the difference between an abstract class and an interface?
What is gac in .net?
What is the use of UML in .Net
Please explain what is heap and what is stack?
If any body working in Infosys, please can u give me the referense to that company because i hered that their is openings for freshers with referal..
What is reflection in microsoft .net context?
Explain why do we use the “using” statement?
What is .net3.5?
Explain what inheritance is, and why it's important?
How to create a key pair in .net?
Conceptually, what is the difference between early-binding and late-binding?
Where does the gac exist ?
Please explain what is reflection and what is it for?
Why did they call it .net?