- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
CRUD Operation in .NET Core 9 Web API - using EF core and Code First Approach with SQL Server!
CRUD Operation in .NET Core 9 Web API - using EF core and Code First Approach with SQL Server!
Create an Web API Core application in Visual Studio 2022.
2. Install below three Package for the Entity Frame
work
using NuGet Package manager
Microsoft.EntityFrameworkCore
Microsoft.EntityFrameworkCore.SqlServer
Microsoft.EntityFrameworkCore.Tools
Swashbuckle.AspNetCore ( In case if swagger is not installed apprppriately.)
Also do some changes in launchSettings.json
"launchBrowser": true,(Change from False to true)
"launchUrl": "swagger", (Add this line )
( Both the place marked in green) Run and check after
that.
Видео CRUD Operation in .NET Core 9 Web API - using EF core and Code First Approach with SQL Server! канала Tech सफ़र
Create an Web API Core application in Visual Studio 2022.
2. Install below three Package for the Entity Frame
work
using NuGet Package manager
Microsoft.EntityFrameworkCore
Microsoft.EntityFrameworkCore.SqlServer
Microsoft.EntityFrameworkCore.Tools
Swashbuckle.AspNetCore ( In case if swagger is not installed apprppriately.)
Also do some changes in launchSettings.json
"launchBrowser": true,(Change from False to true)
"launchUrl": "swagger", (Add this line )
( Both the place marked in green) Run and check after
that.
Видео CRUD Operation in .NET Core 9 Web API - using EF core and Code First Approach with SQL Server! канала Tech सफ़र
Комментарии отсутствуют
Информация о видео
16 июля 2025 г. 13:44:47
00:46:18
Другие видео канала





















