security
ASP.NET Core and .NET Security Articles, Tutorials & News
ASP.NET Core and .NET Security articles, tutorials, and news from the DotNetNews archive.
504 articles Updated Page 10 of 21
Browse additional ASP.NET Core and .NET Security articles from the DotNetNews archive.
ASP.NET Core and .NET Security articles
Page 10 of 21
Newest first
-
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
-
Why Azure Key Vault is Essential for .NET Security
medium.com Issue #347
This is not a trifle in the current software architecture in which we store our application secrets — database passwords, API keys, and…
-
How to Save Your .NET 8 Application from Silent Process Killers
itnext.io Issue #347
Learn which exceptions bypass your try/catch entirely — and the right architectural patterns to survive them. Continue reading on ITNEXT »
-
Taming the Three-Headed Dog: Kerberos Authentication with .NET
dotnetfullstackdev.medium.com Issue #346
From Tickets to C# Code — Might look a like (not) SSO
-
Implement Aggressive Control Flow in .NET
medium.com Issue #346
There are provide examples of implementing aggressive control flow obfuscation using Skater .NET Obfuscator. Skater offers several control…