Skip to content

Commit

Permalink
(strange) Broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroservienti authored Jul 26, 2023
1 parent 7d3c541 commit 06cd408
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ IEnumerable<dynamic> ApplySort(IEnumerable<dynamic> data, bool executedFirst)
## Conclusion

The composition process and the composition engine [are transparent to the way data are composed](/view-model-composition/2019/04/09/slice-it.html), so they have to be the way paging and sorting affect the composed data.
The composition process and the composition engine [are transparent to the way data are composed](/2019/04/09/slice-it.html), so they have to be the way paging and sorting affect the composed data.

As we've seen, it's easy to implement paging by looking for the logical owner of the incoming request.

Expand Down

0 comments on commit 06cd408

Please sign in to comment.