Skip to content

Instantly share code, notes, and snippets.

@enisn
Created April 16, 2020 18:54
Show Gist options
  • Save enisn/12c7d8980f11e7ac856b18ddbe786858 to your computer and use it in GitHub Desktop.
Save enisn/12c7d8980f11e7ac856b18ddbe786858 to your computer and use it in GitHub Desktop.
Challenge #1 - Solution 1 - Contains Query Classical
var query = db.Products.Where(x => x.Name.Contains(filter.Name))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment