ASP.Net MVC 5 Database First with Entity Framework 6

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ธ.ค. 2024

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

  • @jaredfiacco1107
    @jaredfiacco1107 5 ปีที่แล้ว

    Thank you, Zaheer. This was super helpful!

    • @CodeSynergy
      @CodeSynergy  5 ปีที่แล้ว

      Its hard to understand without audio. I did not get time to record a demo video for DB First. I have done for Code First Approach.

  • @gomgomevery
    @gomgomevery 5 ปีที่แล้ว +1

    Thank you!!!! It helped me a lot!!!!!!! very very gooooooood!

  • @legionsman7476
    @legionsman7476 3 ปีที่แล้ว

    if one of the tables in your database is updated, will it update your datatable in the application? i dont understand why no one can answer this...

    • @CodeSynergy
      @CodeSynergy  3 ปีที่แล้ว

      If DB is modified, you need to update EF in your application, so that it has all the Tables and Fields in the app as Classes and Members. Otherwise, App wouldn't be able to do the transactions in the DB and will throw errors

    • @legionsman7476
      @legionsman7476 3 ปีที่แล้ว

      @@CodeSynergy and this is why you use code first migrations?

    • @CodeSynergy
      @CodeSynergy  3 ปีที่แล้ว

      @@legionsman7476 in code first, when models are updated, we need to update DB too, we perform migration. And the goal of migration is not only update the DB but to keep the existing data in the DB as well. Consider updating a model of a system which is in production, we need to update DB and also don't want to loose data

  • @cok9033
    @cok9033 4 ปีที่แล้ว

    Oh! Thx !!!!!!! It helped me !! thank you so much

  • @aartimalviya186
    @aartimalviya186 5 ปีที่แล้ว +1

    Thank you it' properly working

  • @أكاديميةالمبرمجينالصغار
    @أكاديميةالمبرمجينالصغار 6 ปีที่แล้ว

    رائع جزاك الله خيرا

  • @sergioesteban7663
    @sergioesteban7663 6 ปีที่แล้ว

    can you upload the database file to work locally!!!

  • @toppervisionz8418
    @toppervisionz8418 6 ปีที่แล้ว

    kia bat ha jigr

  • @honest_review2492
    @honest_review2492 ปีที่แล้ว

    The video is good but i don't know why the sound is not working can anyone tell me if they are facing the same problem or not

    • @CodeSynergy
      @CodeSynergy  ปีที่แล้ว

      Unfortunately, there is no audio

  • @YuMo-e1b
    @YuMo-e1b 6 ปีที่แล้ว +1

    thank you a lot

  • @arunisam1605
    @arunisam1605 4 ปีที่แล้ว +1

    Thanks

  • @yaseenafzal6162
    @yaseenafzal6162 4 ปีที่แล้ว

    How to make exe of this code with database

    • @CodeSynergy
      @CodeSynergy  4 ปีที่แล้ว

      It's a web based application not a Desktop Application. If you are interested in developing Desktop Application then watch my WPF Tutorials

    • @yaseenafzal6162
      @yaseenafzal6162 4 ปีที่แล้ว

      @@CodeSynergy ok i want to make exe in desktop application i use entity frame work db first approch and now i want to deploy on client computer using mdf db

    • @CodeSynergy
      @CodeSynergy  4 ปีที่แล้ว

      @@yaseenafzal6162 Exe, DB and Related DLLs would be under bin/Debug or bin/Release folder

  • @bntdgp
    @bntdgp 6 ปีที่แล้ว

    Could not understand anything...