|
|
|
|
|
by keltex
820 days ago
|
|
Well written ORMs let you express queries without the operations happening in the business logic. For example C# and Linq. You can express pretty much any query using the linq language and that's then converted into SQL automatically. |
|