Top 20 NuGet lambda Packages

AspNet.Mvc.TypedRouting is a class library allowing typed expression based route registration and link generation for ASP.NET Core MVC. See the project repository for more information and available features.
This is an lambda extension of dapper, Chain style makes developers more elegant and intuitive.
基于Dapper的Lambda扩展支持按时间分库分表,也可以自定义分库分表方法,且实体类有T4模版自动生成.省去手写实体类的麻烦 MySql扩展
基于Dapper的Lambda扩展支持按时间分库分表,也可以自定义分库分表方法,且实体类有T4模版自动生成.省去手写实体类的麻烦 SqlServer扩展
适用于Chloe的ORM动态表达式树生成器
This package provides serverless functions with middleware functionality similar to AspNetCore
Relieves some of reflection's shortcomings by adding some type safe access to MemberInfo and code generation.
A small independent library that will let you use standard C# and Linq to produce SQL queries
Construct models easily with lambda expressions.
https://github.com/powerumc/js-lambda If you have any questions feel free to contact me. http://blog.powerumc.kr [email protected]
Strongly-typed, refactoring-friendly navigation extension methods for ASP.NET MVC.
A fluent interface to create Lambda functions and expression waiting for Microsoft Roslyn. The documentation can be found on http://www.kendar.org/?p=/dotnet/expressionsbuilder. No knowledge of IL and System.Linq.Expression is needed. And even Lambda can be called. Available items are: Function p...
Package description: Moppet.Lapa.dll, Moppet.Lapa.xml
LambdaToXpath lets you generate xpath expressions from C# Lambda expressions
An Activator that uses lambda expression to create objects
Generate BDD-style spec descriptions from tests/stories/specs written in readable C# code. The entire test is specified in a single lambda expression in a fluent style. CLRSpec parses the expression tree and generates human-readable output from the code as it executes the test. (Pronounced 'cl...
using RelaxCoder.LambdaHelper; var btn = new Button(); var eventName_Click = LambdaHelper.EventName<Button>().Invoke( (_btn) => _btn.Click -= null ); eventName_Click = LambdaHelper.EventName() .Invoke( () => btn.Click -= null ); var PropertyName_Text = LambdaHelper.PropertyName( () => btn.Text )...
This package provides Discriminated Unions for C#. This is the old backage. The new package is FunctionalSharp.DiscriminatedUnions.
A collection of useful extensions for expressions in .Net.
Provides better code maintainability by simple yet powerful .Params() string extension to supplement/replace string.Format(). Accepts numeric, named and reference parameters. More details and examples in XML tooltips. NUMERIC EXAMPLE: return "test={0}".Params("value"); returns ["test=value"] NAMED...