Does anyone else experience horrible performance with VS2005 when dealing with a large database schema? When the IDE tries to find all the available overloads with the PredicateFactory.CompareValue() method, it takes like 3 minutes to come up.
That's indeed an issue. Which is why the PredicateFactory etc. are deprecated in v2.0. You should use the operator overloads instead. They both make the code easier to read and you don't have to type that much.