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
Why SessionID changes in every request in asp.net?
What is ASLM?
Can you clarified A Web service can only be written in .NET or not?
What is the use of ASP.NET routing?
what is the difference between response.write() and response.output.write()?
How to register exception filter globally?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What does postback mean?
What is mvc in asp.net interview question? : Asp.Net MVC
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
Differentiate between early binding and late binding.
What are server-side comments in ASP.NET?
Why should i prefer JSP over asp.net or any other web development language..??
What is asp net application object?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?