Skip to content

A demonstration of sending multiple Remote.Linq requests per single network request.

License

Notifications You must be signed in to change notification settings

lsoft/Remote.Linq.ExpressionBatch

Repository files navigation

Remote.Linq.ExpressionBatch

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 (v.7.0) and used protobuf for serialization.

I suggest starting the study of the code from:

  1. Unit tests.
  2. Conditional compilation symbols in Program.cs in Client.csproj and Server.csproj.

Many thanks to the author of Remote.Linq (6bee) for the library and answers to my numerous questions.

About

A demonstration of sending multiple Remote.Linq requests per single network request.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published