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 arraylist c#?
What is namespace in oops?
Can I define my own exceptions?
Define parsing?
What are the desktop applications?
Which framework is best for desktop application?
What are constructors in c#?
What are virtual classes in c#?
Explain copy constructor?
What is type keyword in c#?
What is appdomain in c#?
Define an escape sequence, name few strings in escape sequence?
Why do we use public static void main in c#?
Define delegate in c#?
what is the Difference between the public and private ?