Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.1.3 |
Author(s): | Nicolas LIPS |
Last Update: | Friday, January 30, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.adaptivelinq.com |
NuGet Url: | https://www.nuget.org/packages/AdaptiveLINQ |
Install
Install-Package AdaptiveLINQ
dotnet add package AdaptiveLINQ
paket add AdaptiveLINQ
AdaptiveLINQ Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
AdaptiveLINQ provide the .QueryByCube(), IQueryable extension method. This will help you to build an analysis engine (without needed of any expensive OLAP technology).
Define your cubes using the AdaptiveLINQ for Visual Studio extension. Combining with WCF Data Services or WebAPI, your analysis engine will be queryable using OData protocol.