#aspnetcore search results
Understanding the worst .NET vulnerability ever: request smuggling and CVE-2025-55315 by @andrewlocknet andrewlock.net/understanding-… #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…
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
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
🎓 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
.NET and .NET Framework October 2025 servicing releases updates by Tara Overfield devblogs.microsoft.com/dotnet/dotnet-… #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…
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
🔥 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…
Add request logging to a database in an ASP .NET Core Web API by @RoundTheCode roundthecode.com/dotnet-tutoria… #aspnetcore
Passkeys in .NET 10 Blazor Apps with ASP .NET Identity by @maartenballiauw duendesoftware.com/blog/20251007-… #aspnetcore
💻 Ready to modernize legacy .NET apps? In "Migrating ASP.NET Web Forms & MVC to Core", I walk you through upgrading MVC and Web Forms apps to Core. 🔗 bit.ly/3KMo4GA #DotNet #ASPNETCore #LegacyMigration
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
.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
I’ve just updated my ASP.NET Core MCP Server example — it now includes a simple client built with the new Microsoft Agent Framework! Check it out on GitHub 👇github.com/marcominerva/M… #dotnet #aspnetcore #openai #mcp
🛡️ Secure ASP.NET Core APIs with Rate Limiting! Prevent abuse & boost performance—built-in middleware for .NET 8/9. #dotnet #aspnetcore #ratelimiting #apidev ottorinobruni.com/how-to-use-rat…
Learn how to implement versioning in ASP.NET Core Web APIs using NuGet and Swagger to maintain backward compatibility in .NET 8. - hackernoon.com/how-to-impleme… #restapi #aspnetcore
📣 New Podcast! "316 - La vulnerabilità più grave mai scoperta in ASP.NET Core [CVE-2025-55315]" on @Spreaker #aspnetcore #dotnet #kestrel #security #vulnerability spreaker.com/episode/316-la…
spreaker.com
Spreaker Podcasts
316 - La vulnerabilità più grave mai scoperta in ASP.NET Core...
Building Fast Serverless APIs With Minimal APIs on AWS Lambda by @mjovanovictech milanjovanovic.tech/blog/building-… #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…
ASP .NET Web API – Token Based Authentication Tutorial by Beau Carnes youtube.com/watch?v=QSFWSj… #aspnetcore
🎓 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…
💻 Ready to modernize legacy .NET apps? In "Migrating ASP.NET Web Forms & MVC to Core", I walk you through upgrading MVC and Web Forms apps to Core. 🔗 bit.ly/3KMo4GA #DotNet #ASPNETCore #LegacyMigration
Passkeys in .NET 10 Blazor Apps with ASP .NET Identity by @maartenballiauw duendesoftware.com/blog/20251007-… #aspnetcore
.NET and .NET Framework October 2025 servicing releases updates by Tara Overfield devblogs.microsoft.com/dotnet/dotnet-… #aspnetcore
Just wrapping up writing a blog post I'm going to publish next week about the new OpenAPI support in #aspnetcore 👀
Y'all, I'm not sure if we're going in the right direction. I did File, New on a simple #aspnetcore API project, and it installed 80+ packages to get it going.
Digging through old pictures of when we were designing cross-platform asp.net 5, before .NET Core #dotnet #aspnetcore
Something went wrong.
Something went wrong.
United States Trends
- 1. Dodgers 787K posts
- 2. World Series 419K posts
- 3. Good Sunday 46.1K posts
- 4. Nigeria 811K posts
- 5. Blue Jays 157K posts
- 6. Yamamoto 246K posts
- 7. jungkook 376K posts
- 8. Will Smith 54.7K posts
- 9. #River 5,127 posts
- 10. #sundayvibes 3,390 posts
- 11. Yankees 16.8K posts
- 12. Miguel Rojas 47.5K posts
- 13. Carlos Manzo 329K posts
- 14. BACK TO BACK 1.17M posts
- 15. #T1WIN 15.8K posts
- 16. #Worlds2025 45.9K posts
- 17. Baseball 177K posts
- 18. Vladdy 23.8K posts
- 19. Mets 11.7K posts
- 20. Kendrick 19.5K posts