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.
Describe the appSettings Section which contains in a web.config file?
Briefly describe the term destructor?
Illustrate the difference between import System.Data.SqlClient and System.Data.Oledb in brief?
Describe the relationship between an object and the class?
What we can do to allot page specific attributes in the ASP.NET application?
Briefly describe key-based dependency and file-based dependency?
Specify difference between the asynchronous postback and the synchronous postback?
Write down the LINQ query expressions?
Describe about LINQ query expressions?
18,76,764
1923909 Asked
3,689
Active Tutors
1440270
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!