security
ASP.NET Core and .NET Security Articles, Tutorials & News
ASP.NET Core and .NET Security articles, tutorials, and news from the DotNetNews archive.
420 articles Updated Page 5 of 17
Browse additional ASP.NET Core and .NET Security articles from the DotNetNews archive.
ASP.NET Core and .NET Security articles
Page 5 of 17
Newest first
-
-
DotnetFastMCP: Enforcing Multi-Factor Authentication (MFA) for Critical AI Tools ️
medium.com Issue #407
AI Agents are getting powerful. We are moving from “Chatbots that summarize text” to “Agents that move money” and “Agents that deploy… Continue reading on Applied AI for App Devs »
-
How to Implement Global Exception Handling in ASP.NET Core?
c-sharpcorner.com Issue #407
Master global exception handling in ASP.NET Core for robust, scalable APIs. Learn to implement middleware, custom exceptions, and standardized error responses.
-
How to Detect Phishing from Text Input in C#/.NET
cloudmersive.medium.com Issue #407
Phishing attacks are increasingly coming from unconventional inputs.
-
How to Fix CORS Error in ASP.NET Core?
c-sharpcorner.com Issue #407
Solve ASP.NET Core CORS errors! This guide explains CORS, why errors occur, and provides step-by-step solutions for secure, production-ready configurations. Learn to fix cross-origin issues!
-
How to Upload Files in ASP.NET Core Web API?
c-sharpcorner.com Issue #406
Learn how to implement secure and efficient file uploads in ASP.NET Core Web API. Covers handling IFormFile, validation, storage, and security best practices.
-
How to Detect Phishing Attacks in Email Containers using C# .NET
cloudmersive.medium.com Issue #406
Phishing detection is a necessary security policy for any email server.
-
2️⃣ Session Management Series: Session Management and Security in ASP.NET Core — 2
medium.com Issue #406
When you browse the web and move from one page to another, you notice that the items in your cart don’t disappear and you’re not asked to…
-
Malicious NuGet Packages Target ASP.NET Developers to Steal Login Credentials
news.google.com Issue #406
Malicious NuGet Packages Target ASP.NET Developers to Steal Login Credentials
-
DotnetFastMCP: Enforcing Multi-Factor Authentication (MFA) for Critical AI Tools ️
medium.com Issue #403
AI Agents are getting powerful. We are moving from “Chatbots that summarize text” to “Agents that move money” and “Agents that deploy… Continue reading on Applied AI for App Devs »
-
How to Implement Global Exception Handling in ASP.NET Core?
c-sharpcorner.com Issue #403
Master global exception handling in ASP.NET Core for robust, scalable APIs. Learn to implement middleware, custom exceptions, and standardized error responses.
-
How to Detect Phishing from Text Input in C#/.NET
cloudmersive.medium.com Issue #403
Phishing attacks are increasingly coming from unconventional inputs.
-
How to Fix CORS Error in ASP.NET Core?
c-sharpcorner.com Issue #403
Solve ASP.NET Core CORS errors! This guide explains CORS, why errors occur, and provides step-by-step solutions for secure, production-ready configurations. Learn to fix cross-origin issues!
-
How to Enable HTTPS Redirection in ASP.NET Core?
c-sharpcorner.com Issue #402
Secure your ASP.NET Core apps! This guide details enabling HTTPS redirection, configuring certificates, handling reverse proxies, and implementing HSTS for robust security.
-
Building a .NET API Gateway: YARP Foundation, Health Checks, Load Balancing, and Security
medium.com Issue #401
Whether you’re building a small internal tool or a customer-facing application, there comes a point where you need more control over how…
-
How to Enable CORS in ASP.NET Core Properly?
c-sharpcorner.com Issue #401
Learn how to properly enable CORS in ASP.NET Core for secure cross-origin communication. Configure middleware, handle preflight requests, and avoid common mistakes.
-
Preventing Path Traversal Attacks in File Uploads: A Technical Deep Dive
trevoirwilliams.com Issue #401
When your application reads from or writes to a file system location based on user input and that input isn't carefully checked, an attacker can manipulate the path to access directories or files they...
-
How to Design a Multi-Tenant SaaS Platform on Microsoft Azure
faciletechnolab.com Issue #401
A practical guide to designing a secure, scalable multi-tenant SaaS architecture on Microsoft Azure, covering tenancy models, data isolation, Azure services, and real-world architectural consideration...
-
How to Implement JWT Authentication in ASP.NET Core 8 Step by Step?
c-sharpcorner.com Issue #400
Secure your ASP.NET Core 8 APIs with JWT authentication! This step-by-step guide covers project setup, token generation, authorization, and production best practices for robust security.
-
How to Connect Angular Frontend With ASP.NET Core Web API?
c-sharpcorner.com Issue #400
Learn how to connect an Angular frontend to an ASP.NET Core Web API for scalable web apps. Includes CORS, HttpClient, environment configs, & security tips.
-
How to Work with Files and IO in C#?
c-sharpcorner.com Issue #400
Master C# file I/O with System.IO! Learn to read, write, and manage files efficiently in .NET applications. Boost performance and security in cloud environments.
-
Comparing Entity Framework Core vs Dapper: When to Choose What
c-sharpcorner.com Issue #397
Explore the differences between Entity Framework Core and Dapper for .NET data access. Learn when to choose each ORM based on performance, productivity, and control.
-
Why Enterprises Prefer .NET Development Services: Real Industry Insights & Benefits
medium.com Issue #394
In a digital-first world where performance, security, and scalability matter more than ever, enterprises are constantly evaluating the…
-
Multiplexed RBAC in .NET — Part 2 : Distributed Rotational Cache with Redis & Lua
medium.com Issue #392
Distributed RBAC cache in .NET using Redis, Lua atomicity, overlap-safe rotation and graceful fallback.
-
Are exceptions exposing vulnerabilities in your .NET App?
roundthecode.com Issue #390
Unhandled exceptions in ASP.NET Core can expose sensitive data. Learn when it happens, why it's dangerous, and how to fix it. The page Are exceptions exposing vulnerabilities in your .NET App? appeare...