Fighting with Blazor calendars
Notes from building a trainee vacation planner and learning more C# along the way.
Still working on a calendar app. The project is to learn C# further.
What the app should do
The idea is a vacation planner for trainees with a calendar view, drag‑and‑drop days and some basic validation so people can’t just spam random dates.
What I’m learning
- How Blazor components talk to each other and manage state.
- Handling events like clicks and drag‑and‑drop without making the code a mess.
- Structuring C# code so logic and UI don’t get mixed up too much.