A Window into Your Data

Today I came across a very nice article explaining the benefits of SQL Window functions. When I was ... younger, I used to work days to implement features that can be coded in a single query with a Window function. They are doomed to oblivion by developers since ORMs massively do not support them.

So folks pull data from the database and perform the calculation in memory. What a loss... But say no more to that with ELINQ Window functions support!

Comments

Popular posts from this blog

Hierarchical Query in SQL with C# and Entity Framework Core

Efficient Data Modification With Entity Framework Core

SQL: SELECT DISTINCT on Some Columns