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
How do we access crystal reports in .net?
Explain about the features and elements present in Visual studio.NET IDE?
What is func in .net 3.5?
Explain about .net assemblies?
Is .net capable of supporting multi-thread?
How to convert a .NET object into COM operabililty?
What is the difference between asp.net & vb.net and explain architecture?
What are the security policy levels in .Net
What is STA in .NET?
What is the purpose of enumerable class in .net?
What is the difference between task and thread in .net?
What is static constructor, when it will be fired?
what is the keyword used for self reference?
What do you mean by Driver Script?
Please tell us what is the difference between override and overload in a method?