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 difference between session and viewstate?
What is virtual directory in asp.net?
Is viewstate secure?
Explain about Application and Session Events ?
Describe session handling in a webfarm?
What is difference between mvc and asp.net? : Asp.Net MVC
Distinguish between Server-side and Client-side code?
Explain client side state management system.
Can you explain the importance of finalize method in .net?
Why session is necessary in web application?
Which tool you have done?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
Is web config mandatory?
Is viewstate enabled by default?
What are Master Pages in ASP.NET? or What is a Master Page?