Answer Posted / manoj singh
1. EXE can run independaly ,while dll can not.
2. An exe can contain manu dll, dll are supprting files
containing all information.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can one dll file contains the compiled code of more than one .net language?
What's the difference between viewstate and sessionstate?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
What are standard controls?
How do you deploy your asp.net application?
What is the use of view state?
How many types of file extensions for razor views in ASP.Net MVC?
What is the purpose of master page?
To load your generated dataset with data which method do you invoke?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Explain serialization and deserialization?
Explain different authentication modes in asp.net?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?