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

Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?

0 Answers  


Explain what is the difference between a class and an object, and how do these terms relate to each other?

0 Answers  


What is model-view -controller Architecture?

1 Answers  


Which Security Algorithm used to encrypt the data? a) DES b)RC2 c)Triple DES d)All the above

1 Answers   CTS, Value Labs,


What is the difference between imperative and interrogative code?

0 Answers  


Please explain what do the terms “boxing” and “unboxing” mean?

0 Answers  


I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?

0 Answers  


How do you start, pause, continue or stop a Windows service off the command line?

1 Answers  


Please explain what is the .net framework and how does it work?

0 Answers  


Please send me the latest asp.net,c#,sql server interview questions .my email id is ramtryin@gmail.com

1 Answers  


What is CLR? How it will work?

3 Answers   NeoSoft,


What is MSIL, IL, CTS?

3 Answers  


Categories