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.
Describe the various types of work flow?
List different ways of deployment that are supported by .NET.
Write the difference between Select clause and the SelectMany() method in theLINQ?
What is a static constructor and also explain its features?
Write the difference between server-side validations and client-side in Web pages?
Which type of code, a client-side or a server-side, is found in the code-behind file of the Web page?
Explain the term Data Encapsulation?
Name some methods, available in .NET 4.0, which are used to delete and add items from the ListBox control?
How a condition can be implemented in the workflow?
Explain the Code Contracts?
18,76,764
1927127 Asked
3,689
Active Tutors
1459940
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!