It's definitely:
- much quicker and nicer writing Linq code than it is constructing dynamic sql text
- much quicker to write Linq rather than to write stored procedures
- much easier to debug Linq than it is SQL
- much quicker to use var and anonymous types than it is to use IQueryable
and the like... - really impressively well supported by the tools - I loved how easy Linq 2 SQL was!
- the syntax for join's and in clauses (use contains) is quite hard to find...
- the SQL generated can be quite complicated and slow...
No comments:
Post a Comment