order

group by together with order by

The multilanguage of the site is made by displaying more popular values from the mysql database, which have collected a great ... ith the minimum number of voices, and should output only with the largest number of voices. Help me make the correct query.

Order by com List<>

Is it possible to effect a OrderBy on a List<> by setting the value for comparison? Example: mRel.OrderBy(s => s. ... => s.Status == EnumModel.StatusGeral.Novo) .ThenBy(s => s.Status == EnumModel.StatusGeral.Falha).ToList();