Can you advise me a simple way to get functionality somewhat like entitycollectionbase?
I want to create a class of entities and then define a class for collecting them as you do with the generation from a table, but without the table.
I looked at entitycollectionbase, but it looked too complex to model.
Would ArrayList work for Web datagrid binding and it has the add method, remove, etc.
That seems close, but is there a better path to go down?
Thanks