How to Call JavaScript from Blazor Without Performance Issues by Ananya Desai
www.c-sharpcorner.com/article/how-... #aspnetcore #blazor
Posts by Dmitry Pavlov
π New blog post on handling DOM events in #Blazor components:
"Things to Watch Out For When Creating Components That Relay DOM Events in Blazor" #DEVCommunity dev.to/j_sakamoto/t...
How to Build Resilient APIs in #ASPNETCore with #Polly Retry and Circuit Breaker
www.ottorinobruni.com/how-to-build... by @ottorinobruni.bsky.social
Upgrade your .NET MAUI & Blazor Hybrid apps to .NET 9 in minutes! β‘
Better performance, stability & new features
Step-by-step guide from real experience (CodeSwissKnife upgrade)
Who's moving to .NET 9? π
#dotnet #MAUI #Blazor #DotNet9 #CSharp www.ottorinobruni.com/how-to-upgra...
How I release a #Blazor app to 8 distribution channels
dev.to/jinjinov/how... by Urban Dzindzinovic
#Aspire Docs in Your Terminal (and Your #AIβs Brain)
devblogs.microsoft.com/aspire/aspir... by @davidpine.dev
Got Keycloak working with a .NET Aspire app and wrote it all down. Setup, integration, and what actually matters.
c5m.ca/aspire-keycl...
Secure a C# #MCP Server with #Auth0
auth0.com/blog/secure-... by Andrea Chiarelli
Learn how to build an MCP Server with the C# SDK for MCP and secure it with @auth0byokta.bsky.social
New in #dotNET 10 and C# 14: #MultiTenant #RateLimiting
// by Ali Hamza Ansari via @elmah.io
blog.elmah.io/new-in-net-1...
What's new in #ASPNETCore in #dotNET 10
learn.microsoft.com/en-us/aspnet...
Designing #Microservices: An Architectural and Practical Approach
www.telerik.com/blogs/design... by Assis Zang
Enterprise Patterns for #ASPNETCore #MinimalAPI: Domain Model Pattern β When Your Core Rules Deserve Their Own Gravity
www.woodruff.dev/enterprise-p... by Chris Woodruff
Blogged: Implement a secure MCP OAuth desktop client using OAuth and Entra ID
damienbod.com/2025/10/16/i...
#mcp #entra #oauth #identity #iam #llm #oidc #openidconnect #ai
π‘οΈ Secure ASP.NET Core APIs with Rate Limiting! Prevent abuse & boost performanceβbuilt-in middleware for .NET 8/9. #dotnet #aspnetcore #ratelimiting #apidev
www.ottorinobruni.com/how-to-use-r...
Blogged: Adding metadata to fallback endpoints in ASPβ.NET Core
andrewlock.net/adding-metad...
In this post I discuss fallback endpoints and show how adding metadata to MVC or Razor Page fallback endpoints has some quirks to be aware of
#dotnet #aspnetcore
#Blazor Basics: Using Local Storage to Save and Restore Form Input
www.telerik.com/blogs/blazor... by @bernasconi.bsky.social
#Passkeys in .NET 10 #Blazor Apps with ASP.NET #Identity
duendesoftware.com/blog/2025100... by Maarten Balliauw via @duendesoftware.com
Secure a .NET #RAG System with #Auth0 #FGA
auth0.com/blog/secure-... by Andrea Chiarelli via @auth0byokta.bsky.social blog
Global talent marketplace & payments
Hire freelancers, manage projects efficiently and pay globally with EasyStaff. Letβs erase the border between you and your remote teams.
easystaff.io/connect?ref=...
#talent_marketplace #global_payments
Understanding HATEOAS in #ASPNETCore APIs: Explore when and why to use this hypermedia constraint to enhance client-server interactions. Is it still relevant in modern web API design? #WebDevelopment
What's new in #ASPNETCore in .NET 10
learn.microsoft.com/en-us/aspnet...
Looking for talented software developers?
Hire them from the top 3% at Toptal!
www.toptal.com/XldPKX/world...
Explore different return types in ASP.NET Core controllers to enhance your API's flexibility: IActionResult, ActionResult<T>, and direct return of T. Each type provides various benefits in HTTP response handling. #ASPNetCore #WebDevelopment
Building a Proof of Concept and Teaching Developers How to Master Modern #ASPNETCore, #Aspire, and #Azure Development
medium.com/@robert_8483... by Robert Felkins
A list of questions related to the functionalities of a software tool, including deployment, CI/CD, and multi-repo setups.
#Aspire: A Modern DevOps Toolchain by: @davidfowl.com #Blazor medium.com/@davidfowl/a...
Blogged: Running .NET in the browser without Blazor
andrewlock.net/running-dotn...
In this post I show how to run .NET in your browser without using Blazor, and instead rely on lower-level abstractions provided by [JSImport] and [JSExport]
#dotnet #aspnetcore #wasm #webassembly
Blogged: Using and authoring .NET tools
andrewlock.net/using-and-au...
In this post I describe some of the complexities around authoring .NET tools, specifically around supporting multiple .NET runtimes and testing in CI
#dotnet
Blogged: Fixing an old .NET Core native library loading issue on Alpine
andrewlock.net/fixing-an-ol...
In this post I walk through the process of solving a native library loading issue on alpine with an old .NET runtime, showing the steps we took and the solution
#dotnet