Skip to content

NeinLinq.EntityFramework 6.3.0-preview.214 Latest

NeinLinq provides helpful extensions for using LINQ providers such as Entity Framework that support only a minor subset of .NET functions, reusing functions, rewriting queries, even making them null-safe, and building dynamic queries using translatable predicates and selectors. To support different LINQ implementations, the following flavours are available. Choose at least one. - Use NeinLinq for plain LINQ queries - Use NeinLinq.Async for async LINQ queries - Use NeinLinq.EntityFramework for Entity Framework 6 LINQ queries - Use NeinLinq.EntityFrameworkCore for Entity Framework Core LINQ queries

Install from the command line:
Learn more about NuGet packages
$ dotnet add package NeinLinq.EntityFramework --version 6.3.0-preview.214

Recent Versions