What?s the .NET datatype that allows the retrieval of data
by a unique key?

Answers were Sorted based on User's Feedback



What?s the .NET datatype that allows the retrieval of data by a unique key?..

Answer / guest

HashTable.

Is This Answer Correct ?    43 Yes 1 No

What?s the .NET datatype that allows the retrieval of data by a unique key?..

Answer / vpsingh

PRIMARY KEY

Is This Answer Correct ?    5 Yes 14 No

Post New Answer

More C Sharp Interview Questions

What is extension method in c sharp?

0 Answers  


What is type class in c#?

0 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

2 Answers   Proteans,


What is the default value of object in c#?

0 Answers  


Can arraylist store different data types in c#?

0 Answers  






Hello Friends..am Mohammed riyash..final year BCA in Jamal Mohamed College 2009. Trichy. My doubt is while connecting SQL2005 Built in Database withing the Visual Studio 2005 Framework.. I am getting the error.. That " An Error occurred and it may be due to , under the default settings of the Server, the connection cannot be established.." But the code works in MS Access for me.. Both in VB.Net and C#.Net am getting the same error.. Any genius please Message me to 9994558822 or mail me.. riyash.ips@gmail.com

3 Answers  


How can I develop an application that automatically updates itself from the web?

0 Answers  


How can you clean up objects holding resources from within the code?

4 Answers   Wipro,


Can delegates be used as callbacks?

0 Answers  


Why do we use partial class in c#?

0 Answers  


How can you sort the elements of the array in descending order?

4 Answers  


Why do we need structs in c#?

0 Answers  


Categories