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.
Name the classes that are supported to make the XML DOM?
What we can do to allot page specific attributes in the ASP.NET application?
Explain the term multilingual Web site?
Write the name of the new method that has been introduced in ASP.NET 4.0 to redirect the page permanently?
Describe the relationship between an object and the class?
By which method we can add or remove rows from a DataTable object of DataSet?
Write down the command which is used to run a batch?
Briefly describe about XSLT?
Why XMLHttpRequest object is used in the AJAX?
Is there a technique to suppress the finalize process within the garbage collector forcibly in .NET?
18,76,764
1931338 Asked
3,689
Active Tutors
1431982
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!