Remote.Linq
Remote.Linq copied to clipboard
Simply LINQ your remote resources...
I'm having a few issues with the translation of subqueries. First one, which works as expected directly in an EF context, instead tries to select the entire table via Remote.Linq....
```csharp The source 'IQueryable' doesn't implement 'IAsyncEnumerable'. Only sources that implement 'IAsyncEnumerable' can be used for Entity Framework asynchronous operations ``` Hi, I'm experiencing issues when implementing serialized Linq expression...
Hi! I'm interested in this library, is there any concern about SQL injection or similar?
Create API in Remote.Linq.EntityFrameworkCore to get query result without mapping to DynamicObject
Hello/ Thanks for great lib. Can you add API in `Remote.Linq.EntityFrameworkCore` to get query result without mapping to `DynamicObject`? In my case i need to handle query result before send...
Bumps [MessagePack](https://github.com/MessagePack-CSharp/MessagePack-CSharp) from 2.5.171 to 2.5.187. Release notes Sourced from MessagePack's releases. v2.5.187 Changes: #2014: Use a collision-resistant hash algorithm for untrusted data to address https://github.com/MessagePack-CSharp/MessagePack-CSharp/security/advisories/GHSA-4qm4-8hg2-g2xm #2010: Update published security...
Example
Hello, I would need a simple example I have ``` List items = new List { new Item { Id = 1, Name = "Apple", Price = 50 }, new...
I created https://github.com/JohnGoldInc/EfCore.Client, which uses Remote.Linq, is compatible with .net 9.0 / Blazor, is Async-friendly, and allows for EF Core interactions Remotely. Thanks for the Good project!