Tutorial: WebAPI with EFCore and Linq [Easy Entity Framework / Linq to SQL examples] [July 2021]

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

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

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

    I Learned making complex queries because of this video.
    Thanks a lot.

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

      Oh thats wonderful! This makes me happy. Have a great day alamshaikh4358

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

      @@DataVids
      Please upload more videos like this.

  • @conwaydante4155
    @conwaydante4155 2 года назад +1

    Despite the names being similar, this helped me understand how to build up joins using more and more tables. Thank you for this!

    • @DataVids
      @DataVids  2 года назад

      Sweet, glad it helped!

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

      how can we put .Where clause in it with .Select at last ? @@DataVids

  • @maegarcia2329
    @maegarcia2329 9 месяцев назад

    🎉🎉🎉🎉🎉🎉 thanks bro, i have solved my problem because of your video

  • @yaphao4544
    @yaphao4544 7 месяцев назад

    I have been tasks to convert Dapper to EF core, which the queries have lots Joined tables, so watching your videos ,gimme some clues on how to proceed and dig more infomation to do on my tasks

  • @VijayVijay-sg3qv
    @VijayVijay-sg3qv 2 года назад +1

    How to get data from registeration table.....i need username and password from registration table ..how can I fetch using linq

    • @DataVids
      @DataVids  2 года назад

      Is this an identity project? Its hard to know what queries you need without knowing the database structure or what context you have setup. If its an identity project, you could look into using the usermanager (via dependency injection) to get the data out.

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

    Thanks, learned a lot.

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

      Glad it was helpful!

  • @songlover1072
    @songlover1072 2 года назад +1

    how to do the join in Get with id method?

    • @DataVids
      @DataVids  2 года назад

      Hi Kennu Martos, can you provide a bit more information about what you are looking for? Is it from a specific section of the video - if so providing the minutes:seconds would help me as well. Thanks.

    • @conwaydante4155
      @conwaydante4155 2 года назад

      @@DataVids Guessing they meant how to add a .Where to filter against an Id perhaps?

  • @miguelangeldiaz1811
    @miguelangeldiaz1811 2 года назад +1

    Thank you, it was a very helpful video.

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

      I am very glad to hear that!

  • @cavitation-bg
    @cavitation-bg 2 года назад +1

    Thanks for the great video. It helped me a lot but I still struggle with the put, post and delete methods :/

    • @DataVids
      @DataVids  2 года назад +1

      Learning this stuff definitely takes time but you can do it. One thing that helps me a lot still, is to look at either fiddler, postman, or the network tab in the browser to see what the request looks like to make sure my problems are not on the receiving end than the sending side (see what the headers, parameters, and body looks like). Also apply the correct attributes to the method parameters if its a post (is the parameters coming from the body of the request or from a form, if so [FromBody], vs [FromForm] etc). Not sure if that even applies to what is troubling you, but I hope it helps! Have a great day and thanks for watching datavids!

    • @cavitation-bg
      @cavitation-bg 2 года назад

      @@DataVids It worked for me- watching your videos+checking the Microsoft documantation happened to be the best recipe. I really appriciate the efforts you put in this video and for your personal answer to me. For sure you deserve much more attention, but for now be sure you have one loyal supporter from Bulgaria who managed to impress partly tnx to you a prgrammer in LinkedIn and to start a part-time job as an intern.
      Kind Regards and keep up the good work! :)

  • @SuperSayiyajin
    @SuperSayiyajin 2 года назад +1

    Thanks a lot