What is the difference between an EXE and a DLL?
Answer Posted / anshu sharma
An Exe is executable program,dll(dynamic link library)is a file that can be loaded and executed by the program dynamically. basically it is an external code repository for program, since usually several different program reuse the same Dll.
*)Dll has no main function but Exe has main function
*)Dll is in-process component & Exe is out process component
*)Exe is executable in its own environment but Dll need another exe to execute
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
What is the benefit of WebAPI over WCF?
What language does asp.net use?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
How can we prevent browser from caching an aspx page?
Where are session variables stored?
What is application variable in asp.net?
How can we communicate with each server in N-tier Architecture? and what are the methods?
Explain the difference between debug.write and trace.write? When should each be used?
Can we create a multiple user simultaneously ?
What is globalization and localization in asp net?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
Write a code snippet to implement the indentation in json in web api.
How do u deploy ur project?