QuerySpec vs Linq 3 LLB vs API

Posts   
 
    
neilx
User
Posts: 267
Joined: 02-Nov-2007
# Posted on: 31-Jul-2013 14:44:20   

Is there an overview document comparing when to use each of the querying methods available with LLBLGen?

I am wondering whether our team should stick with Linq to LLBLGen or move to the API or QuerySpec and would appreciate an overview before diving into the documentation for each.

Linq has worked fairly well for us, but we experience comprehension difficulties when creating very complex Linq. The Linq usually ends up as an almost incomprehensible block of dozens of statementscry

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 01-Aug-2013 00:29:30   

Generally I would say stick to what you know best. But you can always use them interchangeably.

But if you want a recommendation, then it would be the QuerySpec. Easier and comprehensive to use.

neilx
User
Posts: 267
Joined: 02-Nov-2007
# Posted on: 05-Aug-2013 10:05:30   

Walaa wrote:

Generally I would say stick to what you know best. But you can always use them interchangeably.

But if you want a recommendation, then it would be the QuerySpec. Easier and comprehensive to use.

Thanks. I guess I'll have to look into the documentation to find out why:-)