Entity Framework Core Load FULL Related Entities (Lazy Loading and Eager Loading)

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

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

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

    Thanks dude. The video was simple and short but gave me all the information I needed. I love it.

  • @oznaria1
    @oznaria1 Год назад +2

    Effective and very clear information❤

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

    Very well explained!!

  • @Computerix
    @Computerix  2 года назад +3

    To ignore cycles :
    builder.Services.AddControllers().AddJsonOptions(x =>
    x.JsonSerializerOptions.ReferenceHandler = ReferenceHandler.IgnoreCycles);

  • @mohammed.dev.99
    @mohammed.dev.99 10 месяцев назад

    Great video will explained ❤, but I'm wondering what "Virtual" keywork dose to the navigation properties in Lazy Loading (is it an inheritance stuff?), btw I'm new to backend and EF core I will be very happy if you have any references that I can use to understand these topics.