What is the difference between an EXE and a DLL?
Answer Posted / shweta
The .exe are outbound fils
The .dll inbund files
.exe cannot share with other application
.dll can be share with other application
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we create Tree control in asp.net?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Explain how can you debug your .net application?
What is diff. Between abstract class and an interface?
Which methods validate all the controls on a page?
How do I know asp.net mvc version? : Asp.Net MVC
What is the procedure to create the environment for asp.net? : asp.net mvc
Who can consume WebAPI?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Explain what does mvc represent in asp.net? : asp.net mvc
Explain a program using code nuggets to create a simple application? : asp.net mvc
What is user control in asp.net?
What is intrinsic objects in asp.net?
What are Master Pages in ASP.NET?