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 the difference between field and property in c#?
Why singleton class is sealed in c#?
How long does a loop recorder procedure take?
How can it prevents DLL Hell assembly versioning in .NET?
Why do we need singleton pattern in c#?
Why data types are important?
What is binding in c#?
What are the Types of optimization and name a few and how do u do?
Why is xml called extensible?
What is action c#?
Which language is used for desktop application?
What are accessors?
What is a dictionary in c#?
What does public mean in c#?
What is ildasm and obfuscator in net?