Configuring Entity Framework Code First [2 of 3]

Поделиться
HTML-код
  • Опубликовано: 6 ноя 2022
  • In this video you will learn how to create a database context, configure the entity and property mappings, and run the Entity Framework by using dbcontext.
    #ORM #entityframework #dotnet C#

Комментарии • 5

  • @seiyamori2172
    @seiyamori2172 Год назад +1

    Awesome series! Thanks for explaining every step. Understanding this level of detail really helps.

  • @user-nu3be5kf9l
    @user-nu3be5kf9l 4 месяца назад

    wow very clear an concise. I was really was quite confused trying to figure this out on my own.

  • @2005Azm
    @2005Azm Год назад

    Thank you sir

  • @daliangilbert
    @daliangilbert Год назад

    You should definitely use and learn EF Core, not EF, maybe differences are not so big on the beginning, but still are.

  • @user-xs7it8js6d
    @user-xs7it8js6d Месяц назад

    You dont explain why your are doing certain steps. Knowing what without why is not usefull for my understanding.