|
|
Browse by Tags
All Tags » c# » Expression Trees
-
When Linq was initially introduced, I thought it was one of the most useful additions that have ever been made to .NET. I still think that now but after working with Linq for a while I’ve come to the conclusion that it can introduce several problems:
Queries are scattered all over the code base
There is no common reusable query ...
|
|
|