
Need to create a wild-card style search method using LINQ? It is ridiculously easy. Here is a simple example, using the .StartsWith method from the string class. In an application for work, I needed a "Google-like" search performed on a list where with each keystroke, the list is filtered to more closely match what is typed into the search input box.