NET on MAC - 4 Working with EF Entity Framework (Database First) on Apple Silicon

Опубликовано: 05 Декабрь 2023
на канале: dhandrohit
781
13

This video practically demonstrates the following:
a. How to install EF tools on Apple Silicon.
b. Use the tools to generate the DBContext classes and Model Classes through command.
c. Understand how to use the Entity Framework Core tools within Console Applications

Commands:

 Install EF Tools
dotnet tool install --global dotnet-ef

 Update the EF Tools
dotnet tool update --global dotnet-ef

We need to install the following packages:
 dotnet add package Microsoft.EntityFrameworkCore.SqlServer
 dotnet add package Microsoft.EntityFrameworkCore.Tools
 dotnet add package Microsoft.EntityFrameworkCore.Design


 Scaffolding command
dotnet ef dbcontext scaffold "Server=localhost; Initial Catalog=yourdbname; user=sa;Password=yourpassword;TrustServerCertificate=True;" Microsoft.EntityFrameworkCore.SqlServer -o Models

#entityframework #entityframeworkcore #sqlserver #docker #programming #applesilicon #containers #eftools


Смотрите видео NET on MAC - 4 Working with EF Entity Framework (Database First) on Apple Silicon онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь dhandrohit 05 Декабрь 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 781 раз и оно понравилось 13 людям.