Rob Conery » Creating IN Queries With Linq To Sql
I like it when someone explains a concept in terms I can understand.
Rob Conery » Creating IN Queries With Linq To Sql
LINQ can be very frustrating when you are used to writing SQL directly. I get the idea that it's probably a good thing not to worry too much about the SQL generated and to think in terms of what you actually need to find from the database. Let LINQ sort out the detail of the query, the developers have spent a lot of time optimising their LINQ queries, maybe we should just trust them.
Link
Rob Conery » Creating IN Queries With Linq To Sql
LINQ can be very frustrating when you are used to writing SQL directly. I get the idea that it's probably a good thing not to worry too much about the SQL generated and to think in terms of what you actually need to find from the database. Let LINQ sort out the detail of the query, the developers have spent a lot of time optimising their LINQ queries, maybe we should just trust them.
Link


0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home