Blazor + Plugins + Dynamic HTML = ???
Read more here:
https://bgh.st/pkbqj5
Blazor + Plugins + Dynamic HTML = ???
Read more here:
https://bgh.st/pkbqj5
Dew Drop Weekly Newsletter 476 - Week Ending March 27, 2026
#dewdrop #newsletter #javascript #azure #aspnetcore #aspire #windowsdev #xaml #cpp #dotnet #csharp #ai #mcp #agile #devops #python #appdev #gamedev #podcasts #m365 #sqlserver #data #powershell
Are you interested in using Visual Studio for your web development?
Read more here:
https://www.devleader.ca/2023/09/21/setup-visual-studio-for-asp-net-core-a-beginners-how-to-guide/
We're doing a #livestream today around a first look at our User Management library here at Duende. Think of it as an alternative to #aspnetcore Identity. It let's you manage users (shocking I know 😅), and their profile, passwords, auth mechanisms, and more.
https://www.youtube.com/live/aPaTmi4-qQY?si=gpLYvMYE8MB8YEBU

Dew Drop Weekly Newsletter 475 - Week Ending March 20, 2026
#dewdrop #newsletter #javascript #azure #aspnetcore #xaml #windowsdev #cpp #dotnet #csharp #ai #mcp #python #devops #agile #appdev #podcasts #sqlserver #data #m365 #powershell
Part 16 of Modernizing .NET is out! 🛡️
Today we’re ditching the obsolete BinaryFormatter in favor of the fast and secure protobuf-net.
🚀 7x faster 📉 3x smaller ✅ Fully safe for modern .NET
https://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-16-replacing-binaryformatter-with-protobuf-net-for-speed-and-security-f5cc5db8055a
#dotnet #dotnetcore #dotnet8 #dotnet9 #dotnet10 #aspnet #aspnetcore #csharp #programming #serialization #protobuf
htmxRazor v1.3.0 is out.
Six features:
- Server-driven data table (sort, filter, pagination)
- Command Palette via Cmd+K
- Focus management after htmx swaps (WCAG 2.4.3)
- CSS container queries, skip nav and landmark Tag Helpers
- Full ARIA Authoring Practices keyboard audit.
The data table fills a real gap. No MIT-licensed #ASPNETCore Tag Helper solution existed for this pattern until now.
No Bootstrap. No client-side JS library. Pure server-rendered #htmx.
Dew Drop Weekly Newsletter 474 - Week Ending March 13, 2026
#dewdrop #newsletter #javascript #azure #aspnetcore #windowsdev #xaml #csharp #dotnet #ai #mcp #copilot #python #devops #agile #IoT #appdev #podcasts #m365 #sqlserver #powershell #cli
.NET 11 Preview 2 is now available
https://devblogs.microsoft.com/dotnet/dotnet-11-preview-2/?hide_banner=true
🗂️ New: Modernizing .NET – Part 15
JSON fails with circular objects. Protobuf-net can’t fix recursive graphs.
Here’s a custom ASP.NET Core Session Store that can.
Read → https://medium.com/@michael.kopt/%EF%B8%8F-custom-session-store-for-complex-objects-in-asp-net-core-1349b680ce12
#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CSharp #Middleware #SessionState