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 |
How Garbage Collector (GC) Works?
Please explain what do the terms “boxing” and “unboxing” mean?
How do you start, pause, continue or stop a Windows service off the command line?
What is class library in .net
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
what user controls are and what server controls are and the differences between the two.
What is static constructor, when it will be fired? And what is its use?
what is assembly?
What is the managed and unmanaged code in .net?
What's the use of system.diagnostics.process class in .net?
How you apply a theme in whole application in .Net?
Explain how to produce an assembly?