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
What are Caching techniques in .NET
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
What is session object? Describe in detail.
What is the difference between CC and BCC?
Define xmlvalidatingreader class.
Can you set the session out time manually?
How will create assesblies at run time?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What are client activated objects and server activated objects?
What are the elements of a website?
Write a code for passing ArrayList in Web API?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
Define common type system?
How does a content page different from a master page?
Can you explain the importance of finalize method in .net?