I Compared ASP.NET Core and Node.js for Performance

Поділитися
Вставка
  • Опубліковано 19 гру 2024

КОМЕНТАРІ •

  • @wmzayed
    @wmzayed 10 днів тому +1

    Thanks for this informative comparison. What about the difference in bench mark between .net and python (gjango/fastapi)

    • @PhanxDEV95
      @PhanxDEV95  10 днів тому +1

      Thank you for your comment :)
      I already thought about comparing asp.net core with python, maybe I will make a video about this

  • @JustCode512
    @JustCode512 23 дні тому +1

    Thank u

  • @justinassakalavicius4465
    @justinassakalavicius4465 6 днів тому

    You pick EF Core versus raw SQL... That's not comparable.

    • @justinassakalavicius4465
      @justinassakalavicius4465 6 днів тому

      For reading queries, if you use other ORM like Dapper, you will gain at least 2x performance difference versus EF Core. If you want to push the limits, you will go with a full raw SQL query. In my personal opinion. You should not benchmark ORM's with raw SQL queries because of its performance differences. Don't compare beans with apples and vice versa.