Relative Content

Tag Archive for c#.netentity-frameworklinqlinq-to-sql

Dynamic LINQ sorting after grouping

We wrote a generic filterable repository in .NET 8 that should be able to accept a list of filters and a list of sorts, and apply them to any given entity.