Hendrik Bulens All about .NET development

TagExpressions

Create lambda expressions on the fly in C#

C

For the last couple of weeks I have been working with client-side frameworks such as Kendo UI and Sencha ExtJS a lot. One of the requirements of my clients was server-side filtering, grouping and ordering of several grids and other components. The challenge here is that you don’t know exactly what information might be coming in: which field do you have to filter or sort, which direction...

Hendrik Bulens All about .NET development