Search Results

3
votes

Expression.Invoke in Entity Framework?

PredicateBuilder and LINQKit now suppo …
-1
votes

Doesn’t Linq to SQL miss the point? Aren’t ORM-mappers (SubSonic, etc.) sub-optimal solutions?

Most people have missed an essential point: in most cases, you are significantly more productive when querying in LINQ than in SQL. I've …