Supported platforms:
- .NET Standard 2.0
- .NET Core 2.0
- .NET Framework 4.6.1
All platforms that implement .NET Standard 2.0. See https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support
Visit repository for sample usage. See...
More information
This is a Libarary providing an implementation of DotNets IComparer that uses a Func to sort/order.
For more information see: https://gitlab.com/Valtech-Amsterdam/DelegateComparer
This is a library providing you with a means to use the OrderBy method from Linq but use a Method or Expression in the class responsible for sorting
instead of the instance that's being sorted.
For more information see: https://gitlab.com/Valtech-Amsterdam/Linq.SorterExtensions
ILLightenComparer is a flexible library that can generate very effective and comprehensive IComparer<T> and IEqualityComparer<T> implementations on runtime using advantages of IL code emission.