Collections and Generics
State what are Collections and Generics?
Expert
A Collection is defined as set of linked items which can be referred to as single unit. The System.Collections namespace offers you with several classes and interfaces. Some of them are - ArrayList, Stack, List, IEnumerable, ICollection and IDictionary. Generics offer type-safety to your class at compile time. While creating a data structure, you need not to specify the data type at the declaration time. The System.Collections.Generic namespace consisits of all the generic collections.
State the difference between GroupBox and Panel control?
Name the three states which are set in a CheckState property of the CheckBox?
Explain about object-oriented programming (OOP)?
Briefly describe side-by-side execution and also explain whether two applications, one using the shared assembly and other private assembly be declared as side-by-side executables?
Define the term DTD?
List the various techniques to authenticate the user in ASP.NET?
Briefly describe contra-variance and covariance in .NET Framework 4.0 and give an example for both?
Explain Windows services?
Differentiate between Web server controls and HTML?
Differentiate between object-oriented programming and procedural?
18,76,764
1938351 Asked
3,689
Active Tutors
1432240
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!