ASP.NET Minimal API Performance

Поділитися
Вставка
  • Опубліковано 28 вер 2023
  • Minimal APIs are an alternative to controllers for developing RESTful Web Services - but where are the performance benefits?
    Source code available at: github.com/JasperKent/Api-Ben...
    Topics include:
    - Comparing the structure of Minimal APIs and controllers
    - Writing a simple GET endpoint
    - Benchmarking API calls
    - Comparing performance of Minimal APIs and controllers with BenchmarkDotNet
    - Explaining why more complexity means less performance benefit
  • Наука та технологія

КОМЕНТАРІ • 7

  • @CodingTutorialsAreGo
    @CodingTutorialsAreGo  8 місяців тому +4

    Minimal or controller-based; which type of API do you prefer? Let me know in the comments.
    Source code available at: github.com/JasperKent/Api-Benchmarking
    Remember to subscribe at ua-cam.com/channels/qWQzlUDdllnLmtgfSgYTCA.html
    And if you liked the video, click the 👍.

  • @legion4929
    @legion4929 8 місяців тому +5

    thanks for the video looking forward for the next one

  • @dr_Bats
    @dr_Bats 8 місяців тому +2

    Great video! Thanks for the explanation. Very good talk. I personally prefer using controllers. I like things simpler but also organized. Congratulations on your 10000 subscribers.

  • @Lonchanick
    @Lonchanick 7 місяців тому +1

    Hello Professor!
    Thanks for your videos, all of them amazing!
    Why don't you start the example project from scratch? Explaining step by step, that would be great!
    By the way, I'm trying to learn backend with C#, Would u recommend me books and resources please?
    Regards!

    • @CodingTutorialsAreGo
      @CodingTutorialsAreGo  7 місяців тому +2

      I might start doing something like that. I'm a bit out of touch with the latest introductory books, so I really can't give you a good recommendation.