what is the differance between .DLL & .EXE
Answer Posted / s.nandha kumar
*DLL does not have Main Method so that it cannot be executable
where .EXE has Main Method which can be executable.
*DLL can br reused 'n' number of times
where .EXE cannot be resued
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is asp net_sessionid?
What is http only cookie?
Define web services in asp.net.
Difference between using directive vs using statement?
Describe SOA and the tenets of it?
How many types of validators are there in asp net?
Explain automatic memory management in .net.
Which is better union or union all?
What are the different types of validation controls in asp.net?
What is the difference between session and application?
What are validator? Name the validation controls in asp.net? How do you disable them?
What are the HTML server controls in ASP.NET?
What is state management technique?
What are app services?