Define constant
Briefly describe constant.
Expert
Constant is same as a variable except that the value, that we assign to a constant, cannot be altered, as in case of a variable. Constants must be initialized at a same time they are declared.
We can declare constants by using the syntax given below:
const int interestRate = 10;
Write three general properties of every validation controls?
Explain the role of a DISTINCT clause in the LINQ query?
Elucidate the types of Authentication?
What is the concept of CAS?
Write the name of the control that you will use to make sure which values in the two different controls match?
Illustrate the difference between import System.Data.SqlClient and System.Data.Oledb in brief?
The information, like role management membership, profile, and Web parts personalization is stored in which database?
Can more than one line be entered in a TextBox control?
Explain about several validation controls which are available in ASP.NET AJAX 4.0?
How users of an application can be prevented from editing the text in the ComboBox controls in .NET 4.0?
18,76,764
1956804 Asked
3,689
Active Tutors
1443120
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!