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

Async explicit client-side evaluation #4832

Open
shravan2x opened this issue Oct 10, 2024 · 1 comment
Open

Async explicit client-side evaluation #4832

shravan2x opened this issue Oct 10, 2024 · 1 comment
Assignees
Milestone

Comments

@shravan2x
Copy link

The docs provide an example for explicit client-side evaluation as

var blogs = context.Blogs
    .AsEnumerable()
    .Where(blog => StandardizeUrl(blog.Url).Contains("dotnet"))
    .ToList();

Is there an async equivalent for .AsEnumerable() (is it .AsAsyncEnumerable())? If so, could it be added to the documentation?

@roji
Copy link
Member

roji commented Oct 10, 2024

That's detailed in this page.

I'm planning to work on the client vs. server evaluation page which you mention above, I'll include an async sample there as well.

@roji roji self-assigned this Oct 10, 2024
@roji roji added this to the 9.0.0 milestone Oct 10, 2024
@roji roji transferred this issue from dotnet/efcore Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants