Entity Framework sorting using just strings

Опубликовано: 08 Январь 2023
на канале: Spyros Katsios
252
13

Hi guys, today we are going to see how we can order our entities in entity framework using only a string, that represents the property that we want our data to be ordered by.

How to create multiple DbContexts that target the same database and tables:    • How to create multiple DbContexts tha...  

00:00 : The Problem
01:41: The Solution
02:45: The New Problem
02:58: The Final Solution