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).
$ dotnet add package Remote.Linq.ExpressionBatchNo README available.