ASP.NET Core 6 Web API Using Entity Framework Core 6 Database First Approach

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 44

  • @TrevoirWilliams
    @TrevoirWilliams  2 года назад

    Learn Full API Development from these courses:
    Complete Blazor (WASM & Server) and ASP.NET API Development - www.udemy.com/course/end-to-end-aspnet-core-31-api-and-blazor-development/?referralCode=E737D31F38F986C3FA28
    Ultimate ASP.NET Core Web API Development Guide - www.udemy.com/course/ultimate-aspnet-5-web-api-development-guide/?referralCode=354D04A638A9196767B3

  • @jonah8715
    @jonah8715 2 года назад +3

    Very thorough intro guide! I had limited knowledge going in but I feel like a wizard now, thanks!

  • @ronaldjohnson4470
    @ronaldjohnson4470 2 года назад +2

    Thank you Trevoir, excellent tutorial.

  • @claudiasaji4453
    @claudiasaji4453 Год назад +2

    Amazing course! Thanks a lot!

  • @fross2500
    @fross2500 2 года назад +5

    great content

  • @denistita4166
    @denistita4166 2 года назад +1

    Great course. Thanks.

  • @aytech6867
    @aytech6867 2 года назад +1

    Thank you dear for your hard work . Dear If I want to update the existing db should I remove the data folder and re type the Scaffold dbcontext again in the package manager console?

    • @TrevoirWilliams
      @TrevoirWilliams  2 года назад

      You don't need to remove anything. If you rerun the command, it will regenerate all the files automatically.

    • @aytech6867
      @aytech6867 2 года назад

      @@TrevoirWilliams thank you so much

  • @harpesiri
    @harpesiri 2 года назад +1

    great content and clear explanation..Thanks

  • @neilbae
    @neilbae Год назад +1

    Great video!

  • @jessmathew7205
    @jessmathew7205 2 года назад +1

    This video is very informative, and i have a doubt if in case i need both books details and authors details what should be done? One class is depending on another. So what change is to be made?

    • @TrevoirWilliams
      @TrevoirWilliams  2 года назад

      Thank you for pointing that out. In the full course, we do this and cater to adding books with the author associated.

  • @sergkapitan2578
    @sergkapitan2578 2 месяца назад +1

    Explanaition part is good:) Can you tell why the quality of picture is so so bad??? I cannot realy recognize almost anything ...

    • @TrevoirWilliams
      @TrevoirWilliams  2 месяца назад

      It might be your connection. The video is 4K quality.

    • @sergkapitan2578
      @sergkapitan2578 2 месяца назад

      @@TrevoirWilliamsHi Trevoir! Which connection exactly do you mean, if I see almost all other videos really very good!? May be there is settings in RUclips for each video quality separately?....???

  • @iKadheya
    @iKadheya Год назад +1

    I have a problem, when I publish this to IIS the conenection to the database breaks :( is there something to configure to iis ?

    • @TrevoirWilliams
      @TrevoirWilliams  Год назад

      Double-check your connection strings in the appsetrings file after publishing and see if the correct database is being used.
      Also, you need to give the app pool permission to the database

  • @aricwilliamsdeveloper
    @aricwilliamsdeveloper 2 года назад +1

    hey! what course can i take to get good course on save data to database and retrieve data from database , login and registration... I can make an app, but it loose data after refresh. Like on udemy it remembers everything about me when i login. I want to make a software as a service app

    • @TrevoirWilliams
      @TrevoirWilliams  2 года назад

      Hello Aric, you can start by taking Conplete ASP.NET Core and Entity Framework Development. This will lwalk you through all the basics and intermediate steps to developing a an app with a database.
      www.udemy.com/course/complete-aspnet-core-31-and-entity-framework-development/?referralCode=739749EF600855CEE34F

    • @aricwilliamsdeveloper
      @aricwilliamsdeveloper 2 года назад +1

      @@TrevoirWilliams I brought Microsoft Azure for .Net dev, Ultimate API core, Solid and clean architecture, azure devops, entity core framework, and test driven development courses because you explain everything so well... Im so tired of half baked courses and ppl with heavy Indian accents (Not disrespect to my Indians!!)

    • @TrevoirWilliams
      @TrevoirWilliams  2 года назад +1

      @@aricwilliamsdeveloper I sincerely appreciate the support. Feel free to ask me anything as you go along. I am also always open to suggestions.

  • @sanakanwal6255
    @sanakanwal6255 2 года назад +1

    thank you boy 😊

  • @forgiveandforget7896
    @forgiveandforget7896 2 года назад +2

    You didn't put the author Id in the create book dto while it is put in the read-only, detail and the real data model
    How can I add a book without adding the author of it

  • @Daily5ongs
    @Daily5ongs 2 года назад +1

    thanks man for all your work
    please do a practical course for DDD

    • @TrevoirWilliams
      @TrevoirWilliams  2 года назад +3

      That is a good idea. I will take it in stride.

    • @Daily5ongs
      @Daily5ongs 2 года назад

      @@TrevoirWilliams thanks again

    • @rickytm
      @rickytm 2 года назад

      X2 Greetings from MX

  • @arunakumari5776
    @arunakumari5776 2 года назад

    How to get and use appsettings.json and cachesetting.json static data in the project ?

  • @kawkabsuhail6689
    @kawkabsuhail6689 2 года назад +1

    an error emerged when I ran the project swagger localhost refused connection ....How can I solve it

    • @TrevoirWilliams
      @TrevoirWilliams  2 года назад

      I am not sure why. Did you change anything in the program.cs file regarding the swagger configurations?

  • @forgiveandforget7896
    @forgiveandforget7896 2 года назад +1

    What is the next video should I watch to build mvc model and connect it to this api

    • @TrevoirWilliams
      @TrevoirWilliams  2 года назад

      This video is an excerpt from my course Conplete Blazor Development on Udemy. The link is in the description.
      You will learn how to build this entire app end to end with Blazor

    • @forgiveandforget7896
      @forgiveandforget7896 2 года назад

      How can I upload images to the api using Iform file

  • @harishbhor2667
    @harishbhor2667 2 года назад +1

    can u explain how to solve cors policy error in entity framework

    • @TrevoirWilliams
      @TrevoirWilliams  2 года назад

      I am not sure that I understand the question fully.