Log In

Practical ASP.NET

  • Up and running
  • What day were you born?
  • A Pomodoro Timer
    • A Pomodoro Timer - The Requirement
    • A simple version of the UI
    • Make the timer count down!
    • Blazor needs a nudge to render
    • Display minutes and seconds
    • Stop that timer
    • The timer's been disposed!
    • Dispose of the timer
    • Show the time in the browser title
    • Refactor the logic to a base class
    • Update your links
    • Next Steps
  • Shopping Cart
  • Product Search
  • Application Dashboard
  • A Slack style message list
  • A simple blog
  • Bonuses & Source Code
  • Glossary

A Pomodoro Timer

In this module...

A Pomodoro Timer - The Requirement
A simple version of the UI
Make the timer count down!
Blazor needs a nudge to render
Display minutes and seconds
Stop that timer
The timer's been disposed!
Dispose of the timer
Show the time in the browser title
Refactor the logic to a base class
Update your links
Next Steps