Answer Posted / lily antony
EXE is ae executable file, while Dll is not. Dll cannot be
used independantly.
The Dll is a reusable component which can be referred by a
EXE.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the events that happen when a client requests an asp.net page from iis server?
Describe the difference between inline and code behind - which is best in?
How you will improve web application performance?
Explain Optimization technique description?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
Explain the flow of processing of the request? : asp.net mvc
Distinguish between Server-side and Client-side code?
What is cross page posting? How is it done?
Where the cookie value is stored?
What is content page in asp net?
Difference between Response.redirect vs server.transfer?
Which property is used to identify the Page is Post Back in ASP.NET?
Is session stored in browser?
What is the good practice to implement validations in aspx page?
If 200 is for all successful operation then why do we have 201 response codes?