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


Please Help Members By Posting Answers For Below Questions

What are the advantages of the code-behind feature?

542


What is the difference between trace and debug in asp.net?

622


Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?

646


What is client side state management?

510


What is caching? Explain.

551






What is the flow of processing of the request? : asp.net mvc

510


Mention few asp.net validators.

578


Explain the advantages of passport authentication.

513


What is http protocol and how it works?

532


What can you do with asp.net?

517


How many types of cookies are there in asp.net?

539


What are the namespaces used in asp.net mvc? : asp.net mvc

518


In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?

569


Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?

538


What is difference between Server.Transfer and Response.Redirect in ASP.NET?

560