G
Guest
Hi all,
I am developing a bunch of custom business objects and to hold collections I
am using the BindingList(of ) generic collection. Now I know that will come
useful if I want to directly bind that data to databound controls. If I dont
ever have such a need, would I see a significant performance improvement if
I moved it to a List(of ) generic collection?
TIA!
I am developing a bunch of custom business objects and to hold collections I
am using the BindingList(of ) generic collection. Now I know that will come
useful if I want to directly bind that data to databound controls. If I dont
ever have such a need, would I see a significant performance improvement if
I moved it to a List(of ) generic collection?
TIA!