Why DLL files are needed. & how They are Created in DOTNET?



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

Post New Answer

More Dot Net General Interview Questions

Explain memory-mapped files.

0 Answers  


What are the two kinds of properties.

2 Answers   Wipro,


Tell us what is the difference between struct and class?

0 Answers  


What is the use of immutability?

0 Answers  


Please explain what is the difference between odbc and ado?

0 Answers  






Describe difference between inline and code-behind?

0 Answers  


What is Method Overriding? How to override a function in C#?

1 Answers  


What is the model role in Mvc architecture?

3 Answers  


Types of JIT and what is econo-JIT ?

5 Answers   Hewitt, TCS,


Do I have any control over the garbage collection algorithm?

0 Answers  


What is the use of ErrorProvider Control in .NET?

2 Answers  


Explain the difference between managed and unmanaged code?

0 Answers  


Categories