Hi there,
I have a collection that I need to sort based on a primary and secondary key. For example, I may need to sort a collection of books based first on the author as well as the publication date. I know that this is very easy to do using the GetMulti method however, I would like to sort the collection in memory to avoid another trip to the database. Is this possible? If so, could I get a snippet of sample code?
Thanks,
Carlo.