Differentiate read-only variables and constants
Difference between read-only variables and constants which are used in programs?
Expert
The constants perform similar tasks as the read-only variables with a number of differences. Differences between read-only and constants are as follows:
Constants:
1. Constants deal at compile-time.
2. It supports value-type variables.
3. It must be used when it is not likely that the value will ever modify.
Read-only:
1. Read-only variables are estimated during runtime.
2. These variables could hold reference type variables.
3. These variables must be used when run-time calculation is needed.
Specify various types of assemblies and explain them.
What do you mean by the term delegate, why must you use it and explain how do you call it?
How one can retrieve the customized properties of the .NET application from a XML .config file?
Is it possible to set which kind of comparison we want to perform by the CompareValidator control?
How rows can be added or deleted from the DataTable object of DataSet?
Explain the use of a Connection object?
Explain about the ASP.NET AJAX Framework.
Explain about LinqDataSource control?
Illustrate the advantages of ASP.Net?
Explain how would you implement the inheritance by using VB.NET/C#?
18,76,764
1930919 Asked
3,689
Active Tutors
1459719
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!