|
|
|
|
|
by Semaphor
1374 days ago
|
|
LINQ is stunningly successful, LINQ Query syntax (what you probably are referring to) with LINQ to SQL less so. And yes, as usual, we have the amazing confusion of Microsoft Naming. But query syntax is essentially just a way to use an ORM that looks closer to SQL but is strongly typed. |
|