Blazor Tutorial C# - Part 9 - Blazor Timer & Blazor Dispose Timer | Blazor Timer not Stopping

Published: 19 January 2022
on channel: Coding Droplets
7,958
244

Blazor Tutorial C# - Part 9 is a tutorial video which explains everything about Blazor Timer & Blazor Timer Disposal.

Learn Blazor with Coding Droplets. Below is the Blazor Tutorial Playlist Link:
   • Blazor Tutorial - Beginner to Advanced  

Timers are always useful, but at the same time always tricky. That tricky part usually comes with a problem when a background process needs to access (update) some user interface details.

Topics covered in this video:
1. Blazor Timer & Usage of Timer Blazor
How to implement timer in Blazor [Timer in Blazor C#] properly and update the User Interface on each interval. Clearly explains how to use timer in Blazor. In this video we implement a Blazor timer example [Blazor Timer Sample] which displays Date & Time in the User Interface real time.

2. Blazor Timer Disposal [Blazor Dispose Timer]
Timer disposal in Blazor is a very important topic because the timer won't get disposed if the user navigate to a different page. You can see that Blazor timer dont stop [Blazor timer not stopping] and Blazor timer run continuously even after the user navigates to a different page.

This is not a Blazor Timer issue / Blazor Timer problem. But we need to dispose the timer in Blazor by implementing IDisposable interface. This video explains how to stop Blazor timer by disposing it after its usage.

Video Chapters:
0:00 - Intro
1:51 - How to use Timer in Blazor
11:15 - Dispose Timer Blazor


Watch video Blazor Tutorial C# - Part 9 - Blazor Timer & Blazor Dispose Timer | Blazor Timer not Stopping online without registration, duration hours minute second in high quality. This video was added by user Coding Droplets 19 January 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 7,958 once and liked it 244 people.