

Blazor in .NET 9 with Dan Roth
Oct 31, 2024
Dan Roth, Principal Program Manager at Microsoft, dives into the exciting updates in Blazor coming with .NET 9. He reveals performance enhancements, improved MAUI interactions, and new SignalR features. The conversation highlights how user feedback shapes Blazor's development process through GitHub. Roth also discusses the evolution of web applications, emphasizing the shift towards smarter components and the potential for better state management. The episode showcases a vibrant mix of technical insights and community engagement in the Blazor ecosystem.
AI Snips
Chapters
Transcript
Episode notes
Blazor Server Reconnection
- Blazor Server apps now auto-refresh when reconnected, improving user experience.
- Developers still need to write code to persist state for server restarts or timeouts.
.NET 9 Focus
- .NET 9 prioritizes quality and fundamentals, including performance, security, and accessibility.
- Blazor is now the recommended solution for building web UI in .NET.
Web Framework Complexity
- Modern web frameworks offer flexible rendering options, increasing complexity.
- Managing state across server and client rendering remains a challenge.