#aspnetcore search results
How to fix ASP .NET Core Vulnerability HTTP request smuggling bug scores 9.9 by @AronMolnar2 metadataconsulting.blogspot.com/2025/10/How-to… #aspnetcore
.NET Aspire 6: Deployment Using Azure Container Apps by @daveabrock daveabrock.com/2025/10/21/net… #aspnetcore
Heads up, #dotnet developers! 🚀 .NET 10 is a great time to upgrade your application and its dependencies. In this post, we look at key .NET 10 breaking changes you need to know about for a smooth upgrade. 👉 duende.link/89qegla #aspnetcore
Say hello to your new best friend: the Telerik UI for #ASPNETCore AI Coding Assistant! 🤖 This purpose-built tool is trained on over 110 components to generate high-quality, production-ready code so you can spend less time fixing & more time delivering features faster than ever…
Building Fast Serverless APIs With Minimal APIs on AWS Lambda by @mjovanovictech milanjovanovic.tech/blog/building-… #aspnetcore
Task Scheduling and Background Services in Blazor Server by Mladen Macanović blazorise.com/blog/task-sche… #aspnetcore #blazor
Need to learn all about authorization for MCP servers? 🤔 That's what the #ASPNETCore Community Standup is for! Dive into the MCP authorization flow together with @danroth27 & @mkistler82: prgress.co/42ODh0b
ASP .NET Web API – Token Based Authentication Tutorial by Beau Carnes youtube.com/watch?v=QSFWSj… #aspnetcore
Final post in my .NET 10 passkey series! Adding .NET 10 Passkey Support to Duende IdentityServer 👉 duende.link/berqe86 Learn how to add #dotnet 10 passkey support to a non-Blazor project such as MVC or Razor Pages. #security #aspnetcore #identity #webauthn
🎓 My newest course just dropped! "Migrating ASP.NET Web APIs → Core" Get strategies, advice, and demos of updating your Web API solutions to Core. 🔗 dometrain.com/course/migrati… #dotnet #aspnetcore #csharp #webapi
I published a complete course on building #aspnetcore 9 Web APIs the right way — using Entity Framework Core and DDD principles. Most API tutorials show you how to make things work. This one is about building APIs that scale, stay maintainable, and follow best practices from…
Need a secure OAuth desktop client for your #dotNET apps? 🔒 This guide by @damien_bod shows you how to build one that talks to an #ASPNETCore server, all secured by Microsoft Entra ID! 👇 prgress.co/43mZNgN
Understanding the worst .NET vulnerability ever: request smuggling and CVE-2025-55315 by @andrewlocknet andrewlock.net/understanding-… #aspnetcore
A while ago, we ran into a strange issue in one of our #aspnetcore apps. We had a global exception handler in place. Everything looked fine on paper. But somehow, certain exceptions were slipping through. No logs. No custom error responses. Just raw 500s hitting the client. We…
🔥 Handling exceptions in .NET 8 just got better! Say hello to IExceptionHandler — the new recommended approach for global exception handling in #aspnetcore. 💡 What's awesome about it? ➡️ Implement a single method: TryHandleAsync ➡️ Work directly with HttpContext & error…
Null values sabotaging your app? No more! 💥 Here's an awesome guide to preventing common problems by @AssisZang! Learn about the Null Object Pattern & other best practices that will help you create more robust #ASPNETCore apps: prgress.co/4mYsJU4
I updated the JSopX™ Bridge Too Far Project GitHub repository support for ASPNET Core versioning. To learn more, visit github.com/JasonSilvestri… #JSopX #AspNetCore
Novo vídeo no Canal .NET -> Concorrência e Paralelismo em .NET: a classe Lock, Semáforos, cenários de uso... -- Link: youtube.com/watch?v=UTSqzu… C/ @brunobritodev #dotnet #csharp #aspnetcore #concurrency #parallelism #lock #semaphoreslim #parallel #csharp13 #dotnet7 #visualstudio
Heads up, #dotnet developers! 🚀 .NET 10 is a great time to upgrade your application and its dependencies. In this post, we look at key .NET 10 breaking changes you need to know about for a smooth upgrade. 👉 duende.link/89qegla #aspnetcore
How to fix ASP .NET Core Vulnerability HTTP request smuggling bug scores 9.9 by @AronMolnar2 metadataconsulting.blogspot.com/2025/10/How-to… #aspnetcore
.NET Aspire 6: Deployment Using Azure Container Apps by @daveabrock daveabrock.com/2025/10/21/net… #aspnetcore
🔗 Middleware order = execution order in ASP.NET Core Error handling → Forwarded headers → CORS → Routing → Auth → Authorization → Logic Get this wrong and your auth silently doesn't work 🔓 #aspnetcore #dotnet
Task Scheduling and Background Services in Blazor Server by Mladen Macanović blazorise.com/blog/task-sche… #aspnetcore #blazor
La registrazione del Live Coding "Riparliamo del logging con Serilog" è disponibile online youtube.com/watch?v=aKS9_J… #dotnet #aspnetcore #minimalapi #logging
youtube.com
YouTube
Live Coding: riparliamo del logging con Serilog
.NET tiene una solución integrada muy poderosa que pocos conocen: System.Threading.Channels En este post escribí como controlar un Background Service desde un API utilizando Channels. #dotnet #csharp #aspnetcore dev.to/isaacojeda/sis…
Add request logging to a database in an ASP .NET Core Web API by @RoundTheCode roundthecode.com/dotnet-tutoria… #aspnetcore
Understanding the worst .NET vulnerability ever: request smuggling and CVE-2025-55315 by @andrewlocknet andrewlock.net/understanding-… #aspnetcore
Microsoft fixes one of its "highest ever" rated security flaws - here's what happened by Sead Fadilpašić techradar.com/pro/security/m… #aspnetcore
Adding metadata to fallback endpoints in #ASPNETCore andrewlock.net/adding-metadat… by @andrewlocknet
🚀 JetMapper'ı tanıtıyoruz - Hızın ötesinde .NET object mapper!AutoMapper'dan 2-4x daha hızlı🧠 %80'e varan bellek tasarrufu✨ GitHub: github.com/mennansevim/je… #dotnetcore #aspnetcore #açıkkaynak #opensource #performans #yazılım #kod #webgeliştirme #nuget #dotnet8 #automapper
Great livestream a couple of weeks ago with .NET MVP Tore Nestenius: Demystifying Authentication in #aspnetcore Core A hands-on, clearly explained deep dive into the world of authentication. Recommended watch! youtube.com/watch?v=8tZQGJ… #dotnet #security #identity
youtube.com
YouTube
Demystifying Authentication in ASP.NET Core
. NET CORE Journey #dotnet #netcore #aspnetcore #csharp #coding #DevCommunity #Community #developer #Microsoft #AI #github
Working with Oracle Stored Procedures in #ASPNETCore using #Dapper? Learn how to handle output parameters efficiently with real code examples & tested steps. Perfect for enterprise devs integrating Oracle. 👉 Read more: c-sharpcorner.com/article/oracle… #DotNet #CSharp #Developers
Blogged: Understanding the worst .NET vulnerability ever: request smuggling and CVE-2025-55315 andrewlock.net/understanding-… In this post I discuss request smuggling, the recent vulnerability in #AspNetCore with a severity score of 9.9, and how attackers could exploit it #dotnet
How to fix ASP .NET Core Vulnerability HTTP request smuggling bug scores 9.9 by @AronMolnar2 metadataconsulting.blogspot.com/2025/10/How-to… #aspnetcore
.NET Aspire 6: Deployment Using Azure Container Apps by @daveabrock daveabrock.com/2025/10/21/net… #aspnetcore
I published a complete course on building #aspnetcore 9 Web APIs the right way — using Entity Framework Core and DDD principles. Most API tutorials show you how to make things work. This one is about building APIs that scale, stay maintainable, and follow best practices from…
Task Scheduling and Background Services in Blazor Server by Mladen Macanović blazorise.com/blog/task-sche… #aspnetcore #blazor
🎓 My newest course just dropped! "Migrating ASP.NET Web APIs → Core" Get strategies, advice, and demos of updating your Web API solutions to Core. 🔗 dometrain.com/course/migrati… #dotnet #aspnetcore #csharp #webapi
🔥 Handling exceptions in .NET 8 just got better! Say hello to IExceptionHandler — the new recommended approach for global exception handling in #aspnetcore. 💡 What's awesome about it? ➡️ Implement a single method: TryHandleAsync ➡️ Work directly with HttpContext & error…
A while ago, we ran into a strange issue in one of our #aspnetcore apps. We had a global exception handler in place. Everything looked fine on paper. But somehow, certain exceptions were slipping through. No logs. No custom error responses. Just raw 500s hitting the client. We…
🚀 Just launched a new API + UI combo under the APIverse project! 🔐 Generate precise 10-digit location codes with the DigiPin Generator API — fast, simple, and no user data stored. Read the full story + try it live 👇 🌐 code-town.blogspot.com/2025/06/digipi… #dotnet #WebAPI #ASPNetCore…
Need to learn all about authorization for MCP servers? 🤔 That's what the #ASPNETCore Community Standup is for! Dive into the MCP authorization flow together with @danroth27 & @mkistler82: prgress.co/42ODh0b
Passkeys in .NET 10 Blazor Apps with ASP .NET Identity by @maartenballiauw duendesoftware.com/blog/20251007-… #aspnetcore
I'm still learning Blazor, but MAN did this cause me some grief... Read more here: devleader.ca/2024/03/21/bla… #Blazor #ASPNETCore #DotNet #CSharp
Just wrapping up writing a blog post I'm going to publish next week about the new OpenAPI support in #aspnetcore 👀
Yesterday, I shared a tutorial on implementing CQRS in an #aspnetcore 8 Web API using MediatR to build clean and efficient applications. But what if we could make it even better? 🤔 A crucial next step is validating requests at the HTTP pipeline level. Integrating…
Something went wrong.
Something went wrong.
United States Trends
- 1. Colts 32.3K posts
- 2. Jets 50.5K posts
- 3. Cheney 168K posts
- 4. AD Mitchell 3,543 posts
- 5. Shaheed 10.4K posts
- 6. Welcome to Indy N/A
- 7. Election Day 147K posts
- 8. Garrett Wilson N/A
- 9. Chris Ballard N/A
- 10. Meyers 13.7K posts
- 11. Quinnen Williams 2,017 posts
- 12. Two 1st 3,867 posts
- 13. #ForTheShoe N/A
- 14. Seahawks 19.2K posts
- 15. Daniel Jones 2,599 posts
- 16. Waddle 7,069 posts
- 17. Mamdani 609K posts
- 18. Jamal Adams N/A
- 19. Mougey N/A
- 20. Olave 2,171 posts