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
What is httpresponse?
What is the difference between session and viewstate?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
What is postback request?
How can you handle exceptions in asp.net?
What is semantic gap?
What are the various types of cookies in asp.net?
Fetch one page value to another page without using state-managment ?
What is microsoft windows sharepoint services?
What is class and object in asp.net?
How Can assign alias name for ASP.NET Web API Action?
How do http sessions work?
What are the Types of authentications in IIS
To redirect the user to another page which method do we use without performing a round trip to the client?