Quantcast
Channel: Search Results For: domain:typecastexception.com
Viewing all articles
Browse latest Browse all 73

C# - Wildcard Search Using LINQ

$
0
0

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.


Viewing all articles
Browse latest Browse all 73

Trending Articles