- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Day 34 - Add UserId Filter to Task List | ASP.NET Core Clean Architecture
Day 34 of Backend Software Journey. In this lesson, I improve the task list endpoint by adding userId filtering.
In this part:
- Add userId query parameter to GET /api/tasks
- Update ITaskService GetAll method
- Update the database-backed TaskService
- Filter tasks by UserId using EF Core
- Keep completion filtering working
- Keep task search working
- Combine userId, isCompleted, and search filters
- Test the updated task list endpoint in Swagger
Day 33 added GET /api/users/{userId}/tasks. Day 34 improves the main task list endpoint so clients can call GET /api/tasks?userId=1 and combine it with other filters.
Source code repository:
https://github.com/BackendSoftwareJourney/jobtrackr-backend
Playlist:
Backend Software Journey - Clean Architecture Tutorial
#aspnetcore #dotnet #entityframeworkcore #sqlserver #cleanarchitecture #backenddevelopment #csharp
Видео Day 34 - Add UserId Filter to Task List | ASP.NET Core Clean Architecture канала Backend Software Journey
In this part:
- Add userId query parameter to GET /api/tasks
- Update ITaskService GetAll method
- Update the database-backed TaskService
- Filter tasks by UserId using EF Core
- Keep completion filtering working
- Keep task search working
- Combine userId, isCompleted, and search filters
- Test the updated task list endpoint in Swagger
Day 33 added GET /api/users/{userId}/tasks. Day 34 improves the main task list endpoint so clients can call GET /api/tasks?userId=1 and combine it with other filters.
Source code repository:
https://github.com/BackendSoftwareJourney/jobtrackr-backend
Playlist:
Backend Software Journey - Clean Architecture Tutorial
#aspnetcore #dotnet #entityframeworkcore #sqlserver #cleanarchitecture #backenddevelopment #csharp
Видео Day 34 - Add UserId Filter to Task List | ASP.NET Core Clean Architecture канала Backend Software Journey
Комментарии отсутствуют
Информация о видео
16 июня 2026 г. 12:45:10
00:02:04
Другие видео канала
