Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jondjones/0f17e66aa6c39ddad07fb23243998b63 to your computer and use it in GitHub Desktop.
Save jondjones/0f17e66aa6c39ddad07fb23243998b63 to your computer and use it in GitHub Desktop.
7 New Linq Methods You Need To Know About - 5
products.MinBy(f => f.Price);
// "Laptop", 999.99m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment