What are .EXE and .DLL files
Distinguish between the .EXE and .DLL files?
Expert
EXE
a) It is an executable file that can run independently. b) It cannot be reused in the application. c) EXE is an out-process component, that means it runs in a separate process. d) It has main function. DLL
a) It stands for Dynamic Link Library which is used as a part of EXE or other DLLs. It cannot run independently. b) It can be reused in the application. c) It executes in application process memory, thus it is termed as in-process component. d) It do not have a main function.
Specify the advantages of the DOM?
Explain the term culture and and UICulture values?
Is it possible to post and access view state in the other application?
What do you mean by the Extender controls?
Define the term TrackBar control.
By which method we can add or remove rows from a DataTable object of DataSet?
How to access information about a user's locale?
Briefly describe the term Microsoft Intermediate Language (MSIL)?
Why do we require the nested master pages in the Web site?
What is meant by the term Global Assembly Cache (GAC)?
18,76,764
1925668 Asked
3,689
Active Tutors
1420591
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!