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 are strings in c#?
How do I move from one form to another in c#?
What do you mean by saying a "struct is a value type"?
Is there a way of specifying which block or loop to break out of when working with nested loops?
What do you mean by saying a "class is a reference type"?
Can you explain template pattern?
What is the use of dll file in c#?
Describe ways of cleaning up objects in c#.
Tell me the difference between call by value and call by reference.
Can a class be private in c#?
Describe an abstract class?
What is querystring in c#?
What is c# entity framework?
How can i Spawn a Thread
what are nullable types in c#