(#46) Insert data in database using entity framework core | Asp.Net core tutorial

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

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

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

    Thank you sir 🙂

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

    Comprehensive 🖒

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

    Well explained

  • @hammad-e-rehman2127
    @hammad-e-rehman2127 2 ปีที่แล้ว

    Sir you had not made the video on sql server management studio

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

    Thanks

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

    Appreciated work man

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

    Hi understand the video very well, but the part of services.AddScoped(); i did not understand it

  • @iamservantofallah-Jannah
    @iamservantofallah-Jannah 4 ปีที่แล้ว

    Sir if I want to add more tables like Login table , signup table so how I can add more tables

  • @Dineshkumar-ic5el
    @Dineshkumar-ic5el 2 ปีที่แล้ว

    Wow great slowly I am improving my .net core 3.1 super sir.

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

    During mapping of all properties from model class to new class it is not giving suggestions but error. why?

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

    I have a question, without interface and by using class only shape repository, do we respect conventions?

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

      There are a couple of things that we can improve in this save method. We have started from scratch. Definitely, in the upcoming videos, we will use proper DI, interfaces, etc.

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

      @@WebGentle thanks, this way of teaching make master out of everyone, just love the way. 😎

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

    Hi, how to handle casecading drop-down scenario

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

    Wow this was very helpful sir, you are doing a great job

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

      I am glad you like this 🙂

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

    Sir, Addbook method in controller returns 405 not allowed error, how to solve it? I spent hours around it but couldn't find a solution.

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

      I think you are using POST action method to return your view. Make sure it is GET type.

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

      @@WebGentle HttpPost is used at action method. At which file I need to update??

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

      Make it httpget or remove it from action method

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

      @@WebGentle but sir u have used httppost sir?

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

      I have created two methods one for get and another for post. I think you are creating only one method

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

    How to Access/Use/ Call Stored Procedure in Entity Framework Core 3.1 DATABASE First Approach C#

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

    this video is very nice but error: id=0 so dont save database to my project Pleace help me Mr Nitish

    • @iamservantofallah-Jannah
      @iamservantofallah-Jannah 4 ปีที่แล้ว

      what error you are getting. more details, please

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

      @@iamservantofallah-Jannah Thinks I know error

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

      @@kamolhasanov9275 i think you are not using _context.SaveChanges();

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

    why my id is jump 1000, before my id is start from 1 but now when i run again then start from 1000

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

      This is because of sql server. You can say it issue or feature but MVC app has nothing to do with this. You will face this issue in latest sql server.