what is the differance between .DLL & .EXE
Answer Posted / senthil kumar
both are the executable files.But main difference is
that .exe can run independantly.But .dll can be part of
the .exe.
So dll is the superset of exe.
Is This Answer Correct ? | 14 Yes | 8 No |
Post New Answer View All Answers
What is the parent class of all web server control?
What is session management in web application?
What is AutoEventWireup attribute for ?
Explain how do you validate the controls in an asp .net page?
Why do we need master page in asp.net?
What’s the difference between asp.net web forms and asp.net mvc?
Which protocol is used to call a web service?
What is new asp.net core?
What are url fragments?
How would you implement inheritance using c#?
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?
How many types of controls are there in asp.net?
How can you implement encapsulation in asp.net?
Explain automatic memory management in .net.
How do I publish my asp.net application to my isp's web server?