.NET 8 BACKEND API: FastEndpoints & EF Core | Full Course 2024

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

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

  • @arabiceasycode
    @arabiceasycode หลายเดือนก่อน +1

    i love this video

  • @keithjairam8452
    @keithjairam8452 2 หลายเดือนก่อน

    Great content

  • @asesorwebvideos
    @asesorwebvideos 2 หลายเดือนก่อน

    Gracias saludos desde Chile....

  • @kehindeoluwadamilare5594
    @kehindeoluwadamilare5594 2 หลายเดือนก่อน

    Nice Video from Nigeria...

    • @MircoBenthien
      @MircoBenthien  2 หลายเดือนก่อน

      Nice Comment from germany 🤙

    • @kehindeoluwadamilare5594
      @kehindeoluwadamilare5594 2 หลายเดือนก่อน

      @@MircoBenthien It's nice using with VSCode

  • @sabarimanikandan19
    @sabarimanikandan19 14 วันที่ผ่านมา

    Hey man, I have been using fast endpoints as well, I am facing issues with adding pre processors, I have a global and a endpoint level preprocessor, global preprocessor (to validate headers) sends a response if header validation fails, but the request it is not stopping there, it still executes other pre processors as well before returning the response, I want it to be stop the execution. Could you help me with this?

    • @MircoBenthien
      @MircoBenthien  14 วันที่ผ่านมา

      Yea I ran into that as well. That is just how it works, you need to check if the response already started like this.
      if(ctx.HttpContext.Response.HasStarted) return;
      The pink box explains it fast-endpoints.com/docs/pre-post-processors#short-circuiting-execution

  • @mdsafikulislam9113
    @mdsafikulislam9113 3 วันที่ผ่านมา

    Is it saas application?