What?s the .NET datatype that allows the retrieval of data
by a unique key?
Answer Posted / vpsingh
PRIMARY KEY
| Is This Answer Correct ? | 5 Yes | 14 No |
Post New Answer View All Answers
What is difference between ilist and list in c#?
What is called method in c#?
What is the class in c#?
Is collection a data structure?
Why do we need nullable types in c#?
Classes and structs can be declared as static, is this statement true or false?
What are the types of parameters in c#?
What do you mean by a windows process in regards to memory allocation?
What language do desktop applications use?
What is a class c#?
Is static thread safe?
What is difference between singleordefault and firstordefault?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
Why do we need serialization?
What is immutable in C#?