zzz projects Entity Framework Core EF Core
Home Articles Knowledge Base Online Examples
  • Home
  • Articles
  • Knowledge Base
  • Online Examples

Entity Framework Core - Knowledge Base (KB)

3 results in tag: sorting

Custom Sorting using c# Linq Expressions

I'm trying to make sorting easier for an C# Application and C# Web API. I'm using Entity Framework Core for my persistence and testing....In my application or Web API I determine the Order, Descending or Ascending, Property Name....I pass this knowledge ...
c# entity-framework-core lambda linq sorting
asked by chris31389

Sorting and Filtering on a Calculated Field

I am currently using ...NonFactors/MVC6-Grid... to represent data on my index page for a fairly basic CRUD app built with .NET Core 2.0 & MVC. I have a model with several fields, a few of which are calculated fields. ...Sorting and Filtering with the MVC ...
.net-core asp.net-mvc c# entity-framework-core nonfactors-mvc-grid
asked by Nick Wade

Entity Framework Core - Sorting

I'm trying to sort my data set like this:...public async Task<ICollection<Article>> SortArticles(string sortOrder) { IQueryable<Article> articles = GetAll(); switch (sortOrder) { case "name_desc": articles.OrderByDescendin...
c# entity-framework-core sorting
asked by user3569465

Page 1 of 1
  • 1

Prime Library

Performance

  • Entity Framework Extensions
  • Entity Framework Classic
  • Bulk Operations
  • Dapper Plus

Expression Evaluator

  • C# Eval Expression
  • SQL Eval Function
More Projects...

Related

  • EF Extensions Online Benchmark
  • WIN an EF Extensions license
  • EF6 BatchSaveChanges for only $79
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!