Custom Collection

I

Islamegy®

I have started to implement Strongly typed CustomCollection for my Entities
instead of using Dataset & Datatable..

All my Collection Classes inherit from CollectionBase.. I tried to serialize
my class to save state by implementing ISerializable interface but I wasn't
able to deserialize it again (so my class wont manage it's state) because
InnerList & List is read only so How could i work around this??
Am i better use microsoft cache Block to cache my collection or i better use
serialize my collection and how??

thanx
 
I

Islamegy®

May be I miss some concept in serialization topic while i didn't use it
before so any help to make things clear to me will be great.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top