what is the differance between .DLL & .EXE
Answer Posted / nagendra
Both r executable files,.dll run in application process
memory,but .exe run in its own process memory.
Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What is full form of asp.net?
What do you mean by role-based security?
What is Pre-Render event in ASP.NET?
Define page fragment caching?
What is redirecting behavior?
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 is asp.net and ado net?
Why is string called immutable data type?
How can you make sure that web api returns json data only?
Why would anyone need to implement their own hashtable or linked list?
What are web server controls in asp.net?
What are the main advantages of using asp.net?
Explain the function of new view engine in asp.net? : asp.net mvc
Elaborate differentiation between ViewState and SessionState?
Give an example of cookie abuse.