
Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
Archive
Meta
Tag Archives: LINQ
Simple string keyword search using ExtensionMethods and LINQ
This is a case I ran into recently. I need to create a multiple OR condition with LINQ. I have a list of user names and I wish to create a simple search where I can match any first name/middle … Continue reading
Generic lists and Predicates
Recently I was working with a generic list containing my own Favorite class. My Favorite class contains an url and a title: One of the functions on my list is to remove all Favorites with a specific url. I quickly jumped … Continue reading