6 - Eagar Loading in Entity Framework

Sdílet
Vložit
  • čas přidán 8. 04. 2019
  • Eager loading is the process where a one type of entity also loads related entities.
    Eager loading is achieved using the Include() method.

Komentáře • 13

  • @TheAcousticEngineer
    @TheAcousticEngineer Před 4 lety +2

    The whole Entity Framework video series is very helpful and clearly explained. Also, love the breakdown of the concepts into small 8-10 minute videos which are easy to understand and digest in one go. Keep up the great work! :)

  • @siddharthrai4282
    @siddharthrai4282 Před 3 lety +1

    Really very informative vedio. Thanks for sharing your knowledge.

  • @PraveenKumar-hi7gb
    @PraveenKumar-hi7gb Před 2 lety +1

    Thanks madam for clearly explaination

  • @mp-fg2zw
    @mp-fg2zw Před 4 lety +1

    thank you for the nice content.

    • @CodeSemantic
      @CodeSemantic  Před 4 lety

      Thanks for watching!

    • @mp-fg2zw
      @mp-fg2zw Před 4 lety

      @@CodeSemantic Waiting for more videos Madam. Request you to provide videos on creating the dynamic model using onmodelcreating (using Reflection).

  • @waheedullah2855
    @waheedullah2855 Před 4 lety +1

    thanks

  • @ajaymanagaon2894
    @ajaymanagaon2894 Před 4 lety +1

    Thank you Mam

  • @atulbhandari2786
    @atulbhandari2786 Před 4 lety

    when use include() with lambda expression in entity framework exception occured system.data.entity.dynamicproxies.propertyname

    • @CodeSemantic
      @CodeSemantic  Před 4 lety +1

      Hi,
      First of all thank you for watching and practicing it yourself. Please check navigation property is virtual or not, because virtual properties are responsible for dynamic proxies

  • @atulbhandari2786
    @atulbhandari2786 Před 4 lety

    How to fix it.... When i m using console application with entity framework using lembda Expression.In database I have two table those have relationship
    When i m using linq keyword for retrive the data that time program will be fine
    But when i m using lembda Expression that time exception occured...

    • @CodeSemantic
      @CodeSemantic  Před 4 lety

      Sorry I don't understand your question. Will you please elaborate it more?