# How to: Count Occurrences of a Word in a String (LINQ) (C#) This example shows how to use a LINQ query to count the occurrences of a specified word in a string. Note that to perform the count, first ...