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 are design patterns in .net....?
What is dot net architecture?
What is new in .net core?
What is an exe and a dll?
What is "common language runtime" (clr) in .net?
Explain About GDI object ?
Give an example for setter/ write-only methods
When should I use .net core?
Explain the main components in .net?
What?s different about a Windows service as compared to a regular application?
Tell us what is a variable of implicit type and what is its scope?
<li id="Accomodation" runat="server" visible="false"><a href="../searchaccommodation.aspx?">Accomm</a></li> i have this code.now on server side i want to compare this id(Accommodation) value and want id i.e.Accommodation.visible=true;