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
Why reflection is used in c#?
What is the purpose of private constructor in c#?
How to handle exceptions that are raised in a component?
What is args c#?
What is array collection?
If a child class instance is created, which class constructor is called first - base class or child class?
What do you mean by for each loop?
What are the different types of assemblies available and their purpose?
What is view state c#?
What is difference between continue and break in c#?
What is the use of tryparse in c#?
What are Types of assemblies that can be created in dotnet
Is c# code is unmanaged or managed code?
Explain the difference between a Private Assembly and a Shared Assembly
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.