19 packages tagged with “Where”
PredicateExtensions is a C# utility that will take two Lambda expressions and combine them using .And or .Or extension methods. Expressions be joined at runtime for dynamic LINQ queries. PredicateExtensions can be used with EntityFramework to refactor and create dynamic queries.
Nice LINQ extensions.
These extensions make it easy to chain Linq expressions based on conditions—useful for sorting, filtering, and paging.
Fluent PredicateBuilder and Linq extensions. Helps you in creating a dynamic where clause in your LINQ queries. Also, easy to use Linq Where extensions.
Some general useful extension methods for .NET 4.0 or above
This package adds the PredicateExtensions source directly to your project. For the full project, including tests, download the project from github.
It intelligently filters a sequence of items in a simple and practical way.
[.NET 4.6.1+] - DisposableObservable: a class for creating Observable sequences with TPL easily as Observable.Create - [IObservable].Serialize: wrap all subscriptions into a single ISubject against the sourcing observable - [IObservable].AsAsync: execute all functions on TPL - [IObservable].Fork: add another subscription to the observable creating a new child observable stream - [IObservable].Where(filter, elseObservable): apply the where in the usual way, and generate an Else observable to continue work in the other case - [IObservable].ToJson: serialize in Json all values - [IObservable].ToCSV: serialize in CSV columns all values (configurable delimiter) - [IObservable].OnLastOrDefault: do something when observable completes - ObservableStreamReader: route binary data from a Stream to subscribers
Package description
Sirve para filtrar tablas
DynamicWhere.ex is a powerful and versatile library for dynamically creating complex filter expressions in Entity Framework Core applications. This library enhances your EF Core queries by providing support for creating dynamic filters using objects, making it easier to generate complex queries for your data. For detailed documentation and usage examples, please visit the official [DynamicWhere.ex Documentation](https://docs.dynamicwhere.com/) website
Provides methods to create WHERE IN clauses for SQL-Server, Oracle and MS-Access
A dynamic code generator that convert Sql based filter criteria into compiled lambda expressions.
The Engine of Source Code Generation used by the `dotnet-cgr` tool.
A library that build dynamic query predicate with filters in Linq.
NList brings an enormous number of powerful, STL-like algorithms to the .NET platform for processing indexable collections. There is a handlebars.js-like text generator. It has a powerful IComparer builder. There is a DefaultDictionary class. There is a class to convert an object into a dictionary of its properties.
The Engine relies on a set of Registries of Generated Code for purposes of determining whether re-generation ought to occur.
Description
The Engine leverages a set of Service Managers in order to facilite when Code Generation is absolutely required.