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: | Create the first Fiddle |
Project Url: | https://github.com/6bee/Remote.Linq |
NuGet Url: | https://www.nuget.org/packages/Remote.Linq.EntityFramework |
Install
Install-Package Remote.Linq.EntityFramework
dotnet add package Remote.Linq.EntityFramework
paket add Remote.Linq.EntityFramework
Remote.Linq.EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
net461
- Remote.Linq(>= 6.3.0)
- EntityFramework(>= 6.4.4)
- Remote.Linq(>= 6.3.0)
- EntityFramework(>= 6.4.4)
Tags
- Use this package on server side to apply queries to EFs DbContext.
- Use this package in a client side project to enable eager-loading (Include-expressions in linq queries).