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
How you will create satellite assemblies?
Can I fly with a loop recorder?
What is tpl in c#?
Does c# support properties of array types?
What is the use of delegate?
How do you name a variable in c#?
What is a struct in C#?
What is a int in c#?
What is pure abstract class in c#?
How do you declare an interface in c#?
Different between method overriding and method overloading?
How do I unload an assembly?
How many kinds of elements an array can have?
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
What are the boolean data types in c#?