Hey guys,
First off, sorry for not being around teh forum much anymore (heh, well assuming anyone noticed ). I was let go from my job over Christmas, and until I get anotehr gig I'm stuck with WinXP home (no web server = no asp.net dev).
Anyway, I'd like your opinion on an architectual aspect of web development. Previously, when I developed, I'd avoid using collection classes to hold reams of objects in memory on the web server. Instead, I'd use the dataset/datatable objects as my collection, and only retrieve data relevent to a particular selection from those (i.e. a data table has an ID field, and a name field. The user selects the name they want more info on, and the system retrieves the requested object based on the ID).
I'm just curious on how you all are handling this. Are you doing something similar to the above, are you using the traditional object collection method where one collection object holds reams of objects within, or another method?
Thanks!
D
First off, sorry for not being around teh forum much anymore (heh, well assuming anyone noticed ). I was let go from my job over Christmas, and until I get anotehr gig I'm stuck with WinXP home (no web server = no asp.net dev).
Anyway, I'd like your opinion on an architectual aspect of web development. Previously, when I developed, I'd avoid using collection classes to hold reams of objects in memory on the web server. Instead, I'd use the dataset/datatable objects as my collection, and only retrieve data relevent to a particular selection from those (i.e. a data table has an ID field, and a name field. The user selects the name they want more info on, and the system retrieves the requested object based on the ID).
I'm just curious on how you all are handling this. Are you doing something similar to the above, are you using the traditional object collection method where one collection object holds reams of objects within, or another method?
Thanks!
D