blah blah blah is here! blah blah » Close

1
votes
1 answers

performance question

muster
1571

Hey all, lets say i have a set of items for example 10 items, these items are changed frequently "added or removed and can exceed 10". Beside the add and remove the items are read frequently as well for example after 4-5 read thro ...

1
votes
2 answers

Sorting a list collection by name

I need to sort a List<Article> collection by name, where name is article.Subject Can I do this inline somehow or do I have to supply the articles.Sort(); method some kind of fancy delegate?

Feedback