State Management in Blazor Webassembly - 5 Methods

preview_player
Показать описание
In this video I am going to show you how to store your Application state in Blazor. We will see 5 different methods and learn about the differences in their capabilities and approaches.

Here's the code for this lesson:

After watching this video you will know where exactly to store all the data in your app for short term or for long term.

Follow along, and I hope you enjoy watching this tutorial as much as I enjoyed creating it.

Got questions? Post in the comments.

Don't forget to like and subscribe!
Рекомендации по теме
Комментарии
Автор

Thank you for all that explanation! Very, very helpful!

mister_stadler
Автор

Nice explanation and demo, keep up the good work! Thumbs up

thomasferber
Автор

This is a very informative video👍Thanks again

tripmad
Автор

When you use Dependency Injection to register the application state, is it still necessary to use the cascading parameter? Can it work without it?

kristiadhy
Автор

session work in my local machine but host in server session expire in 2 minutes while session expire time is 20 minutes

atulrawat