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
What are different methods of session maintenance in asp.net?
Which browsers support the xmlhttprequest object?
What is different authentication mechanisms used in ASP.NET?
What is difference between web api and web services?
when a request is made in Life cycle of ASP.NET page .
How will you maintain versioning in asp.net 2.0?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
How does ASP.NET framework maps client side events to Server side events.?
What is a SESSION and APPLICATION object?
Write some code using interfaces, virtual methods, and an abstract class`
What are strong names?
How asynchronous call can be implemented using delegates?
What is difference between rest and soap?
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?
What are the disadvantages of asp.net?