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.
Write the difference between globalization and localization?
Explain the following methods DataAdapter.Update() and DataSetAcceptChanges()?
State different ways through which a method can be overloaded?
Specify the syntax which is be used to inherit from a class in C#?
Explain different types of generations in a garbage collector?
Illustrate the Session state in the ASP.NET.
By what way we can display a default value in a text box of the input box?
Write major difference between function and sub-procedure?
What is the function of DialogResult property of the Button control?
Explain complete lifecycle of Web page?
18,76,764
1942993 Asked
3,689
Active Tutors
1452591
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!