Skip to content

Conversation

@enisn
Copy link
Owner

@enisn enisn commented Aug 3, 2019

That PR aims improve developer usage experience with ApplyFilter() extension method on IQueryable<T> types (like: DbSet).

So view changes of usage:

-from:

filter.ApplyFilterTo(db.Blogs);
  • to
db.Blogs.ApplyFilter(filter);

So developers can continue to use fluent api usage of LINQ as customary.

@enisn enisn added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 3, 2019
@enisn enisn merged commit df46131 into master Aug 3, 2019
@enisn enisn changed the title Feature/extensions Extension Methods Feature Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants