Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
Let's see how we can filter the results of a query using the `Where` LINQ operator.
Follow Along
To follow along commiting your changes to this course, you'll need to fork the dotnet-comic-book-gallery-model repo. Then you can clone, commit, and push your changes to your fork like this:
git clone <your-fork>
cd dotnet-comic-book-gallery-model
git checkout tags/v4.2 -b filtering-queries
Case Sensitivity
Here are some additional resources for learning more about configuring SQL Server collations in order to control case-sensitivity.
Here's a resource that shows a way to selectively enabled case-sensitive search.
Additional Learning
You need to sign up for Treehouse in order to download course files.
Sign up