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.
State different types of data providers existing in .NET Framework?
Web form belongs to which class in a .NET Framework class hierarchy?
Describe the meaning of Serialization and Deserialization and its utilization?
Explain why does an organization needs to manage the workloads?
List the different ways to send the data across pages in the ASP.NET?
Briefly describe login controls?
Differentiate between Web server controls and HTML?
Specify the requirements to run ASP.NET AJAX applications on the server?
Explain the disconnected architecture of the ADO.NET's data access model.
Briefly describe navigation controls. List the navigation controls that are present in ASP.NET 4.0?
18,76,764
1938197 Asked
3,689
Active Tutors
1448126
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!