In c#.Net Application For DataGridview binding which method is faster in below two case?Why..?
1)looping-Using For loop
2)Databinding direct using Dataset
Answer Posted / hardit
if we are using " reader " in data retrieving ,it will be faster as it will only read values required.
but in the case of dataset which is a very heavy object it will take more time corresponding to reader in for loop.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is wrong with the sample program below?
What is system console writeline in c#?
What does || mean in programming?
What are properties in C#?
What is difference between an Structure and Class?
what is a constructor? What is a destructor?
Can private virtual methods be overridden in c#.net?
What is stringbuilder c#?
Which language is used for desktop application?
What is the use of the dispose method in C# ?
Why do we Need of static class in c#?
Can you access a hidden base class method in the derived class?
What is pure abstract class in c#?
Explain the access modifiers in c#?
What does console writeline do?