Blazor - How to set a base component for all Razor components - Gérald Barré

Learn how to use _Imports.razor to set a default base component for all Razor components in a Blazor application without repeating @inherits in every file.

Meziantou's blog

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

🛡️ Modernizing .NET — Part 25: Rate Limiting Concepts and Strategies

Discover why rate limiting is your service’s “last line of defense.” Protect your .NET app from resource exhaustion and crashes.

Medium
Aspire Azure SQL deployment bug

This week, I was updating my Aspire applications after the latest release and I ran into a deployment bug for my test deployments. I could no longer deploy the database to Azure SQL. I got the foll…

Software Engineering

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

GitHub - damienbod/bff-aspnetcore-angular: Backend for frontend security using Angular CLI and ASP.NET Core backend

Backend for frontend security using Angular CLI and ASP.NET Core backend - damienbod/bff-aspnetcore-angular

GitHub
Dew Drop Weekly Newsletter #483 - Week Ending May 15, 2026

Dew Drop Weekly Newsletter #483 - Week Ending May 15, 2026

Zoho Campaigns

.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 설치로 최신 기능을 체험할 수 있습니다.

https://devblogs.microsoft.com/dotnet/dotnet-11-preview-4/

#dotnet #runtime #sdk #aspnetcore #entityframeworkcore

.NET 11 Preview 4 is now available! - .NET Blog

Find out about the new features in .NET 11 Preview 4 across the .NET runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, and more!

.NET Blog

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 ...

https://www.mostlylucid.net/blog/stylobot-release-learning

#dotnet #opensource #aspnetcore #performance #systemsdesign

StyloBot Release Series: Learning to Get Faster (English)

Heads up: this one is for the nerds. It's a deep technical dive into StyloBot's adaptive learning system (EWMA updates, hysteresis thresholds, verdict...

mostlylucid
.NET 11 Preview 4 is now available! - .NET Blog

Find out about the new features in .NET 11 Preview 4 across the .NET runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, and more!

.NET Blog

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