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.
List the difference between points, pixels, and em's at the time when fonts are displayed?
State the function of the “Try-Catch-Finally” block
Two catch blocks can be executed or not?
Which event controls are completely loaded?
List the types of data types that are present in .NET?
How the customized properties of .NET application can be retrieved from XML .config file?
Briefly describe garbage collection? Differentiate between garbage collections in .NET 4.0 and previous versions?
Why there is a requirement of user-defined controls?
What is the use of Global.asax file?
Differentiate between int32 and int?
18,76,764
1926230 Asked
3,689
Active Tutors
1425930
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!