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 |
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
Explain what is the difference between a class and an object, and how do these terms relate to each other?
What is model-view -controller Architecture?
Which Security Algorithm used to encrypt the data? a) DES b)RC2 c)Triple DES d)All the above
What is the difference between imperative and interrogative code?
Please explain what do the terms “boxing” and “unboxing” mean?
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 ?
How do you start, pause, continue or stop a Windows service off the command line?
Please explain what is the .net framework and how does it work?
Please send me the latest asp.net,c#,sql server interview questions .my email id is ramtryin@gmail.com
What is CLR? How it will work?
What is MSIL, IL, CTS?