C# / Entity Framework Core: IQueryable get theoretical rank of score in queryable list of scores without instantiating list
tl;dr, I have a sorted IQueryable
of user scores, and I want to get the rank of an attempt (that may or may not be in the IQueryable
).