Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 7.3.0-alpha-002 |
Author(s): | Christof Senn |
Last Update: | Wednesday, July 10, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/6bee/Remote.Linq |
NuGet Url: | https://www.nuget.org/packages/Remote.Linq.EntityFrameworkCore |
Install
Install-Package Remote.Linq.EntityFrameworkCore
dotnet add package Remote.Linq.EntityFrameworkCore
paket add Remote.Linq.EntityFrameworkCore
Remote.Linq.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Remote.Linq(>= 6.3.0)
- Microsoft.EntityFrameworkCore(>= 3.1.10)
Tags
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%")).