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

ctype(123.34,integer) - should it throw an error? Why or why not?

1 Answers   Wipro,


What is meant by globalization and localization?

0 Answers  


Explain the garbage collection process?

0 Answers  


What is .net standard?

0 Answers  


How does the .NET framework work?

1 Answers  






Please explain what are an object and a class?

0 Answers  


Can you configure a .NET Remoting object via XML file?

1 Answers  


What tools can I use to develop .net applications?

0 Answers  


What is the root class in .net?

0 Answers  


Explain about the Common Language Runtime?

0 Answers  


how we can capture the value in textbox when selectedvluechanged event of gridview is fired

1 Answers  


What are an object and a class?

0 Answers  


Categories