Found 17 packages
Remote Linq is a small and easy to use - yet very powerful - library to translate linq expression trees to strongly typed, serializable object trees and vice versa. It provides functionality to send arbitrary linq queries to a remote service to be applied and executed against any enumerable or queryable data source.
Provides Json.NET serialization for Remote.Linq types.
A library for declaring properties into remote-translatable expressions.
Provides System.Text.Json serialization for Remote.Linq types.
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%"))
Remote linq extensions for EF6: - 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).
Provides protobuf-net configuration for Remote.Linq types.
LINQ to DB Remote WCF package provides client and server classes to query database remotely using WCF.
LINQ to DB Remote gRPC package provides client and server classes to query database remotely using gRPC.
Provides Remote.Linq interoperability with Interactive Extensions (Ix.NET).
A demonstration of sending multiple Remote.Linq expressions per single network request. It is useful in case you need to execute multiple expressions per single transaction and you cannot share a server's RDBMS transaction across few network requests (that's never a good idea, I guess). It is based on Remote.Linq 7.0 (https://github.com/6bee/Remote.Linq).
LINQ to DB Remote Signal/R package provides client classes to query database remotely using Signal/R.
LINQ to DB Remote HttpClient package provides client classes to query database remotely using HttpClient.
LINQ to DB Remote Signal/R package provides server classes to query database remotely using Signal/R.
LINQ to DB Remote HttpClient package provides server classes to query database remotely using HttpClient.
Zyan is a framework that simplifies development of distributed applications for desktop and mobile platforms. With Zyan you can publish any .NET class for remote access over the network. Zyan is highly customizable and provides you with tools to build modular and plugable distributed applications.
Functional programming library for .NET with Option, Result, Either, Validation, Try, RemoteData, NonEmptyList, Writer, Reader, State, and IO monads. Features async/await support with CancellationToken, LINQ query syntax, zero dependencies, Roslyn analyzers, source generators for discriminated unions, ASP.NET Core and EF Core integrations.