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
Describe the difference between inline and code behind - which is best in?
Can you explain composite pattern?
What do you mean by authentication?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Explain about asp.net 2.0 themes?
What are validator? Name the validation controls in asp.net? How do you disable them?
What is http request and response?
What is asp.net web pages?
Define common type system?
How can we apply themes to an asp.net application?
How do you declare static variable? What is its lifetime?
In which event of the page viewstate is available?
Differentiate between globalization and localization.
Is it possible for me to change my aspx file extension to some other name?