.NET 9 Web API & Entity Framework 🚀 Full Course: CRUD, Code-First Migrations & SQL Server

Поділитися
Вставка
  • Опубліковано 17 січ 2025

КОМЕНТАРІ • 59

  • @PatrickGod
    @PatrickGod  Місяць тому +2

    🚀 Grab the New Year's Deal at the .NET Web Academy: dnwa.net/4eFhE5v

  • @ricks_play
    @ricks_play Місяць тому +5

    One of the best instructors, nice explanations.

    • @PatrickGod
      @PatrickGod  Місяць тому

      That's very kind of you! Thank you so much! 🤗

  • @kwstaslalaounis3212
    @kwstaslalaounis3212 Місяць тому +2

    Thank you, you are the best C# teacher!!!

  • @LeeBobSwagger
    @LeeBobSwagger Місяць тому +15

    Hello Patrick, I really like your videos because they are very understandable and executed in a pleasant way. (language) The only problem is that the examples are always based on the basics, which you can also read in the documentation. It would be good to take an example here of how to do it in larger applications with the services mentioned. Related to this is the topic of logging, authentication, etc. then the videos have added value and you learn to structure and build your application properly. Despite all of this, you're doing a great job. Keep it up💪🏻💪🏻

  • @HenrikForsberg
    @HenrikForsberg Місяць тому +11

    And here I was, wondering what to do today. Now I know. :)

    • @PatrickGod
      @PatrickGod  Місяць тому +2

      Nice to see you here. 🤗

  • @dan_b8982
    @dan_b8982 Місяць тому +3

    Great vid - one on minimal APIs would also be great!

  • @bripowered
    @bripowered Місяць тому +2

    Thank you Patrick!

  • @RNN24
    @RNN24 23 дні тому +5

    Thanks for the Video! As of today, Scalar 1.2.72 does create Sample properties for POST JSON body.

  • @OguzhanUguz
    @OguzhanUguz Місяць тому +2

    Thank you for your help.

  • @ivanpereira9820
    @ivanpereira9820 Місяць тому +2

    Super Like!!! Thanks for the amazing Video!!

  • @گریوانیعلی
    @گریوانیعلی 8 днів тому +2

    very very nice

  • @irvinwaldman4233
    @irvinwaldman4233 Місяць тому +1

    Thank you for the video. A minimal API example would be great.

  • @damirkrcum9128
    @damirkrcum9128 Місяць тому +1

    Please do the Minimal API tutorial. This is awesome!

  • @djalmaalmeidafeitosa9144
    @djalmaalmeidafeitosa9144 Місяць тому +2

    Thanks!

  • @vishwa1231
    @vishwa1231 23 дні тому

    Thank you 👍

  • @MarvinKleinMusic
    @MarvinKleinMusic Місяць тому +6

    What about authentification?

  • @Bakry5
    @Bakry5 Місяць тому +1

    Amazing 😻❤

  • @SebastianGariglio-mg1rn
    @SebastianGariglio-mg1rn Місяць тому

    Hey Patrick!
    Thank you so much! It's a pleasure to learn through your videos! Do you have any videos where you talk about Entity Framework and saving/updating nested ARRAY objects? Thank you again!

  • @sumanshah5750
    @sumanshah5750 Місяць тому

    Thank you move advance and all important concept on it and more new videos

  • @AbdulRehman-n2y2d
    @AbdulRehman-n2y2d Місяць тому +5

    Hello bro ,
    Kindly come up with an api authentication and authorization video.

  • @sherzodjumayev7884
    @sherzodjumayev7884 Місяць тому

    Hi Patrick, it is a great tutorial and explanation, thank you so much!
    And I have a question: Where is the video that you have mentioned at the end of the tutorial?

  • @rhtservicestech
    @rhtservicestech 21 день тому +1

    29:00 would never assign integer ID because if multiple clients send an add request at the same time, that will result in PK constraint violation. Best to let the database to assign the ID to ensure no conflicting ID
    34:43 Should check for single or default, not first or default. Multiple rows should not have the same ID, and if they do the application should return an error instead of returning the first row.

  • @nahiandev
    @nahiandev Місяць тому +1

    Greate stuff!

  • @kriskata7653
    @kriskata7653 Місяць тому

    I've never used minimal api and I would appreciate a video about it.

  • @williameisenman5538
    @williameisenman5538 Місяць тому +1

    I’m interested in using the Microsoft identity framework - azure Active Directory please?

  • @ZachDempsey
    @ZachDempsey Місяць тому

    @PatrickGod what video was supposed to appear on screen at end of the video? it never showed for me awesome video though thank you for all you do

  • @davidmorello9229
    @davidmorello9229 Місяць тому +1

    Great video!!! Do you offer a course that focuses on building a shopping cart (E-commerce)? Thanks.

    • @PatrickGod
      @PatrickGod  Місяць тому

      Not yet, sorry. But it is a great idea! I'll keep you posted. 😊

    • @davidmorello9229
      @davidmorello9229 Місяць тому

      @@PatrickGod great. Thanks!

    • @davidmorello9229
      @davidmorello9229 Місяць тому

      I found a video you did building a E-Commerce site in .NET 6 - ua-cam.com/video/d8LObmppBdw/v-deo.html. It doesn't provide a certificate but I wanted to pass this along to other in case they were interested.

  • @diegoza75
    @diegoza75 24 дні тому

    Beautiful video as always! Could you please provide video regarding authentication and authentication with social accounts 🙏

  • @Taurh
    @Taurh 12 днів тому

    31:05 currently is being filled with an empty example, maybe they updated it in the last days? only difference would be that I put my model class inside a Models folder

  • @no-han
    @no-han 27 днів тому

    Nice videos

  • @jorgepedraza1275
    @jorgepedraza1275 Місяць тому

    Would be great with minimal web API. Thanks!

  • @hesten
    @hesten 12 днів тому

    So is it possible to create a Blazor app that implements the OpenAPI and functions for an API-client?

  • @DavidMartin-vs1dm
    @DavidMartin-vs1dm 7 днів тому

    I had created a WebAPI project before .Net 9 came out and have since converted from .Net 8 to .Net 9 and I've still got the Swagger working. Can you do a quick tutorial on how to handle that situation? Do I just install Scalar and leave the Swagger stuff in or is there a preferred way to switch over from Swagger to Scalar?

  • @mwaqasaz
    @mwaqasaz 16 днів тому

    @PatrickGod can you make the same video for controller-based Web API where versions are specified with attributes

  • @randypenajimenez3893
    @randypenajimenez3893 Місяць тому

    Do tutorials with complex models

  • @timdale547
    @timdale547 2 дні тому

    Teriffic content, thank you. One niggle though - way too much pan and zoom when showing the code.

  • @cocacola7535
    @cocacola7535 Місяць тому +1

    Please the minimal api version with JetBrain Rider (it is also free).

  • @simonroyjonesuk
    @simonroyjonesuk 17 днів тому

    Hi Patrick. You don't seem to use SQLClient at all wth a SQL server back end. Can you please let me know why? Is it becuase WebAPI is faster? If I understand it correctly SQLClient makes it easier to use stored procs etc. I am no expert and just wanted to make sure I am using the right route. Thanks. Simon

  • @alexjuniortupapa
    @alexjuniortupapa Місяць тому

    Database first? In next videos?

  • @rabiafayed
    @rabiafayed Місяць тому

    very nice please vidio publish blazor webassmbly with web api on iis

  • @friendlyfox2189
    @friendlyfox2189 Місяць тому

    can you do crud net 9 web auto on blazor?
    ssr is confusing

  • @valghirenghir3791
    @valghirenghir3791 9 днів тому

    Hello, I've heard about a "unified version" of Blazor where you no longer need to choose between Server and Wasm. The dual X.csproj (server) + X.client.csproj (wasm) setup would no longer be necessary. Is this still not happening in .NET Core 9?

  • @iUmerFarooq
    @iUmerFarooq Місяць тому

    Is that true "Microsoft end of support for Visual Studio?"

  • @technovikingnik
    @technovikingnik Місяць тому +2

    For the logarithm! I mean algorithm 😂

  • @qfenf
    @qfenf Місяць тому

    I want to learning efcore

  • @bobbastian760
    @bobbastian760 Місяць тому

    Nobody should ever use chrome, get brave, all the advantages with tracking removed and ad blocking added

  • @MajdyDev
    @MajdyDev Місяць тому

    change your channel name this will make you lose muslim viewer