Build a Real-Time Weather Dashboard with .NET MAUI Tab View
#dotnetmaui #dotnet #xaml #ref #csharp #appdev #mobiledev #ux
Build a Real-Time Weather Dashboard with .NET MAUI Tab View
#dotnetmaui #dotnet #xaml #ref #csharp #appdev #mobiledev #ux
Dew Drop Weekly Newsletter 483 - Week Ending May 15, 2026
#dewdrop #newsletter #aspnetcore #javascript #css #azure #xaml #windowsdev #cpp #csharp #dotnet #efcore #ai #mcp #devops #agile #IoT #appdev #podcasts #m365 #sqlserver #data #powershell #devtools
WinUI 3 Performance: A Leap Forward
https://github.com/microsoft/microsoft-ui-xaml/discussions/11096
#HackerNews #WinUI3 #Performance #Leap #Forward #MicrosoftUI #XAML #TechNews #DeveloperCommunity
WinDev Helper VS Code extension v3.0.0 (more enhancements for the official WinUI dotnet new templates)
https://marketplace.visualstudio.com/items?itemName=alvinashcraft.windev-helper
#windowsdev #winui #vscode #openvsx #windowsappsdk #dotnet #csharp #xaml
How to Verify Network Connectivity in .NET MAUI | by Leomaris Reyes
https://www.telerik.com/blogs/how-to-verify-network-connectivity-net-maui
#dotnetmaui #csharp #dotnet #appdev #xaml #mobiledev #crossplatform
Dew Drop Weekly Newsletter 482 - Week Ending May 8, 2026
#dewdrop #newsletter #javascript #css #azure #blazor #cpp #xaml #windev #csharp #dotnet #ai #mcp #agile #devops #dotnetmaui #appdev #podcasts #m365 #data #sqlserver #powershell #cli
.NET MAUI Community Standup: Rust, SkiaSharp Everywhere, AI/ML Live Processing - Today at 2pm EDT
https://www.youtube.com/watch?v=mfj8oxjqdaM
#dotnetmaui #devcommunity #dotnet #xaml #csharp #skiasharp #ai

Real-world WPF Modernization Showcase | by Sam Basu
https://platform.uno/blog/real-world-wpf-modernization-showcase/
WinDev Helper VS Code extension v2.10.0 release
https://github.com/alvinashcraft/windev-helper/releases/tag/2.10.0
Hey this is nifty: #cppwinrt is finally adding support for #cpp modules from c++20.
https://github.com/microsoft/cppwinrt/pull/1575
This is a huge deal for the PCH's that are generated by winrt - the `Windows` namespaces (especially #XAML) can pretty quickly grow to 1GB on disk _per project_ in your solution. It's crazy.
With modules, you can build those windows headers once, and re-use them across the whole sln.
It's something I experimented with a few years back, and the compiler is finally updated for it!