SenseNet / sn-client-dotnet

A .Net client for sensenet that makes it easy to use the REST API of the Content Repository.
https://www.sensenet.com/
GNU General Public License v2.0
7 stars 16 forks source link

Repository API: LINQ for sensenet #89

Open tusmester opened 1 year ago

tusmester commented 1 year ago

Provide a LINQ implementation over the repository on the client side.

repository. Where(c => c.InTree("/Root/Content") && c.TypeIs("Article"))...
repository. Count(...)
repository. Any(...)