Skip to content

Instantly share code, notes, and snippets.

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