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 |
Can you explain what do you understand about web service?
What are possible implementations of distributed applications in .NET?
What is 3 tier architecture?
What is the difference between response.redirect & server.transfer?
How does u handle this COM components developed in other programming languages in .NET?
what are the Goals of the UIP Application Block?
What are the advantages of .net core?
What is the difference between .net and laravel?
why .net does not support multiple inheritance?
How Can Creating Installation Components in .Net?
What are the authentication methods in .net?
What is managed code and managed data in .net?