LogicBuilder.App.KendoGrid.Bsl.Utils 1.0.5

Prefix Reserved
dotnet add package LogicBuilder.App.KendoGrid.Bsl.Utils --version 1.0.5
                    
NuGet\Install-Package LogicBuilder.App.KendoGrid.Bsl.Utils -Version 1.0.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LogicBuilder.App.KendoGrid.Bsl.Utils" Version="1.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LogicBuilder.App.KendoGrid.Bsl.Utils" Version="1.0.5" />
                    
Directory.Packages.props
<PackageReference Include="LogicBuilder.App.KendoGrid.Bsl.Utils" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LogicBuilder.App.KendoGrid.Bsl.Utils --version 1.0.5
                    
#r "nuget: LogicBuilder.App.KendoGrid.Bsl.Utils, 1.0.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package LogicBuilder.App.KendoGrid.Bsl.Utils@1.0.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LogicBuilder.App.KendoGrid.Bsl.Utils&version=1.0.5
                    
Install as a Cake Addin
#tool nuget:?package=LogicBuilder.App.KendoGrid.Bsl.Utils&version=1.0.5
                    
Install as a Cake Tool

LogicBuilder.App.KendoGrid.Bsl.Utils

CI CodeQL codecov Quality Gate Status NuGet

A .NET library that provides utilities for dynamically generating and executing queries for Kendo UI Grid data sources with Entity Framework Core integration.

Overview

This library takes a request for a Kendo Grid data source including entity and model types along with specifications for paging, grouping, sorting, filtering, and aggregation. Related components dynamically generate and execute the queries using LINQ expressions, finally returning the data source result.

Features

  • Dynamic Query Generation: Automatically generates LINQ queries based on Kendo Grid DataSourceRequest parameters
  • Entity Framework Core Integration: Seamlessly works with EF Core through LogicBuilder.EntityFrameworkCore
  • Expression Extensions: Leverages LogicBuilder.Kendo.ExpressionExtensions for advanced query building
  • BSL Business Logic Support: Integrates with LogicBuilder.App.KendoGrid.Bsl.Business for business rule processing
  • Comprehensive Grid Operations: Supports:
    • Paging
    • Sorting
    • Filtering
    • Grouping
    • Aggregations

Dependencies

  • LogicBuilder.App.Common.Utils
  • LogicBuilder.App.KendoGrid.Bsl.Business
  • LogicBuilder.EntityFrameworkCore
  • LogicBuilder.Kendo.ExpressionExtensions

Target Framework

  • .NET 10.0

Installation

- dotnet add package LogicBuilder.App.KendoGrid.Bsl.Utils

Or via NuGet Package Manager:

  • Install-Package LogicBuilder.App.KendoGrid.Bsl.Utils

Copyright © BPS 2026

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.5 112 7/29/2026

Making NuGet one of the release feeds.