I’m speaking at VSLive! is sunny San Diego this Sept 14-18.
Through hands-on labs, deep-dive workshops & practical technical sessions, you explore the latest advancements in modern #dotnet, #ASPNETCore, Azure, AI-powered development, GitHub Copilot, Blazor, .NET MAUI, Kubernetes, and modern data platforms.
Register by July 17th & use my discount code. You save $500 off the standard rate!
Learn more & register at vslive.com/sandiego
Modernizing .NET Part 25! 🛡️
Today we’re talking about rate limiting as a safety mechanism.
✅ Prevent CPU thrashing
✅ Manage concurrency correctly
✅ Controlled degradation vs. catastrophic failure
https://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-25-rate-limiting-concepts-and-strategies-db30843433e1
#dotnet #aspnet #dotnetcore #aspnetcore #csharp #programming #performance
Blogged: Aspire Azure SQL deployment bug
https://damienbod.com/2026/05/18/aspire-azure-sql-deployment-bug/
Released 2.0.4: BFF security architecture using ASP.NET Core and Angular CLI
https://github.com/damienbod/bff-aspnetcore-angular
#aspnetcore #dotnet #angular #angular-cli #bff #oidc #oauth #security #entra
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
.NET 11 Preview 4
.NET 11 Preview 4가 출시되어 .NET 런타임, SDK, 라이브러리, ASP.NET Core, .NET MAUI, C#, Entity Framework Core 등 다양한 영역에서 성능 및 기능 개선이 이루어졌습니다. 특히 런타임 비동기 JIT 최적화, 하드웨어 인트린식 지원, OpenTelemetry CLI 텔레메트리 도입, SQL Server 2025용 근사 벡터 검색 등 개발 생산성과 성능 향상에 중점을 두었습니다. Visual Studio 2026 인사이더 버전과 함께 사용 가능하며, .NET 11 SDK 설치로 최신 기능을 체험할 수 있습니다.
More tuning the of performance path in StyloBot at the moment.
https://www.mostlylucid.net/blog/stylobot-release-learning
(It's the free, open source bot detection engine I'm building)
This part is about making repeat traffic cheaper to process without turning the cache into a permanent source of wrong answers.
That means boring but important mechanisms:
EWMA updates
hysteresis thresholds
verdict caching
variance watchdogs
bounded memory
refresh sampling
I'm not an ML guy, but a lot of this maps neatly onto ML and control theory ideas once you start writing it down.
The useful pattern is simple enough:
learn from traffic, make the common path faster, keep enough uncertainty in the system that it can recover when the world changes.
The next post in the StyloBot release series is a deep dive into that mechanism.
Very much one for the nerds.
In .NET so...kinda niche...ML / AI ...
.NET 11 Preview 4 is now available
https://devblogs.microsoft.com/dotnet/dotnet-11-preview-4/
#dotnet #aspnetcore #efcore #csharp #dotnetmaui #blazor #dotnet11
From the .NET blog...
In case you missed it earlier...
.NET 11 Preview 4 is now available!
https://devblogs.microsoft.com/dotnet/dotnet-11-preview-4/ #dotnet #NETMAUI #ASPNETCore #csharp #EntityFramework #NET11 #Featured