The Database First Approach in Entity Framework Core | | Asp.Net MVC Core | by Mr. Sudhakar Sharma

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

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

  • @aminaleali7161
    @aminaleali7161 3 ปีที่แล้ว +3

    Excellent presentation. Professional, clean, clear. Love the screen in the back with big fonts. I watch a lot of programming tutorial videos on the TH-cam. There are some bad ones, good ones and excellent ones. This video has the right stuff! Thumbs up and subscribed.

  • @anurag0304
    @anurag0304 2 ปีที่แล้ว

    To the point and very precise . Please make a video on if new object is added to DB .How to pull only new or changed object

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

    Your teaching method is mind blowing and thanks for sharing nice tutorial....please do make more tutorials like that

  • @katyayanisahu9811
    @katyayanisahu9811 2 ปีที่แล้ว

    Thank you very much.Pleas make more videos of MVC Core projects using both approaches

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

    You can do it without console commands, directly from tables inside server explorer

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

    Very
    Very beautiful video!!!!

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

    Very helpful sir Thank you ❤

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

    Thank you, you've helped me a lot.

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

    Nice tutorial and thank you very much for your nice teaching style.. but where is the next one ?

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

    Muchasss GRACIASSSSS saludos desde CHILE!!!!!

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

    I have 2 main question while using the database first approch !
    1) how we are going to use the stored procedure with core ?
    2) in case of any entity change in database how to update the context file without rewriting the whole dbcontext file ?
    I have found a way to use stp but it need changes in dbcontext file and while updating using migration it overwrites all the manual changes and I need to add those manually .

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

    Thank you, this tutorial was very usefull !

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

      I know it's kind of randomly asking but do anyone know a good website to watch newly released movies online?

  • @barwalgayatri4655
    @barwalgayatri4655 2 ปีที่แล้ว

    Sir but in Actual Project Deployment, where we have to deal with different different DB, how we can manage to set the COnnection string in Scaffold command that u have specified ??

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

    Thank you, sir.

  • @rahulchaurasia5560
    @rahulchaurasia5560 2 ปีที่แล้ว

    Hello Sir, I have a query, if we add a new table in dB, then how do we refresh a DB, update-database command is not refreshing, Please suggest.

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

    Thank you.

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

    Thanks boss

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

    so underrated content. luckily found today.but i wanna ask which approach is best for big scale project ,db first or code first.??

    • @RaviRaj-vf5tp
      @RaviRaj-vf5tp 4 ปีที่แล้ว +1

      It's very simple to decide If you have an exiting application you don't have the option of code first you have to go with DB first approach and If you starting a new project, in that case, you don't have the option of DB first you have to go with code first.
      Why you make DB and then you will use DB first approach for the newer project.

  • @barwalgayatri4655
    @barwalgayatri4655 2 ปีที่แล้ว

    Best

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

    Thanks

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

    Thanks for video but i have a query, How to select few tables from database using database first approach ??

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

      can any one please reply this question

    • @sandeepmukkannavar7272
      @sandeepmukkannavar7272 3 ปีที่แล้ว +2

      Scaffold-DbContext Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models -Tables

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

    Thank you Indian boy...

  • @Tanmaygaming0406
    @Tanmaygaming0406 2 ปีที่แล้ว

    Its obsolete now! Create something with new version please