Read-only and constants variables
Distinguish between read-only and constants variables which is used in the programs?
Expert
Constants carry out same tasks as read-only variables with some differences.
The differences between the constants and read-only are:
Constants:
a) It supports value-type variables. b) Constants are dealt with at the compile-time. c) Constants can be used whenever it is very doubtful that the value will ever change. Read-only:
a) Read-only variables are evaluated at runtime. b) Read-only variables must be used when the run-time calculation is required. c) Read-only variables can hold the reference type variables.
Elucidate Role based security?
In what way we can unselect a selected item in the ListView control programmatically in the .NET 4.0?
Give the basic syntax of LINQ query in Visual Basic as well as in C#.
Name the root namespace which is used for fundamental types in .NET Framework?
List different ways of deployment that are supported by .NET.
Briefly describe about the XML elements.
Describe code contracts?
Explain the working of Cookies. And also give the example of the Cookie abuse?
How to identify that whether any changes are made or not to a DataSet object while it was last loaded?
State the function of the “Try-Catch-Finally” block
18,76,764
1954270 Asked
3,689
Active Tutors
1414743
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!