Konstantin Kosinsky

Principal Software Engineer, Azure DevOps

Post by this author

Aggregation extensions in OData ASP.NET Core

$select and $filter, as well as other OData query options, are an excellent way to receive only data that you need. However, they might not be the best option for reporting and analytical applications. If you want to get total sales to the particular customer and using only $select and $filter, you end up selecting all orders for that customer...