Search
1000 results for “aspnes”
-
⚡️ .NET API under 1 million requests per minute
-
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 failurehttps://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! 🛡️
Today we’re talking about rate limiting as a safety mechanism.
✅ Prevent CPU thrashing
✅ Manage concurrency correctly
✅ Controlled degradation vs. catastrophic failurehttps://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! 🛡️
Today we’re talking about rate limiting as a safety mechanism.
✅ Prevent CPU thrashing
✅ Manage concurrency correctly
✅ Controlled degradation vs. catastrophic failurehttps://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! 🛡️
Today we’re talking about rate limiting as a safety mechanism.
✅ Prevent CPU thrashing
✅ Manage concurrency correctly
✅ Controlled degradation vs. catastrophic failurehttps://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-25-rate-limiting-concepts-and-strategies-db30843433e1
#dotnet #aspnet #dotnetcore #aspnetcore #csharp #programming #performance -
⚡️ In .NET, MAUI will default to CoreCLR
🏷️ #devdigest #dotnet #net #cloud #azure #maui #microsoft #aspnet #asp
-
.NET 11 Preview 4 is now available
https://devblogs.microsoft.com/dotnet/dotnet-11-preview-4/
#dotnet #aspnetcore #efcore #csharp #dotnetmaui #blazor #dotnet11
-
.NET 11 Preview 4 is now available
https://devblogs.microsoft.com/dotnet/dotnet-11-preview-4/
#dotnet #aspnetcore #efcore #csharp #dotnetmaui #blazor #dotnet11
-
.NET 11 Preview 4 is now available
https://devblogs.microsoft.com/dotnet/dotnet-11-preview-4/
#dotnet #aspnetcore #efcore #csharp #dotnetmaui #blazor #dotnet11
-
.NET 11 Preview 4 is now available
https://devblogs.microsoft.com/dotnet/dotnet-11-preview-4/
#dotnet #aspnetcore #efcore #csharp #dotnetmaui #blazor #dotnet11
-
Part 3 of the StyloBot Release Series is up.
https://www.mostlylucid.net/blog/stylobot-release-reliability
This one is less about bots and more about the reality of long-running .NET based systems: everything that learns from traffic eventually accumulates.
Came from one of my periodic reliability reviews where StyloBot’s vector layer had drifted to 13GB on the .NET Large Object Heap due to the wrong abstraction (in-process HNSW behaving like an unbounded cache).
The interesting part wasn’t the fix. It was recognising that the architecture itself was wrong for the runtime pattern.
Covers:
how I periodically review long-running services
using dotnet-counters, dotMemory and dotTrace to find growth
why “just add a cap” is often the wrong answer
replacing unbounded ANN structures with bounded hot caches + compacted persistence
taking the vector layer from 13GB LOH to <6MB
The broader point applies to any system that “remembers”:
bot detection, fraud scoring, recommendations, anomaly detection, RAG pipelines, adaptive systems.
Fix the shape, not the symptom.
#dotnet #aspnetcore #performance #architecture #ai #rag #observability
-
Part 3 of the StyloBot Release Series is up.
https://www.mostlylucid.net/blog/stylobot-release-reliability
This one is less about bots and more about the reality of long-running .NET based systems: everything that learns from traffic eventually accumulates.
Came from one of my periodic reliability reviews where StyloBot’s vector layer had drifted to 13GB on the .NET Large Object Heap due to the wrong abstraction (in-process HNSW behaving like an unbounded cache).
The interesting part wasn’t the fix. It was recognising that the architecture itself was wrong for the runtime pattern.
Covers:
how I periodically review long-running services
using dotnet-counters, dotMemory and dotTrace to find growth
why “just add a cap” is often the wrong answer
replacing unbounded ANN structures with bounded hot caches + compacted persistence
taking the vector layer from 13GB LOH to <6MB
The broader point applies to any system that “remembers”:
bot detection, fraud scoring, recommendations, anomaly detection, RAG pipelines, adaptive systems.
Fix the shape, not the symptom.
#dotnet #aspnetcore #performance #architecture #ai #rag #observability
-
Part 3 of the StyloBot Release Series is up.
https://www.mostlylucid.net/blog/stylobot-release-reliability
This one is less about bots and more about the reality of long-running .NET based systems: everything that learns from traffic eventually accumulates.
Came from one of my periodic reliability reviews where StyloBot’s vector layer had drifted to 13GB on the .NET Large Object Heap due to the wrong abstraction (in-process HNSW behaving like an unbounded cache).
The interesting part wasn’t the fix. It was recognising that the architecture itself was wrong for the runtime pattern.
Covers:
how I periodically review long-running services
using dotnet-counters, dotMemory and dotTrace to find growth
why “just add a cap” is often the wrong answer
replacing unbounded ANN structures with bounded hot caches + compacted persistence
taking the vector layer from 13GB LOH to <6MB
The broader point applies to any system that “remembers”:
bot detection, fraud scoring, recommendations, anomaly detection, RAG pipelines, adaptive systems.
Fix the shape, not the symptom.
#dotnet #aspnetcore #performance #architecture #ai #rag #observability
-
Part 3 of the StyloBot Release Series is up.
https://www.mostlylucid.net/blog/stylobot-release-reliability
This one is less about bots and more about the reality of long-running .NET based systems: everything that learns from traffic eventually accumulates.
Came from one of my periodic reliability reviews where StyloBot’s vector layer had drifted to 13GB on the .NET Large Object Heap due to the wrong abstraction (in-process HNSW behaving like an unbounded cache).
The interesting part wasn’t the fix. It was recognising that the architecture itself was wrong for the runtime pattern.
Covers:
how I periodically review long-running services
using dotnet-counters, dotMemory and dotTrace to find growth
why “just add a cap” is often the wrong answer
replacing unbounded ANN structures with bounded hot caches + compacted persistence
taking the vector layer from 13GB LOH to <6MB
The broader point applies to any system that “remembers”:
bot detection, fraud scoring, recommendations, anomaly detection, RAG pipelines, adaptive systems.
Fix the shape, not the symptom.
#dotnet #aspnetcore #performance #architecture #ai #rag #observability
-
Disable HTTP caching by default in ASP.NET Core APIs #aspnetcore #dotnet https://www.meziantou.net/disable-http-caching-by-default-in-asp-net-core-apis.htm?utm_medium=social&utm_source=mastodon
-
Get started with dependency injection using IServiceCollection!
Read more here:
https://bgh.st/3z6d2w -
New Stylobot UI article.
https://www.mostlylucid.net/blog/behaviour-aware-ux
StyloBot Release Series: Behaviour-Aware ASP.NET UI
-
From the .NET blog...
In case you missed it earlier...
Combining API versioning with OpenAPI in .NET 10 applications
https://devblogs.microsoft.com/dotnet/api-versioning-in-dotnet-10-applications/ #dotnet #ASPNETCore #CloudNative #apiversioning #openapi -
From the .NET blog...
In case you missed it earlier...
Combining API versioning with OpenAPI in .NET 10 applications
https://devblogs.microsoft.com/dotnet/api-versioning-in-dotnet-10-applications/ #dotnet #ASPNETCore #CloudNative #apiversioning #openapi -
From the .NET blog...
In case you missed it earlier...
Combining API versioning with OpenAPI in .NET 10 applications
https://devblogs.microsoft.com/dotnet/api-versioning-in-dotnet-10-applications/ #dotnet #ASPNETCore #CloudNative #apiversioning #openapi -
From the .NET blog...
In case you missed it earlier...
Combining API versioning with OpenAPI in .NET 10 applications
https://devblogs.microsoft.com/dotnet/api-versioning-in-dotnet-10-applications/ #dotnet #ASPNETCore #CloudNative #apiversioning #openapi -
From the .NET blog...
Combining API versioning with OpenAPI in .NET 10 applications
https://devblogs.microsoft.com/dotnet/api-versioning-in-dotnet-10-applications/ #dotnet #ASPNETCore #CloudNative #apiversioning #openapi -
From the .NET blog...
Combining API versioning with OpenAPI in .NET 10 applications
https://devblogs.microsoft.com/dotnet/api-versioning-in-dotnet-10-applications/ #dotnet #ASPNETCore #CloudNative #apiversioning #openapi -
From the .NET blog...
Combining API versioning with OpenAPI in .NET 10 applications
https://devblogs.microsoft.com/dotnet/api-versioning-in-dotnet-10-applications/ #dotnet #ASPNETCore #CloudNative #apiversioning #openapi -
From the .NET blog...
Combining API versioning with OpenAPI in .NET 10 applications
https://devblogs.microsoft.com/dotnet/api-versioning-in-dotnet-10-applications/ #dotnet #ASPNETCore #CloudNative #apiversioning #openapi -
Unit testing user interfaces makes some people uncomfortable.
Read more here:
https://bgh.st/3br4dp -
So, why did you skip out on those Blazor unit tests?
Read more here:
https://bgh.st/hf2sub -
#Microsoft issues emergency update for #macOS and #Linux ASP.NET threat
Microsoft released an emergency patch for its ASP.NET Core to fix a high-severity #vulnerability that allows unauthenticated attackers to gain SYSTEM privileges on devices that use the Web development framework to run Linux or macOS apps.
The software maker said Tuesday evening that the vulnerability, tracked as CVE-2026-40372
#ASPNet #security -
Has your company recently asked you to implement #SAML 2.0? Worried about the prospect of implementing the 20-year-old protocol?
Come check out how to implement SAML 2.0 into Duende IdentityServer. #dotnet #saml #security #aspnetcore
🙏 boosts appreciated #livestream