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.
Name the three states which are set in a CheckState property of the CheckBox?
Explain about DataContext class and how is it associated to LINQ?
Briefly describe the term destructor?
How we can choose the color from a ColorDialog box?
How the cursor can be programmatically positioned on a given line or on a character in the RichTextBox control in C#?
Illustrate the terms Persistent cookie as well as Session cookie?
State the difference between Managed and Unmanaged Code?
Illustrate the difference between import System.Data.SqlClient and System.Data.Oledb in brief?
Write main difference between classic ADO and ADO.NET?
What are the rules and regulations which should be followed while creating the well-formed XML document?
18,76,764
1957102 Asked
3,689
Active Tutors
1424181
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!