Linq

Language-Integrated Query (LINQ) is the name for a set of technologies based on the integration of query capabilities directly into the C# language. Traditionally, queries against data are expressed as simple strings without type checking at compile time or IntelliSense support. Furthermore, you have to learn a different query language for each type of data source: SQL databases, XML documents, various Web services, and so on. With LINQ, a query is a first-class language construct, just like classes, methods, events.

cubes
.Net Blazor
Ian McHugh

Microsoft Analysis Services MDX Query with Linq

Currently there is no Object Mapping Layer for Analysis Services OLAP or Tabular and this can make it difficult to render data in anything other than a Pivot Table or BI Tool such as Power BI, Tableau etc. This post discusses a simple method for getting results of Analysis Services MDX Queries into C# dynamic objects and using Linq and standard Blazor components to render in the UI.

Read More »

Do You want to accelerate your Project?

drop me a line and keep in touch