LinqBridge.Embedded
1.3.0
dotnet add package LinqBridge.Embedded --version 1.3.0
NuGet\Install-Package LinqBridge.Embedded -Version 1.3.0
<PackageReference Include="LinqBridge.Embedded" Version="1.3.0" />
paket add LinqBridge.Embedded --version 1.3.0
#r "nuget: LinqBridge.Embedded, 1.3.0"
// Install LinqBridge.Embedded as a Cake Addin #addin nuget:?package=LinqBridge.Embedded&version=1.3.0 // Install LinqBridge.Embedded as a Cake Tool #tool nuget:?package=LinqBridge.Embedded&version=1.3.0
With Visual Studio's multi-targeting and LINQBridge, you can write LINQ to Objects (local) queries using the full power of the C# 4.0 compiler and yet create programs that require only Microsoft .NET Framework 2.0. LINQBridge is a re-implementation of all the standard query operators introduced with Microsoft .NET Framework 3.5's System.Linq.Enumerable class.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (31)
Showing the top 5 NuGet packages that depend on LinqBridge.Embedded:
Package | Downloads |
---|---|
MoreLinq.Source.MoreEnumerable.Batch
C# source implementation that enhances LINQ to Objects with the method Batch. Batches the source sequence into sized buckets. |
|
MoreLinq.Source.MoreEnumerable.MaxBy
C# source implementation that enhances LINQ to Objects with the method MaxBy. Returns the maximal element of the given sequence, based on the given projection. |
|
MoreLinq.Source.MoreEnumerable.Pairwise
C# source implementation that enhances LINQ to Objects with the method Pairwise. Returns a sequence resulting from applying a function to each element in the source sequence and its predecessor, with the exception of the first element which is only returned as the predecessor of the second element. |
|
MoreLinq.Source.MoreEnumerable.MinBy
C# source implementation that enhances LINQ to Objects with the method MinBy. Returns the minimal element of the given sequence, based on the given projection. |
|
MoreLinq.Source.MoreEnumerable.ForEach
C# source implementation that enhances LINQ to Objects with the method ForEach. Immediately executes the given action on each element in the source sequence. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.0 | 6,427 | 4/18/2012 |