5 ms·
I started working on something very similar for .NET and EntityFramework 7 based on some other ideas I've implemented over the years. https://github.com/lukemu
by muruke 11y ago
I started working on something very similar for .NET and EntityFramework 7 based on some other ideas I've implemented over the years.
https://github.com/lukemurray/EntityQueryLanguage https://github.com/lukemurray/EntityQueryLanguage
Super early days as I haven't had too much time on it, and now GraphQL has specs etc. I might support more of it's syntax.
I actually build .NET expression so you can execute things against any LINQ provider - in-memory, Entity Framework, or some other ORM
- taspeotis 11y agoHow does this differ from OData? http://www.odata.org/getting-started/understand-odata-in-6-steps/ http://www.odata.org/getting-started/understand-odata-in-6-s... https://github.com/OData/WebApi https://github.com/OData/WebApi