Entity Framework Web API Tutorial .Net 8

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024
  • In this video tutorial I will show how to use Entity Framework with a Web Api. I will go over the basics of how the Entity Framework ORM works with mapping entities to database tables using the Database Context, how it generates the SQL queries, how it tracks changes to entities that you query, and how it uses that information to determine how to edit records.
    Link to the Github Repo with all of this code for reference:
    github.com/Scr...
    Follow me on social media!
    Instagram: / scriptbytes
    Threads: www.threads.ne...
    Check out my blog!
    scriptbytes.io/

ความคิดเห็น • 15

  • @scriptbytes
    @scriptbytes  9 หลายเดือนก่อน +1

    What other .Net or Entity Framework topics are you interested in seeing?

  • @marketfinds
    @marketfinds 14 วันที่ผ่านมา

    Brilliant, love that you showed the SQL and tips on optimizing the queries.

  • @oncalldev
    @oncalldev 9 หลายเดือนก่อน +2

    There are quite a few explanations on TH-cam of working with Entity Framework Web API, but few really get into the nitty-gritty of what's happening under the hood - which makes for a much deeper understanding of how to correctly use the development tools involved. I'll be sure to check out your other videos.

    • @scriptbytes
      @scriptbytes  9 หลายเดือนก่อน

      I appreciate the comment, and hanks for watching!
      I really debated keeping in the section where I do the deep-dive into change tracking. Partly because the video is already pretty long, and I wasn't sure if people would be interested, but I'm glad you enjoyed it!

  • @artemvolsh387
    @artemvolsh387 5 หลายเดือนก่อน

    This is so great, I'm just was searching for a Entity Framework entry guide, and I'm really glad I'm found this, thanks a lot!

    • @scriptbytes
      @scriptbytes  5 หลายเดือนก่อน

      You’re welcome!

  • @DanielFantaneanu
    @DanielFantaneanu 3 หลายเดือนก่อน

    great

  • @10Totti
    @10Totti 8 หลายเดือนก่อน

    Best Tutorial Thanks!

    • @scriptbytes
      @scriptbytes  8 หลายเดือนก่อน +1

      You're welcome!

  • @ArturoNull
    @ArturoNull 9 หลายเดือนก่อน

    Thank you!

    • @scriptbytes
      @scriptbytes  9 หลายเดือนก่อน +1

      You're welcome!

  • @yanko694
    @yanko694 6 หลายเดือนก่อน

    why not also do it properly with SOLID ...

  • @bobmarley8334
    @bobmarley8334 7 หลายเดือนก่อน

    your entity class is full of warnings =/

    • @scriptbytes
      @scriptbytes  7 หลายเดือนก่อน

      Yea it's warning me I didn't give my strings an initial value