У нас вы можете посмотреть бесплатно ASP.NET Core 6.0 Code first approach using Entity Framework или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This is how code first approach is done using entity framework, to generate the database and the respective tables Database First Approach: • ASP.NET Core - Scaffolding with Entity Fra... Timestamps: --------------------- 0:00- Introduction 0:12- Creating the Web API project 0:50- Explaining the models involved 1:31- Creating the Models 3:10- Adding the foreign key and navigation properties 5:28- What are navigation properties ? 6:38- Allowing Lazy Loading by adding virtual key word 7:00- Downloading the required Entity Framework packages 8:00- Creating the DbContext class 10:50- Adding the DbContext to our app services in program.cs 13:20- Creating the migrations 14:20- Analyzing the created Databasein MSSMS, and its tables with the relationships 15:50- How to handle future Model changes? 17:30- Outro