Skip to content

Instantly share code, notes, and snippets.

@symphonicsky
Created January 3, 2012 22:12
Show Gist options
  • Save symphonicsky/1557219 to your computer and use it in GitHub Desktop.
Save symphonicsky/1557219 to your computer and use it in GitHub Desktop.
SingleOrDefault vs FirstOrDefault
| 0 values | 1 value | > 1 value
FirstOrDefault | Default | First value | First value
SingleOrDefault | Default | First value | Exception
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment