.NET 7 Update: Blazor Loading Animation in 10 Minutes or Less

preview_player
Показать описание
The loading state in Blazor WebAssembly has been upgraded in .NET 7. Let's see it in action in this 10-Minute Training video.

Рекомендации по теме
Комментарии
Автор

Thank you so much, Tim, for your valuable video. Do you plan to create a video to help us build our own loading component from scratch? It would be very helpful.

majdikarmani
Автор

Tim, I would like to thank you once again for your excellent content that you offer for free. I am trying to wrap my head around Maui Hybrid and I can't seem to find any tutorials that would cover anything more than the basics. Your blazor tutorials help a lot, but I would love to see Hybrid-specific implementations. I would like to learn about authentication, navigating pages according to specific privileges, custom controls, etc. Could this be a gap that you could cover with another one of your brilliant courses? Could you point us to any existing resources for acquiring such knowledge?

FYFYTS
Автор

I always used a custom loading image, but the one thing I did always want want to represent the %complete part so this is something that is welcome in .NET 7. Probably was one of the things that frustrated many that programmed Blazor WebAsm.

sglasgowaz
Автор

Tim, could you try to do an example using Lottie Animation?

flavionarvaez
Автор

Feels like it takes longer now in net 7 to load wasm page compare to blazer net 6

MrLeadVideo
Автор

Hi Tim, I'm trying to do the same in Blazor server app. I have a service which takes a little moment to load. That means loading indicator should be shown before app starts. Any idea how to do it?

mily
Автор

Is this implementation of a spinner really Blazor specific?

robertmrobo
Автор

10 minute blazor loading, seems about right lol

o_glethorpe
Автор

Typical Microsoft progress indicator, goes to 100% in a tenth of a second then does nothing for 5 more seconds!

mheys