Custom Collection

  • Thread starter Thread starter Islamegy®
  • Start date Start date
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
 
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.
 
Back
Top