10% off all books and free delivery over £40
Buy from our bookstore and 25% of the cover price will be given to a school of your choice to buy more books. *15% of eBooks.

Books By Jeff Lindsay - Author

Jeff Lindsay is the New York Times bestselling author of the Dexter novels, which debuted in 2004 with Darkly Dreaming Dexter. They are the basis of the hit Showtime and CBS series Dexter. He lives in South Florida with his family. Find out more at www.dexter-books.com or follow him on Twitter @dexterjeff

Author's Website: https://www.dexter-books.com/

Follow Jeff Lindsay on Social Media

ERROR: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'lovereading.Stock13Ebook' doesn't exist QUERY: SELECT bc.BookID, bc.ISBN13, bc.PubDate, bc.BookAuthString, bc.Author AS BCAuthor, bc.Illustrator AS BCIllustrator, bc.NoPunctName, bc.Themas AS ThemasString, bc.PrimaryThema AS PrimaryThemaTextCode, b.Enabled, b.Title, b.Chapter, b.Synopsis, b.Reviews, b.AudiobooksLink, b.CustomLinks, b.SEOTitle, b.SEODescription, b.AppleISBN, b.ReaderReviews, b.TotalVersions, bv.VersionID, bv.VersionTitle, bv.HiResCover, bv.Cover, bv.SmallCover, bv.Format, bv.VersionSynopsis, bv.Publisher, bv.ColorTheme, bv.FeatureColor, bv.AudiobookID, bv.MonthEdition, st.Qty, st.Rrp, st.Price, st.Availability, eb.EAN AS ebEAN, eb.Title AS ebTitle, eb.Author AS ebAuthor, eb.Description AS ebDescription, eb.Publisher AS ebPublisher, eb.ENotForSale, a.AuthorID, a.Fullname, a.Profile, i.IllustratorID, i.IFullname, i.IProfile, t.TranslatorID, t.TFullname, t.TProfile, bi.series_title, bi.pages, bi.bics, bi.book2look_url, bi.themas, bi.isbn13, bi.title, bi.subtitle, bi.binding, bi.author, bi.illustrator, bi.description, bi.publisher, e.expertname, e.expertid, br.ShortReview AS LRCommentShort, br.FullReview AS LRComment, st.Qty, st.Rrp, st.Price, st.Availability, ste.eRrp, ste.ePrice, ste.eActive, ste.eFormat, ste.eAvailability, ste.eISBN FROM BookCacheNew bc LEFT JOIN BookVersion bv ON bc.ISBN13 = bv.ISBN13 LEFT JOIN BookNew b ON b.BookID = bv.BookID LEFT JOIN Author a ON b.AuthorID = a.AuthorID LEFT JOIN Illustrator i ON b.IllustratorID = i.IllustratorID LEFT JOIN Translator t ON b.TranslatorID = t.TranslatorID LEFT JOIN BookIndex bi ON bc.ISBN13 = bi.isbn13 LEFT JOIN Ebooks eb ON bc.ISBN13 = eb.EAN LEFT JOIN Stock13 st ON st.ISBN = bc.ISBN13 LEFT JOIN BookReviews br ON bv.ISBN13 = br.ISBN13 AND br.Enabled = 1 AND br.Approved = 1 LEFT JOIN LR_Experts e ON e.expertid = br.ReviewerID LEFT JOIN Stock13Ebook ste ON ste.eISBN = bc.ISBN13 WHERE (eb.EAN != '' OR b.BookID != '' OR bi.isbn13 != '') AND bc.AuthorNpn=? AND FeaturedVersion=? ORDER BY pub_date DESC