Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added an extensions entry for EntityFrameworkCore.Projectables #3283

Merged
merged 2 commits into from
Jun 22, 2021

Conversation

koenbeuk
Copy link
Contributor

@koenbeuk koenbeuk commented Jun 6, 2021

EntityFrameworkCore.Projectables enables a way to use normal properties and methods within your linq query while having it still generate proper sql. Similar to Expressionify, it uses a code generator to create companion expressions of any property/method that is marked with an attribute. I've been using this technique for a while now and have recently published this library as a generic implementation. It has quite a few differences from Expressionify as it first allows Expanding on much more than just extension methods as well as it integrates with EFCore and actually improves performance for query compilation (currently exposed in the Benchmark but I'll add a blog post on this topic soon too).

It would be great if this can be listed on the Extensions page docs. If there are concerns that this project is still in 'preview' (currently v0.4.0). I expect a proper release within the next couple of days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants