Persisting a VB Collection object
Assuming that the collection is being used to store a collection of CStudent - user defined class storing info about a student.
At present we make use of a name formation algorithm and form unique property names and write values into the Property Bag using WriteProperties method.
For reading, we use the same name formation algorithm and form property names and read values from the Property Bag using ReadProperties method.
Is there any other effective way of storing the collection details ?
- Ramki.

