Handling Application State in Blazor - Carl Franklin - NDC London 2022

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

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

  • @NickFletcher-gb9ne
    @NickFletcher-gb9ne 7 หลายเดือนก่อน

    Thanks for the excellent presentation and great info!

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

    Thank You - great talk 🙂
    I just remembered WebForms: The ViewState solved the issue quite well. ViewState was one of the most powerfull features of WebForms. Sadly it was the most missused and not understood feature as well, which lead to a bad rap...

  • @DJ-Tuber
    @DJ-Tuber ปีที่แล้ว +1

    Very interesting and useful. Overlaps some methods I was trying out with localstorage persisted services so plenty to think about. BTW the failure to restart the app was because previous app tabs were still open in the browser (several in your case). You have to make sure all browser tabs are closed as Visual Studio does not always close off the tabs it started up with Blazor.

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

    Thank you so much Carl!!

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

    Excellent !!

  • @konstsh2240
    @konstsh2240 3 หลายเดือนก่อน

    wish there was just ability to declare lifetime of component/page as scoped with directive, it would already solve a half of the state persistence job

  • @SurajDev-t6b
    @SurajDev-t6b 7 หลายเดือนก่อน

    Link to source code?

  • @davidamour4501
    @davidamour4501 7 หลายเดือนก่อน

    I am trying this in Blazor Client Side with .Net 8 but I my AppState is null when I click a button :(