C# Observer Pattern Example

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

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

  • @manudelmarche
    @manudelmarche 4 ปีที่แล้ว +17

    So in 15 minutes I got exactly what I needed to fully understand the observable pattern in C#. Subscribed immediately!

    • @devenshah3653
      @devenshah3653 4 ปีที่แล้ว

      Agree, no need to hunt more..

  • @achilleskocaeli
    @achilleskocaeli 4 ปีที่แล้ว

    Excellent.. Excellent... Excellent. I love you man. I now got Observer Pattern

  • @mireazma
    @mireazma 4 ปีที่แล้ว +1

    2 cents: in the most compact form of an observer pattern you don't need a subject parameter in Update(). You only need it if you do something based on the subject like the _celsius_ temperature. Or if there are multiple subjects.
    Nice explanation BTW!

  • @letticiadlamini1009
    @letticiadlamini1009 3 ปีที่แล้ว +1

    I subscribed right after watching the video. Was really helpful.

  • @DeependraJoshi-y5u
    @DeependraJoshi-y5u ปีที่แล้ว

    Beautiful explanation... Thank You.

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

    String interpolation would be nicer, good video though. I would probably use pub sub through redis

  • @ricomarcelo5521
    @ricomarcelo5521 3 ปีที่แล้ว +1

    Awesome tutorial! Clear and concise. Thanks much!

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

    It is very clear explanation. Thanks.

  • @GesikaMarie
    @GesikaMarie 4 ปีที่แล้ว +1

    Thanks for the quick and clear explanation!

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

    Isn't it better to inject ISubject via constructor in observer?

  • @mdeqbalansari
    @mdeqbalansari 4 ปีที่แล้ว +1

    Very nice explanation... Kudos

  • @rosian23
    @rosian23 3 ปีที่แล้ว

    Something seems off, in NewsAgency -> Update method after casting to WeatherStation I have access to Notify method, I should not have so that I don't call it explicitly

  • @ragtop63
    @ragtop63 10 หลายเดือนก่อน

    What's the difference between creating all of this observer pattern code vs just using events and subscribing to those events?

    • @CodeRadiance
      @CodeRadiance  10 หลายเดือนก่อน

      It's just to show you how it all works but ofcourse you can do your custom implementation as well.

  • @sivaperuman1219
    @sivaperuman1219 4 ปีที่แล้ว +1

    Nice explanation. Thanks for your quick demo..

  • @abdelrhmanahmed1378
    @abdelrhmanahmed1378 3 ปีที่แล้ว +1

    observer can update the temp through the object you send to him ,and that will crash the program, due to continue calling the notify each time and then we set ,notify ,,, (stack overflow)

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

    Very nice explanation. thank you

  • @gorangratte2471
    @gorangratte2471 3 ปีที่แล้ว

    Should we really pass the subject with a public Notify() and expose that method to every observer?

  • @i.a.9776
    @i.a.9776 2 ปีที่แล้ว

    Can u post a good tutorial for osberver in C# ?

  • @miguelangelromar
    @miguelangelromar 3 ปีที่แล้ว

    Perfectly simple and very clear explanation.
    Thx.
    (I subscribe to your channel )

  • @SublimeCS
    @SublimeCS 3 ปีที่แล้ว

    Excellent video

  • @lizethgarayreyes4784
    @lizethgarayreyes4784 3 ปีที่แล้ว

    Alguien me puede decir donde encontrar el codigo?

  • @AsierWillyams
    @AsierWillyams 4 ปีที่แล้ว

    Thank youu!!! I understand it perfectly :)

  • @sufisayyad4432
    @sufisayyad4432 3 ปีที่แล้ว

    Simple and easy 👍👌

  • @09harikesh
    @09harikesh 5 ปีที่แล้ว +1

    easy nd crisp

  • @AjaySingh-fq4fz
    @AjaySingh-fq4fz 5 ปีที่แล้ว +1

    Nicley explain

  • @uwehomm8686
    @uwehomm8686 4 ปีที่แล้ว

    good Job :-)

  • @Incrazyboyy
    @Incrazyboyy 4 ปีที่แล้ว

    Thank you, this will get me a better grade at my test tomorrow!
    Feedback: The explanation throughout the video was very good - at the beginning however, the part with the interfaces was lacking details.

    • @CodeRadiance
      @CodeRadiance  4 ปีที่แล้ว

      Thanks for the review! All the best for your test.

  • @idopin
    @idopin 4 ปีที่แล้ว

    very presice and clear, this is the exact explanation i was looking for!

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

    weather estation

  • @irrefl1672
    @irrefl1672 5 ปีที่แล้ว

    its not ikual tu null.

  • @hadhebola
    @hadhebola 11 หลายเดือนก่อน

    The code is not your repo

  • @Infinity-Minus-One
    @Infinity-Minus-One 2 หลายเดือนก่อน

    Maybe talk more clearly and slowly