What is the difference between an EXE and a DLL?
Answer Posted / madhuri
EXE file is a excutable file which runs in a seperate
process which is managed by OS,where as a DLL file is a
dynamic link library which can be used in exe files and
other dll files.
In .net frame work both are assemblies.
| Is This Answer Correct ? | 118 Yes | 7 No |
Post New Answer View All Answers
How tooltip is set through code-behind in ASP.NET?
What is the difference between file-based dependency and key-based dependency?
What is webresource axd?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What are the events that happen when a client requests an asp.net page from iis server?
What is the use of express session?
Can we add code files of different languages in app_code folder?
What is a proxy in web service?
Explain repository pattern in asp.net mvc? : asp.net mvc
Why the javascript validation not run on the asp.net button but run successfully on the html button?
How do you sign out from forms authentication?
Define data caching?
How do cookies work? Give an example of their abuse.
How do you do client-side validation in .net? How to disable validator control by client side javascript?
Explain exception handling in .net.