Skip to main content
Remote.Linq.EntityFrameworkCore package icon

Remote.Linq.EntityFrameworkCore

Remote linq extensions for EF Core. Use this package on server side to apply queries to EFs DbContext. Use this package in a client side project to enable utilization of query features specific to EF Core: - Apply eager-loading (Include-expressions in linq queries) - Make use of DB functions e.g. queryable.Where(x => Microsoft.EntityFrameworkCore.EF.Functions.Like(x.Name, "%fruit%"))

Total Downloads
645.2K
645,219
Published
Jan 19, 2026
Latest stable version

Install

.NET CLI
dotnet add package Remote.Linq.EntityFrameworkCore --version 7.3.1
Package Manager Console
Install-Package Remote.Linq.EntityFrameworkCore -Version 7.3.1
PackageReference
<PackageReference Include="Remote.Linq.EntityFrameworkCore" Version="7.3.1" />

Frameworks

net8.0 net10.0 .NETStandard2.0 .NETStandard2.1

Dependencies

[7.3.1, )
[7.3.1, )
Remote.Linq
.NETStandard2.0
[7.3.1, )
[3.1.32, )
Remote.Linq
.NETStandard2.1
[7.3.1, )
[5.0.17, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 4 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.