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;
Explain Language Integrated Query (LINQ)?
Explain about the different services provided by the DLR to CLR.
Explain the services which UDDI offers to the Web applications.
List the difference between points, pixels, and em's at the time when fonts are displayed?
State classes which are introduced in the System.Numerics namespace.
What are XML attribute?
How the customized properties of .NET application can be retrieved from XML .config file?
Is it possible to write a class without specifying the namespace? Write the namespace to which it belongs by default?
Write the code to choose an item in a ListView control programmatically in the C#?
Explain the importance of the Strong Name tool?
18,76,764
1942910 Asked
3,689
Active Tutors
1460215
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!