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.
Is it possible to validate a DropDownList by RequiredFieldValidator?
Write down a short note on the brief history of WPF?
Name the root namespace which is used for fundamental types in .NET Framework?
Write the difference between Arrays and Collection?
Which classes are used to handle standard menu in the MenuStrip control.
Write the namespaces which are required to enable the use of databases in the ASP.NET pages?
Distinguish among a Thread and a Process?
Write the use of MaxDate and MinDate properties of a MonthCalender control?
Illustrate how to manage state in ASP.Net?
Write the difference between server-side validations and client-side in Web pages?
18,76,764
1960741 Asked
3,689
Active Tutors
1460495
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!