Differentiate read-only variables and constants
Difference between read-only variables and constants which are used in programs?
Expert
The constants perform similar tasks as the read-only variables with a number of differences. Differences between read-only and constants are as follows:
Constants:
1. Constants deal at compile-time.
2. It supports value-type variables.
3. It must be used when it is not likely that the value will ever modify.
Read-only:
1. Read-only variables are estimated during runtime.
2. These variables could hold reference type variables.
3. These variables must be used when run-time calculation is needed.
What do you understand by Common Type System (CTS)?
What do you mean by the term WPF?
Mention different types of data providers available in .NET Framework.
Define the term “Array”.
Illustrate the terms User Control as well as Custom Control?
Explain Lazy Initialization?
Explain the term Metadata?
Provide a detailed introduction on the Side-by-side execution. May two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executable?
State some differences between the ComboBox control and a ListBox control?
Illustrate the terms SESSION as well as APPLICATION object?
18,76,764
1922508 Asked
3,689
Active Tutors
1424086
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!