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
What is an asp.net validator? And, mention its types.
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
How we can force all the validation controls to run?
Explain Life cycle of ASP.NET page when a request is made.
What is the purpose of asp.net?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
Do you know about caching with the datasource controls?
How many types of Cookies are available in ASP.NET?
What is meant by server side scripting?
Explain the advantages of caching?
What is the use of data set in asp.net?
How to do state management in ASP.NET?
Explain serialization and deserialization?
What is difference between view state and session state?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?