security
ASP.NET Core and .NET Security Articles, Tutorials & News
ASP.NET Core and .NET Security articles, tutorials, and news from the DotNetNews archive.
483 articles Updated Page 9 of 20
Browse additional ASP.NET Core and .NET Security articles from the DotNetNews archive.
ASP.NET Core and .NET Security articles
Page 9 of 20
Newest first
-
Why .NET Core Still Feels Like the Future of Backend Development
c-sharpcorner.com Issue #375
.NET Core remains a top choice for backend development in 2026. Explore its cross-platform capabilities, performance, cloud-native features, and robust security. A future-proof ecosystem!
-
What is C# Used For in 2026?
c-sharpcorner.com Issue #373
Explore C#'s diverse uses in 2026: web, cloud, enterprise, games, mobile, and more. Discover why C# remains a top choice for developers seeking scalability and security.
-
C# basics to .NET 10 runtime updates
DotNetNews Issue #372
A varied .NET roundup with beginner C# guides, .NET 10 runtime improvements, ASP.NET Core logging, security, Kafka, AI, and MCP.
-
Set the amr claim when using passkeys authentication in ASP.NET Core
damienbod.com Issue #371
The post shows how to set the correct amr value when authenticating using ASP.NET Core Identity and passkeys in .NET 10. When authenticating using OpenID Connect and passkeys authentication, the OpenI...
-
Why Most Multi-Tenant RAG Apps Will Leak Data (And How to Actually Prevent It)
medium.com Issue #369
This is Part 1 of the Production AI Series, where we explore the hidden engineering challenges of shipping AI apps in .NET.
-
Authentication and authorization best practices in .Net
empty-chair.medium.com Issue #368
Authentication and authorization are two pillars of application security.
-
-
Manage auto-approved agent tools in VS Code 🛡️
youtube.com Issue #363
How can I detect that the system is running low on memory? Or that my job is running low on memory?
-
.NET 10 and ASP.NET Core: Refinements That Matter in Production
c-sharpcorner.com Issue #361
Discover what’s new in ASP.NET Core with .NET 10. Explore enhance security, observability, and performance for production apps. Discover improvements in Blazor, APIs, and authentication!
-
-
ASP.NET Development Services: Building Secure, Scalable, and High-Performance Web Applications
medium.com Issue #359
In today’s rapidly evolving digital landscape, businesses require web applications that are not only visually appealing but also secure…
-
Understanding and Managing Mark of the Web in .NET
meziantou.net Issue #359
What is Mark of the Web? Mark of the Web (MOTW) is a Windows security feature that protects users from potentially unsafe files downloaded from the internet. When you download a file, Windows automati...
-
Authentication in .NET — Part 12: Session & Cookie Security Hardening (Final Part)
dilankam.medium.com Issue #355
In the previous parts of this series, we explored authentication flows, identity providers, JWTs, multi-tenancy, MFA, and API security…
-
Authentication in .NET — A Complete 12-Part Series (Overview & Guide)
dilankam.medium.com Issue #354
Over the past weeks, I’ve been writing a 12-part series on Authentication in .NET, aimed at software engineers and architects who want…
-
JWT Is NOT Authentication
rahulsahay19.medium.com Issue #353
And If You Think It Is, Your System Is Lying to You
-
-
Stop writing all validation logic inside your .NET Controllers
medium.com Issue #352
Your controller should be a traffic cop not a security guard. Continue reading on Readers Club »
-
Work item linking for Advanced Security alerts now available
devblogs.microsoft.com Issue #352
Security vulnerabilities don't fix themselves. Someone needs to track them, prioritize them, and actually ship the fix. If you've ever tried to manage security alerts alongside your regular sprint wor...
-
We Let Cursor Write Our .NET Code. Then “Stupid Bugs” Exploded — Here’s the Fix
medium.com Issue #351
Last month we did what everyone is doing in 2025:
-
Securing Your API in .NET 9: A Complete Developer’s Guide
medium.com Issue #351
Building secure APIs has never been more critical in today’s interconnected world.
-
Token Authentication In ASP.NET Core 9 With JWT | Clean Architecture (.NET 9 & .NET 10)
medium.com Issue #350
🔥 Part 1 — Foundations: Architecture, JWT Theory, and Clean Project Setup
-
.NET 10 Networking Improvements
devblogs.microsoft.com Issue #349
Introducing new networking features in .NET 10 including HTTP space, WebSockets, security and more! The post .NET 10 Networking Improvements appeared first on .NET Blog.
-
How to Detect Spam from Text Input in C# .NET Core
cloudmersive.medium.com Issue #348
Detecting and blocking spam inputs in our application starts with accurately classifying what spam is.
-
Azure networking updates on security, reliability, and high availability
azure.microsoft.com Issue #348
The cloud landscape is evolving at an unprecedented pace, driven by the exponential growth of AI workloads. The post Azure networking updates on security, reliability, and high availability appeared ...
-
Building Reliable Webhooks in ASP.NET Core
malshikay.medium.com Issue #347
A practical guide to request validation, retry handling, and idempotency with real-world examples