Arrays and Collection
Write the difference between Arrays and Collection?
Expert
Array :
It is required to specify the size of an array at the time of its declaration. It cannot be resized dynamically. Members of an array should be of the homogenous data type.
Collection :
Size of collection can be adjusted dynamically, as per the requirement of the user. It do not have fixed size. Collection can have elements of different types.
How to ensure that no one has interfered with ViewState in the Web page?
Name the interface that executes the standard query operators in the LINQ?
What do you mean by ASP?
Write down a short note regarding the .NET?
Elucidate Master Pages in ASP.NET?
What is covariance and contra-variance in .NET Framework 4.0 with example for each.
Explain complete lifecycle of Web page?
List out the difference between the “dynamic” and “var” data types?
What is meant by DLR (Dynamic Language Runtime)?
Write the different types of literals used in C #?
18,76,764
1952973 Asked
3,689
Active Tutors
1454696
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!