Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karenpayneoregon/ef-core-order-by

Provides language extensions for order by using string value
https://github.com/karenpayneoregon/ef-core-order-by

csharp-core efcore7 sql-server

Last synced: 13 days ago
JSON representation

Provides language extensions for order by using string value

Awesome Lists containing this project

README

        

# About

Provides language extensions for performing order by for Entity Framework Core using strings for colum names.

[Queryable Extensions](EntityFrameworkLibrary/QueryableExtensions.cs)

:stop_sign: Before running `NorthWindExampleApp` project, follow instructions in `northWind.sql` in the solution's root folder.

## Article

https://dev.to/karenpayneoregon/ef-core-order-by-string-column-name-4549