what is the differance between .DLL & .EXE
Answer Posted / suresh
.DLL .EXE
1. It can be reused. 1. It cannot be reused
2. It can be versioned. 2. It cannot be versioned.
3. It is not self executable 3. It is self executable.
4. It doesn't have main 4. It will have main
function. function.
Is This Answer Correct ? | 33 Yes | 3 No |
Post New Answer View All Answers
Differentiate between namespace and assembly.
What is the difference between the get method () and post method ()?
What is the syntax for datagrid and specifying columns?
What are the security types in asp.net?
how to retrieve property settings from xml .config file.
Explain the advantages of caching?
What is a web api? Which protocol is used in a web api?
What is latest version of asp.net mvc? : Asp.Net MVC
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?
What is a pixel url?
What is server infrastructure & server components?
What is the difference between application state and caching?
What is session start?
Explain swagger components.
Why is global asax is used for?