What is list collection in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

How can I make sure my c# classes will interoperate with other .net languages?

0 Answers  


Can var be null c#?

0 Answers  


Can a struct inherit from an interface in c#?

0 Answers  


What is managed or unmanaged code?

0 Answers  


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  






What is concrete method in c#?

0 Answers  


What does == mean in c sharp?

0 Answers  


What is multithreading? What are the problems that comes with multithreading and how to manage them?

0 Answers   MCN Solutions,


if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?

0 Answers   Siebel Systems,


What namespace is list in c#?

0 Answers  


What is the default boolean value in c#?

0 Answers  


What is datatable in c#?

0 Answers  


Categories