Get data from multiple tables in entity framework without join

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 17

  • @raymondagbunag851
    @raymondagbunag851 Před 6 lety +1

    Hello Sir! I thank God for finding this video. It solved my previous c# problem. I wish I could treat you some lunch or coffee! God bless you! =D

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

    i get exception that is .... The entity type Students is not part of the model for the current context
    how we solve it?

  • @SK-kv6ir
    @SK-kv6ir Před 11 měsíci

    is it work by the navigation properties , explain how ????

  • @JasimUddin-qs6uq
    @JasimUddin-qs6uq Před 3 lety

    Thanks for helped me

  • @bryaneoficial1617
    @bryaneoficial1617 Před 6 lety

    thanks! helped me a lot

  • @narendarsingh4672
    @narendarsingh4672 Před 5 lety

    Thanks a lot sir

  • @misenheimer_music
    @misenheimer_music Před 4 lety

    This is great. So, does your viewmodel just have a Department object property and an Employee object property? I'm new to mvc, so the utility of a view model is still unclear.

    • @thethomasproject
      @thethomasproject Před 4 lety

      Logan the view model will need to contain something. Personally, when creating a view model, I'll make getter setters that are for each thing I need to bring to the view page, not necessarily full objects like Department.

  • @binodguitarspots2078
    @binodguitarspots2078 Před 6 lety

    Awesome

  • @giatuannguyen839
    @giatuannguyen839 Před 3 lety

    Im wondering the return type of this method .. :(

  • @denisfazlija1762
    @denisfazlija1762 Před 5 lety

    you are God Thank you

  • @vicky-vikram007
    @vicky-vikram007 Před 5 lety

    how to call method in controller for web api

  • @shaikhnouman8438
    @shaikhnouman8438 Před 4 lety

    Can we do same in windows form applications?

    • @mclasses1235
      @mclasses1235  Před 4 lety

      Yes you can do this in windows form applications as well.

  • @irajeshtailor
    @irajeshtailor Před 6 lety

    Can we do same in MvC ?