kendo-labs / dlinq-helpers

Add server paging, filtering and sorting via Dynamic Linq
71 stars 70 forks source link

Using Kendo.DynamicLinq with ASMX Web Services #35

Open chstorb opened 6 years ago

chstorb commented 6 years ago

Usage of concrete classes (e.g. List instead IEnumerable) to make this assembly useable with ASMX Web Services (XmlSerializer won't serialize IEnumerable).