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 implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
How would you create a permanent cookie?
Why SessionID changes in every request in asp.net?
how to debug web services on consumer side?
What is the difference between web config and machine config files?
Why session is necessary in web application?
Is a dll file an executable?
What is the function used for removing an event listener?
What is the use of web.config and machine.config files?
What is meant by web application?
What is the significance of finalize method in .net?
How to Insert/Add in ASPXgridview
How do I open an ashx file in windows 7?
What are Master Pages in ASP.NET?
What are validator? Name the validation controls in asp.net?