Skip to content

jmolla31/EzySorting

Repository files navigation

EzySorting

Minimal sorting model and extensions for .NET Core projects

Classes provided:

  • SortModel: Sorting model, target property and sort direction (Ascending/Descending)
  • SortDirection: Direction enum.
  • HttpRequestExtensions: Extension to extract a SortModel instance from the query parameters of an HttpRequest object.
  • IQueryableExtensions: Extension to apply the values from a SortModel instance to any IQueryable.

About

Minimal sorting model and extensions for .NET Core projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages