How to build a generic data querying library (efql) on top of Entity Framework Core, with similar functionality to GraphQL (including nested field/collection selection and nested field filtering), but without implementing a GraphQL backend.
(Work in progress, soon will be adding the tutorial content and the accompanying code, for both the library and usage examples)