Tag Archives: select
LINQuist: Select
With Where, we have learnt how to be selective about the data we want. It uses conditions to filter out data before boxing it up with the same paper wrapping it came in. But Where is built to manipulate data, not the schema which houses it. You can’t filter a DataTable and compartmentalize it into…
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…