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

which methos do you invoke on the dataadapter control to load your generated dataset with data?

0 Answers  


What is the difference between vb.net and vc#.net?

0 Answers  


What are the different types of memory in .net?

0 Answers  


Explain how garbage collection works?

0 Answers  


Explain me why do we use msmq?

0 Answers  






What is the purpose of delegates in .net?

2 Answers  


What is 3 tier architecture?

0 Answers  


Explain how com+ related to the dna architecture?

0 Answers  


How do you instantiate a complex number?

0 Answers  


What is Flyout Design Pattern in .NET?

0 Answers   Petranics Solutions,


What is meant fulltrust?

1 Answers  


How is threading done in .net?

0 Answers  


Categories