Why DLL files are needed. & how They are Created in DOTNET?
Answer Posted / 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 View All Answers
Explain the different types of proxy patterns?
What are the new features in .net core?
What is the use of common language runtime?
Explain what relationship is between a process, application domain, and application?
What is meant by localization?
What is deferred execution vs. Immediate execution in linq?
What is namespace in .net?
What makes .net core cross platform?
Is there built-in support for tracing?
What are the advantages of .net core?
How is .net core cross platform?
What is garbage collection in .net? Explain the garbage collection process?
What does mean by .net framework?
How do you generate a strong name?
Explain asp.net?