Relative Content

Tag Archive for c#asp.netlinqdbcontext

How do i get books that have the same author?

I have a class Book that has a List of Authors and a class Authors which has a list of books, so many to many relation. Within a bookService I get one book from the database and I want to now get all other books that are by the same author of the book I got first.