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
Can the unique key be null?
How can we provide the WebParts control functionality to a server control?
How do you identify that the page is postback?
What is the use of service provider?
What is authorization in asp.net?
What is .net remoting?
How can we access static variable?
What is the difference between ASP Session State and ASP.Net Session State?
What is difference between session and application in asp net?
What do you mean by authentication?
Disable browser cache for entire ASP.NET website?
Why session is necessary in web application?
Define tracing.
How about the security in Activex DLL and Activex EXE ?
If 200 is for all successful operation then why do we have 201 response codes?