Setup MS SQL in ASP.NET Core with Entity Framework

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ม.ค. 2025

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

  • @Zheka232
    @Zheka232 4 หลายเดือนก่อน +1

    Even after 1 year this video saved me from sleepless night, thank you so much

  • @eyadsh3301
    @eyadsh3301 10 หลายเดือนก่อน +3

    you saved me from give up, Think you very very much

  • @Anon-h3q
    @Anon-h3q หลายเดือนก่อน

    Thanks. Has helped me more than a Microsoft's tutorual

  • @p-tropa9936
    @p-tropa9936 11 หลายเดือนก่อน +1

    When you talk to subscribe the button change the border kkk amazing !!! :)

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

    Support by hitting 2 buttons! Like and Subscribe 👏

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

    Great explanation of sql server connection strings, IConfiguration, dbContext, dbSet and migration of sql server😀 database tables. I am all set to display information from Sql Server tables

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

      Thank you so much Ken! And that is awesome 😀👌

  • @emeypunto
    @emeypunto 4 หลายเดือนก่อน

    Worked like a charm

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

    Nice and snappy! Many thanks!

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

      Always happy to help 💪

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

    Thank you!

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

      And thank you for the support! 👏

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

      Sir, Your tutorial are awesome, and easy to follow!! If I may ask, could you please make a Blazor (Visual studio) tutorial on how to customize or change the background color of the sidebar? make it green for example?

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

      Thank you, I appreciate the kind words!
      Yes, that could be a nice tutorial to create! I will put that on my todo list. Thanks for the suggestion! 😊

    • @2005Azm
      @2005Azm ปีที่แล้ว

      @@zetbit Thank you so much sir! I will be checking on it from your channel!!

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

    How would I modify the code if I only want a connection to the server but not change or add any tables? I only want to be able to access the database so I can create a search bar to search the database on my website. Thank you!

  • @darknexx-ou6rw
    @darknexx-ou6rw 5 หลายเดือนก่อน

    Question: I'm doing a mvc so I want that the class employee is on the folder model not in data, is it still the same procedure? Or does it chage something?

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

    thank you so much!

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

    Nice done

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

    Content is good but u didn’t demo core6.0 coz what I right click on solution explorer it doesn’t give me what I need 😢

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

      What are you looking for when right clicking the solution explorer? 😬

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

      @@zetbit nugget manager ,and sometimes I think it’s weird,coz the first time we start new project everything is there but when we close and reopen the project .the start button changes, and right click,there s no Niget manager

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

      @@zqgAFf That sounds wierd. What about in the toolbar at the top. There is a tab called "Tools". You should be able to see the "NuGet Package Manager" there .
      Do you see all the folder from the project in the solution explorer?

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

    you shouldnt have a public property in your db context it should be a readonly field