Take a look at MS Knowledge Base Article 829740 "Improving DataSet 
Serialization and Remoting Performance" in support.microsoft.com

-----Original Message-----
From: Unmoderated discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] Behalf Of Ranjan
Sent: 20 December 2004 07:09
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Subject: Re: [ADVANCED-DOTNET] Handling Large DataSets in .NET


Use paging. If you still have problems, or you cannot involve paging, you
can divide the data into an optimal number of parts, query these batches,
and integrate them on the client.


Ranjan D. Sakalley
Technical Lead

Proteans Software Solutions


-----Original Message-----
From: Unmoderated discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] On Behalf Of SUBSCRIBE
DOTNET-CLR Girikrishna Tirumala
Sent: Monday, December 20, 2004 12:23 PM
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Subject: [ADVANCED-DOTNET] Handling Large DataSets in .NET

Hello,
        I have a large data set to be displayed to the client as a read-only
data.  Transmitting the entire Data Set at once to the client would be
inefficient and  would need a large memory footprint. The client may also be
interested in only a portion of the list at any time.
 I would like to know if there are any  design patterns / mechanisms that
could be adopted  in .NET in order to realize this functionality efficiently
such a probably sending this data in chunks.

Rgds,
Giri

===================================
This list is hosted by DevelopMentor.  http://www.develop.com Some .NET
courses you may be interested in:

Essential .NET: building applications and components with C# November 29 -
December 3, in Los Angeles http://www.develop.com/courses/edotnet

View archives and manage your subscription(s) at http://discuss.develop.com

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com
Some .NET courses you may be interested in:

Essential .NET: building applications and components with C#
November 29 - December 3, in Los Angeles
http://www.develop.com/courses/edotnet

View archives and manage your subscription(s) at http://discuss.develop.com

==============================================================================
This message is for the sole use of the intended recipient. If you received 
this message in error please delete it and notify us. If this message was 
misdirected, CSFB does not waive any confidentiality or privilege. CSFB retains 
and monitors electronic communications sent through its network. Instructions 
transmitted over this system are not binding on CSFB until they are confirmed 
by us. Message transmission is not guaranteed to be secure.
==============================================================================

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com
Some .NET courses you may be interested in:

Essential .NET: building applications and components with C#
November 29 - December 3, in Los Angeles
http://www.develop.com/courses/edotnet

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to