Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

How can we improve performance of data fetching using dataset

Thanks

Manish Mishra
Posted
Updated 6-Jun-13 3:31am
v2
Comments
Prasad Khandekar 6-Jun-13 9:34am    
Hello Manish,

May be following articles will offer you some insight on this topic.

1. http://www.softwire.com/blog/2011/08/04/dataset-performance-in-net-web-applications/
2. http://msdn.microsoft.com/en-us/library/ms978388.aspx

Regards,

There are no. of parameters to have look at. It depends on number of points. Datareader will be more faster then Dataset. Further have a look at below links to better understand the topic.

DataSet performance in .NET web applications[^]

DataReaders, DataSets, and performance[^]

DataReader or DataSet when pulling multiple recordsets in ASP.NET[^]

Regards.. :)
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900