Tag Archives: where
LINQuist: Where
Now that you are familiar with both Lambda and Query Syntaxes, we will explore the methods one by one – or at least the ones I believe are incredibly useful, starting with Where. Filter With Ease Using Where, you can easily filter collections. If you are trying to filter DataTables, you are better off using…
LINQ: Select Where When Applicable, or Just Select
Grammar Nazis will point out that I’ve made a syntactical error in the title. Software developers will also be scratching their heads, wondering what I was trying to convey by that title, and might even go so far as to side with the Grammar Nazis. Everything will make sense, once you reach the end of…