473,480 Members | 1,661 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Collections

In my C# web Application... I mapped each Datatable table to Strongly typed
CustomCollection inherited from CollectionBase to follow N-Tier model
instead of Datatables and Dataset..

So i Use DataReader & ExcuteNonQuery on Transaction with Database for best
preformance but I'm unable to save my collection state.. so after anybost
back my collection cleared!! (
I tried cach it in page init then retrieve it back before each operation
then cache it again, but it don't make sense to me..
How could i make my collection manage it's own state like Dataset Do??

Any Help plzzzz
Nov 17 '05 #1
2 1984
Hi,

Is this a web app?

What about if you store your collection in the session?

Does the type you implemented keeps its status? maybe with a flag to signal
if it change something and later call a Save() to persist the data to the
db?
cheers,

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


"Islamegy®" <Is******@Private.4me> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
In my C# web Application... I mapped each Datatable table to Strongly
typed CustomCollection inherited from CollectionBase to follow N-Tier
model instead of Datatables and Dataset..

So i Use DataReader & ExcuteNonQuery on Transaction with Database for best
preformance but I'm unable to save my collection state.. so after anybost
back my collection cleared!! (
I tried cach it in page init then retrieve it back before each operation
then cache it again, but it don't make sense to me..
How could i make my collection manage it's own state like Dataset Do??

Any Help plzzzz

Nov 17 '05 #2
I don't have problem in the database, the record inserted successfully in
the database then in the collection too. but the collection get cleared
after next postback..
Save into session is like save into cache.. what is the diffrent??

when i use Dataset i never worry about it's state coz i will always find all
rows there even few copies of them (RowState) without explicitly add it to
session or cache??

2- my collection implement ISerializable, how could i deserialize my
strongly type collection while List , InnerList is readonly??
"Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin AT dot.state.fl.us> wrote
in message news:eC**************@TK2MSFTNGP09.phx.gbl...
Hi,

Is this a web app?

What about if you store your collection in the session?

Does the type you implemented keeps its status? maybe with a flag to
signal if it change something and later call a Save() to persist the data
to the db?
cheers,

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


"Islamegy®" <Is******@Private.4me> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
In my C# web Application... I mapped each Datatable table to Strongly
typed CustomCollection inherited from CollectionBase to follow N-Tier
model instead of Datatables and Dataset..

So i Use DataReader & ExcuteNonQuery on Transaction with Database for
best preformance but I'm unable to save my collection state.. so after
anybost back my collection cleared!! (
I tried cach it in page init then retrieve it back before each operation
then cache it again, but it don't make sense to me..
How could i make my collection manage it's own state like Dataset Do??

Any Help plzzzz


Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2028
by: njp | last post by:
BlankHi, How do I create a tightly coupled Object 1 such that when I update it in one collection, it is simultaneously and automatically updated in other collections? The collections are defined...
1
2576
by: Tim T. | last post by:
I'm currently working on a report to forecast production for finished goods. The user can select one or more items to forecast. In addition, they may select one or more warehouses to view...
5
4218
by: Simon | last post by:
Hi all, I am writing a windows application using vb.net on the 1.1 framework. We have in the application, some strongly typed collections that have been written as classes that do not inherit...
4
8166
by: nhmark64 | last post by:
Hi, Does System.Collections.Generic.Queue not have a Synchronized method because it is already in effect synchronized, or is the Synchronized functionality missing from...
4
2200
by: Adam Clauss | last post by:
I ran into a problem a while back when attempting to convert existing .NET 1.1 based code to .NET 2.0 using Generic collections rather than Hashtable, ArrayList, etc. I ran into an issue because...
5
2622
by: WebSnozz | last post by:
Some collections are such that efficient search algorithms work on them such as binary search if the collection is a type which is sorted. I'm wondering how LINQ searches these collections and if...
2
7337
by: Fred Heida | last post by:
Hi, i'm trying to (using managed C++) implment the IEnumerable<Tinterface on my class.. but have a problem with the 2 GetEnumerator method required.... what i have done is... ...
4
3973
by: Sid Price | last post by:
Hello, I have a class of objects (Device) that are managed by another object (Devices) with a collection class (DeviceCollection) inherited from Collections.Hashtable. Each of the Device objects...
5
4171
by: Michi Henning | last post by:
I can pass a generic collection as ICollection<Tjust fine: static void flatCollection(ICollection<intc) {} // ... List<intl = new List<int>(); flatCollection(l); // Works fine Now I...
3
16134
by: Marco Shaw | last post by:
I've got some C# code to create a custom PowerShell cmdlet with these statements: .... using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; .... ...
0
7041
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7044
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
6929
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5337
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4779
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
2984
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1300
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
563
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
181
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.