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.
Explain the several methods required by the DataSet object for generating the XML?
Explain the function of .WebPart file do?
Explain the services which UDDI offers to the Web applications.
By how many ways you can instantiate a tuple?
Illustrate the term LinqDataSource control?
Write about features that are added in the .NET Framework 4.0.
List the different ways to send the data across pages in the ASP.NET?
List the types of generations there are in a garbage collector?
State classes which are introduced in the System.Numerics namespace.
Explain the use of <sessionState> tag in a web.config file?
18,76,764
1955049 Asked
3,689
Active Tutors
1436509
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!