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 Common Language Specification (CLS)?
State the types of workflow in the WF?
Specify difference between the asynchronous postback and the synchronous postback?
Describe the concept of Bookmarks in WF 4.0.
Mention the basic steps to perform the LINQ query.
By which command we can turn-off and turn-on CAS?
How can CAS be turn-on and turn-off?
Describe disconnected architecture of the ADO.NET's data access model?
Write the difference between System.StringBuilder and System.String classes?
Explain the code-behind feature of ASP.NET?
18,76,764
1961490 Asked
3,689
Active Tutors
1430731
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!