What is data reader in c#?



What is data reader in c#?..

Answer / Santosh Kumar Tyagi

DataReader is a forward-only, read-only stream of records from a database. It can be used to retrieve data efficiently without loading the entire result set into memory.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is the difference between ref & out parameters?

2 Answers  


What is the difference between webgarden and webfarm?

1 Answers   Mphasis,


Why are mutable structs evil?

1 Answers  


Explain About Virtual functions and their use.

1 Answers  


write code for Factorial?

6 Answers   Tech Mahindra,


Who introduced c#?

1 Answers  


How do I format in c#?

1 Answers  


What is the difference between the debug class and trace class? Documentation looks the same.

1 Answers  


What is strongly typed view?

1 Answers  


What does m mean in decimal c#?

1 Answers  


Why do we still see so much non-oo code written in c# today?

1 Answers  


how to implement a web service in .net

1 Answers  


Categories