Top 20 NuGet expression Packages

A collection of useful extensions for expressions in .Net.
Package Description
Extension methods allowing using Lambda Expressions instead of magic strings in your ASP.NET MVC 5 application. Currently supported: - RedirectToAction(c => c.Index()) - RedirectToActionPermanent(c => c.Index()) - AddModelError(m => m.Property, "Invalid property") - Html.ActionLink(c => c.Index()) ...
Parsing with derivatives
Extension methods for .Net classes
QueryFilter provides way of providing complex filtering on IQueryable<> with dynamic expression trees. With one property, you can do multiple filters, ands, ors, contains, less than, not equals, etc for anything that implements IQueryable. This also applies to Entity Framework. You also get the abil...
.NET implementation of SEL(Simple Expression Languag) evaluator
MathCore Library - ExpressionsBase
A library to help convert search criterias into a Linq expression.
MessageBox styled with ExpressionDark Blend theme for WPF. Example usage: DarkMessageBox.Show("I love Bumblebee Tuna!", "Info", DarkMessageBox.Buttons.OK);
Source Only .NET expression tree formatter. Like Expression.ToString() without the noise
Allows creation of Regexes inline using C# objects
The C++ Mathematical Expression Toolkit Library (ExprTk) is a simple to use, easy to integrate and extremely efficient run-time mathematical expression parsing and evaluation engine. The parsing engine supports numerous forms of functional and logic processing semantics and is easily extendible. ht...
Extension to unify IQueryable and IEnumerable behavior about null values
Library of utility classes for interacting with and operating on System.Linq.Expression trees
The C++ Mathematical Expression Toolkit Library (ExprTk) Extra Examples https://www.partow.net/programming/exprtk/index.html
A fast object activator based on compiled expression trees.
A fast object activator based on compiled expression trees.
IsSharp is a guard clause library for C# that provides clean and fluent code with human readable exception messages using expression trees.
SharePoint CAML query builder - Build CAML queries using Lambda Expression with simple POCOs.