Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はLINQの初心者です。視聴率の高い 5 コンテンツを表示したい。テーブルに既に Viewed フィールドがあり、ユーザーが [ReadMore] ボタンをクリックすると、1 つずつ増加します。
list.OrderByDescending(x=>x.Viewed).Take(5)