PC Review


Reply
Thread Tools Rate Thread

Alternative to Dataset??

 
 
Amar
Guest
Posts: n/a
 
      13th Jun 2006
Hi,
I am part of a team building a stock exchange software - Order
Management system'.
The current system that we have supports 200,000 orders per day.
All of this data is needed in memory.Ofc ourse this system was built in
VC++.
what I want to know is :

- Is there a alternative to storing data in dataset?
- this alternative doesnt have to be as flexible and as feature filled
as the dataset.
-can you suggest some ideas for the same.
I have been tinkering around with specifalised business objects and
using them to store the data.

 
Reply With Quote
 
 
 
 
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
Posts: n/a
 
      13th Jun 2006
Amar,
There are a number of alternatives, depending mostly on the functionality
you need.
You have System.Collections - based objects such as Hashtable, ArrayList,
and others. You can also create a custom Collection-type object by deriving
from CollectionBase or one of the above-mentioned classes.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




"Amar" wrote:

> Hi,
> I am part of a team building a stock exchange software - Order
> Management system'.
> The current system that we have supports 200,000 orders per day.
> All of this data is needed in memory.Ofc ourse this system was built in
> VC++.
> what I want to know is :
>
> - Is there a alternative to storing data in dataset?
> - this alternative doesnt have to be as flexible and as feature filled
> as the dataset.
> -can you suggest some ideas for the same.
> I have been tinkering around with specifalised business objects and
> using them to store the data.
>
>

 
Reply With Quote
 
Ignacio Machin \( .NET/ C# MVP \)
Guest
Posts: n/a
 
      13th Jun 2006
Hi,


> -can you suggest some ideas for the same.
> I have been tinkering around with specifalised business objects and
> using them to store the data.


You can define a business object and have a collection of these, if using
2.0 you can use a template collection.

If you have a static number of instances you could use an array instead.

This approach will be faster as you will avoid the boxing/unboxing of the
dataset



--
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation



 
Reply With Quote
 
sloan
Guest
Posts: n/a
 
      13th Jun 2006
I have 2.0 and 1.1 examples at

spaces.msn.com/sholliday


Basically, you write objects. .. and then make collections for <List> out
of them.

See
http://www.eggheadcafe.com/articles/..._generator.asp

also




"Amar" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
> I am part of a team building a stock exchange software - Order
> Management system'.
> The current system that we have supports 200,000 orders per day.
> All of this data is needed in memory.Ofc ourse this system was built in
> VC++.
> what I want to know is :
>
> - Is there a alternative to storing data in dataset?
> - this alternative doesnt have to be as flexible and as feature filled
> as the dataset.
> -can you suggest some ideas for the same.
> I have been tinkering around with specifalised business objects and
> using them to store the data.
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Alternative to DataSet RP Microsoft C# .NET 3 24th Feb 2008 12:27 AM
Alternative to Dataset?? Amar Microsoft Dot NET Compact Framework 3 16th Jun 2006 09:52 AM
Alternative to Dataset?? amarjeetlokhande@gmail.com Microsoft ADO .NET 2 13th Jun 2006 10:03 PM
Alternative to Dataset?? Amar Microsoft Dot NET Framework 1 13th Jun 2006 10:00 PM
Alternative to Dataset?? angela Microsoft ASP .NET 1 16th Jun 2005 12:00 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:11 AM.