Coding Shorts: ASP.NET Core Middleware Explained

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

КОМЕНТАРІ • 79

  • @pramodnaik1011
    @pramodnaik1011 9 місяців тому +4

    Beautifully explained. I was too confused about middleware and how it works. Now I got a clear picture.

  • @DonovanChilders
    @DonovanChilders 2 роки тому +17

    This is awesome. Middleware has always been a fuzzy subject for me but this is helping to make more sense of things. Looking forward to the rest of this series!

  • @bryanacevedo9882
    @bryanacevedo9882 2 роки тому +1

    Very clear explanation. Building up from doing this directly in the program then moving it to a middleware class made it easy to follow and understand.

  • @johns4651
    @johns4651 2 роки тому

    Thank you Shawn, saved to my "Watch Later" for mandatory viewing.

  • @davestorm6718
    @davestorm6718 Рік тому +2

    Not enough tutorials on middleware related to making your own. Thanks a ton! I've been mulling through many MS docs on the topic w/a blank stare for quite some time with the goal of creating custom middleware that detects IPaddress and other client info from bad actors and wanting to terminate the request when visits (unauthenticated) appear to be coming from spambots and hackerbots (to eliminate the extreme wastefulness of resources when my site(s) are attacked or deluged with bad traffic). I like to log extreme attacks into a queue outside of the web server, asynchronously, for future parsing and hacker profiling - (had a system I wrote years ago that did this from an IIS extension & it worked extremely well and wanted to make it more portable).

  • @MilosBencek
    @MilosBencek 4 місяці тому +1

    thanks for posting Shawn. Looks to me like middleware is technically a node in a linked list, passing request http context to the next node and back recursively.

  • @lukegcollins
    @lukegcollins 2 роки тому +1

    You've earned yourself another sub. Can't wait to go through the rest of your content in my spare time.

    • @swildermuth
      @swildermuth  2 роки тому

      Thanks for subscribing! I'll have a new video about once a week.

  • @hozmannew896
    @hozmannew896 2 роки тому +1

    You make everything simple like charm, very useful , thank you so much

  • @mubarekabdi
    @mubarekabdi Рік тому

    That was calm and cool. Appreciate the way you explain

  • @borispaunovic965
    @borispaunovic965 Рік тому +1

    i like this dude he is a good teacher

  • @farisarx5552
    @farisarx5552 2 роки тому +1

    Just Woow this the best explanation I've seen so far, I really struggled learning about how middleware works so thank you so much , hope you tell us how we learn how to learn this kinds on concepts , keep going :)

  • @edward_t450
    @edward_t450 2 роки тому +1

    Very Good, Shawn. Keep up the good work.

  • @80amnesia
    @80amnesia 11 місяців тому

    always clean and simple explanations

  • @prakashpoudel7536
    @prakashpoudel7536 2 роки тому +1

    You are a legend mate. Really well explained

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

    Nicely explained!

  • @kodindoyannick5328
    @kodindoyannick5328 6 місяців тому

    Great video! Thank you so much.

  • @waynegreen7970
    @waynegreen7970 2 роки тому +1

    As always, great content. Your courses, content, and newsletter have helped me a lot.

  • @jeromericohermoso1115
    @jeromericohermoso1115 Рік тому

    Awesome video. Definitely helped me understand this subject. Thank you very much!

  • @tedstidham
    @tedstidham 2 роки тому +1

    Always amazing content. Very will explained!!! Thanks!

  • @Mercino311
    @Mercino311 2 роки тому

    Incredible explanation! Thank you for sharing this with us.

  • @peterwidmer8841
    @peterwidmer8841 Рік тому

    Very nice and easy understandable explanation! I enjoyed it alot, thank you!

  • @lazarnikolovski7571
    @lazarnikolovski7571 Рік тому

    This was an amazing video! Great explanation. Thank you!

  • @abdulazizasiri2708
    @abdulazizasiri2708 Рік тому

    Amazing explanation Thanks Shawn !

  • @joaoqueiros2036
    @joaoqueiros2036 Рік тому

    Thank you for the clear explanation! :)

  • @persiansayed
    @persiansayed Рік тому

    Thank you so much for such a great video. Nice explanation! 👍

  • @vert3cx373
    @vert3cx373 Рік тому

    Thanks a bunch for the awesome video!

  • @stanst2755
    @stanst2755 Рік тому

    Very good and informative explanation.

  • @anguswalker7511
    @anguswalker7511 2 роки тому

    This is awesome. Nice job!

  • @VirusZer0
    @VirusZer0 Рік тому

    Thank you this was great!

  • @MasterOfMisc
    @MasterOfMisc 2 роки тому

    Great Vid. Awesome explanation! 👍

  • @yaredalmaw6644
    @yaredalmaw6644 2 роки тому +1

    This is really nice

  • @たろ羊
    @たろ羊 2 роки тому

    Looking forward to the next video in the middleware series!
    Question. Why do you abbreviate context as ctx? I always thought writing "context" made it clearer what it was when browsing over code

    • @swildermuth
      @swildermuth  2 роки тому

      Old habit, probably not a best practice. I use these common shorter variables:
      - context: ctx
      - builder: bldr
      - options: opt

  • @kevinlopez4900
    @kevinlopez4900 2 роки тому

    First time watcher this was a great video, just subscribed. Are you planning on making videos on identity server, authentication or authorization?

    • @swildermuth
      @swildermuth  2 роки тому

      Auth, yes. But Identity Server is being replaced by a MSFT tool that won't have runtime license needs.

  • @apinzonf
    @apinzonf Рік тому

    Excelente video, muy bien explicado👍

  • @henrik3098
    @henrik3098 Рік тому

    thanks sean, good video man :)

    • @swildermuth
      @swildermuth  Рік тому

      You're welcome - no matter how you spell my name ; )

    • @henrik3098
      @henrik3098 Рік тому

      sorry Shawn wont happend again@@swildermuth

  • @alinazar7998
    @alinazar7998 2 роки тому

    Very good!

  • @liquidcode1704
    @liquidcode1704 2 роки тому +1

    Middleware and Microservices!!!!

  • @nazim9639
    @nazim9639 7 місяців тому

    >coding "shorts"
    >20 minutes

  • @mocococo2877
    @mocococo2877 9 місяців тому

    I thank you for your time and efforts for that tutorial. I usually like your tutorials and I know you by name from many tutorial's series. But this one was about some chaotic useless examples. You did not mention one example that might be really useful about that middleware.

    • @swildermuth
      @swildermuth  9 місяців тому

      yes, it was a useless example to show the simplicity of the middleware. But you could imaging logging and performance in a middleware. I've used it to support caching or early execution of code (e.g. calculate the connection string based on authentication).

  • @codearabawy
    @codearabawy Рік тому

    Thank you very much for the explanation! @swildermuth Why we need AddTransient here and not Singleton?

    • @swildermuth
      @swildermuth  Рік тому

      AddTransient is for stateless objects, where as a singleton is shared by everyone who requests it. I tend to want more Transient (smaller) than Singletons. I only use Singletons if I really have to have shared state (IConfiguration is static as an example).

  • @jayakumar2927
    @jayakumar2927 Рік тому

    In the TimingMiddleware class how to invoke automatically Invoke method it is not working

    • @swildermuth
      @swildermuth  Рік тому

      Can you share your code?

    • @jayakumar2927
      @jayakumar2927 9 місяців тому

      @@swildermuth I did not have code . I am watching your video. Can you share Github link

  • @nathanwaterman4380
    @nathanwaterman4380 2 місяці тому

    What was the next lesson in the middleware series called?

    • @swildermuth
      @swildermuth  2 місяці тому

      Not sure I had a 2nd part, did I promise one? (been a while since I made this).

    • @nathanwaterman4380
      @nathanwaterman4380 2 місяці тому

      @@swildermuth Yes you had mentioned at the start of the video it was going to be multi-part I believe.

  • @DSSPOA
    @DSSPOA 11 місяців тому

    awesome content, don’t listen your wife XD… quick question is there an easy/feasible way to time measure all middlewares? yeah, I’m looking at you telemetry….

    • @swildermuth
      @swildermuth  11 місяців тому +1

      I don't think there is any way to do that out of the box, but I've done this with a small middleware that I plug into different places to see where bottlenecks are, but I'd not use them in production.

    • @DSSPOA
      @DSSPOA 10 місяців тому

      ​@@swildermuth That's what I thought, but thanks for answering back =) To make it even complicated, it's happening with a legacy .net framework system, oh boy ...

  • @jayakumar2927
    @jayakumar2927 Рік тому

    can you share code

  • @tbremard
    @tbremard 2 роки тому +1

    Thank you so much! This is the middleware I have created
    ua-cam.com/video/ltwTzyTOnKY/v-deo.html