which one is faster execute reader, scalar, execute non
query ?
Answer Posted / monalika
Execute Reader is faster it
internally stores result of a query as an array.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to use a Master Database in Asp.net?
Define static constructor?
What is the typical session identifier?
What are session state modes in asp.net?
How can we identify that the page is post back in asp net?
Explain About duration in caching technique
Which dll handles the request of .aspx page?
What is the difference between viewstate and hidden field in asp.net?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Which method is used to force all the validation controls to run?
Explain the difference between debug.write and trace.write? When should each be used?
When you use Ajax controls in the ASP.NET application?
What are the built-in objects in asp.net?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
Explain about asp.net 2.0 themes?