linq-cube
LinqCube is a small utility library to define in-memory cubes.
LinqCube is a small utility library to define measures and dimensions in code an do in-memory cubes against LINQ queries.
Why?
Often you have the requirement to build some reports. For example all open cases over time, all open cases over time and status etc. Your queries are complicated enough to end up in large SQL Views or dozen's of single SQL Queries. Implementing a real OLAP Cube would be an overkill, because you only have 10.000s of rows.
LinqCube was build to reduce SQL...