Get object out of List< Tuple < object1, object2 > > and store in ViewModel
问题 [Suggestion: Want to read the answers in a logical manner ?? >> choose TAB [Oldest] Goal: Presentation of books with related inventorydetails on homepage such as Book.Title, InventoryDetail.Quantity etc. (Join|Book.BookId <=< InventoryDetail.BookId) Problem 1: How to join Problem 2: How to use a tuple (list of tuples) Problem 3: How to store the separated objects (from the list of tuples) into a Strongly Typed ViewModel Answer 1: An possible approach using Mike Brind's Guidance Answer 2: