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
Post a Comment