Comment by cerved
4 years ago
wr to linq to sql: the difference is linq works by making objects to tables and dotnet primitives to sql types, often producing really poor queries as a result
4 years ago
wr to linq to sql: the difference is linq works by making objects to tables and dotnet primitives to sql types, often producing really poor queries as a result
That's the underlying implementation decision, not necessarily caused by the language syntax/semantics.