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
Should I implement finalize on my class? Should I implement idisposable?
What is a metadata in .net?
What should you do to store an object in a viewstate?
i had attended to infosys interview on 17th april 2010...on .net..3+ experience for Technology Analyst .. to my knowledge i did well in technical and hr whether i loose the interview or still processing is taking place..am confused please. what accuatly would be happend?
Explain re-clarification of object based in .net?
What's singleton activation mode in .net?
what is machine key error in .NET how can we solve it?
What is Event - Delegate? clear syntax for writing a event delegate
Explain the code behind wors and contrast that using the inline style.
What is stored procedure ? how we use it in .NET ?
What is value type and refernce type in .net?
SAP Business One(this is intigrated tool of .net)
Explain what is the difference between odbc and ado?
What do you mean by Code Access Security in .NET?
Difference abstract class and interface in .net?