Monthly Archives: November 2008

Combining generic predicates in C#

I’ve got a requirement wherein I needed to have a way to make dynamic predicates, with the need to support for And and Or operations between two predicates. I was aware that there are ways to create Dynamic LINQ queries … Continue reading

Posted in Technical Articles | Tagged , , , | 4 Comments