Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Last active April 15, 2018 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NMZivkovic/2669f6636a0e1c057ed5aa289d54d0a3 to your computer and use it in GitHub Desktop.
Save NMZivkovic/2669f6636a0e1c057ed5aa289d54d0a3 to your computer and use it in GitHub Desktop.
var twentyMostViewedPosts = context.Articles
.Where(a => a.IsPublished)
.OrderBy(a => a.Views).Take(20);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment