Answer Posted / sathish
.net objects are connection, command, dataadapter,
datareader& dataset
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the differences between static, void and public in c#?
What is the difference between int and int in c#?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?
Is static class thread safe in c#?
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?
What is a static in c#?
What is a framework in c#?
Can the accessibility of a type member be greater than the accessibility of its containing type?
Why we use extension method in c#?
What are nested classes in c#?
Explain the functionalities of satellite assembly?
What does writeline mean?
Why to use “using” in c#?
What can we do to handle multiple exceptions?
What is a generic c#?