How To Version ASP.NET Core MVC & Minimal APIs

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

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

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

    Want to know how to test AWS locally like a pro, checkout this video on Xunit & Localstack: th-cam.com/video/Ad7wruPBp3M/w-d-xo.html

  • @gui.ferreira
    @gui.ferreira 2 ปีที่แล้ว +2

    Excellent video Stuart. I tend to prefer versioning at the endpoint level. I agree with you about versioning only at the major number. I never understood the need of doing it as a minor. I can't come up with a good scenario for it.
    By the way, the style of this video was extremely professional and easy to follow.

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

      Thanks mate! Honestly, I think it's there for people that like semantic versioning and think that you have your API surface at the same version as your code, which is wrong - they should be decoupled!

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

    Can you make a video about using identity server as a centralized authentication provider like google, auth0 etc. with multiple clients (blazor wasm, ..)

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

      I've added this to the list of ideas, thanks for the suggestion!

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

    Increase font size

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

    Versioning should be done in API Gateway

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

      Potentially... lots of factors to consider and there's never 1 size fits all :)