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 |
What is typical about a windows process in regards to memory allocation in .net?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
How does cas works?
How viewstate is being formed and how it is stored on client in .net?
How do you define the lease of the object?
Types of JIT and what is econo-JIT ?
Explain can 2 different applications use the same dll in gac at the same time?
What is boxing?
Integer & struct are value types or reference types in .NET?
Explain what is the difference between a class and an object, and how do these terms relate to each other?
What?s the Unix name for a Windows service equivalent?
Explain what do the terms “boxing” and “unboxing” mean?