Skip to content

Instantly share code, notes, and snippets.

@LesRamer
Last active April 24, 2017 19:26
Show Gist options
  • Save LesRamer/1faf8faf30b39b35ae5bbc47e0049b7b to your computer and use it in GitHub Desktop.
Save LesRamer/1faf8faf30b39b35ae5bbc47e0049b7b to your computer and use it in GitHub Desktop.
// don’t do this…
if (query.Any())
{
foreach(var item in query)
{
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment