Click here to Skip to main content
15,885,216 members

Comments by Jusitn_H (Top 2 by date)

Jusitn_H 9-Dec-13 1:01am View    
I don't use linq often (so I could be way off) but I'm not seeing why IEnumerable<<double>> would be the appropriate type here. It looks like the query will return rows (books). Try var query = ... and see if that takes care of it.
Jusitn_H 22-Mar-12 14:43pm View    
Reason for my vote of 5
Great Tip