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 7 of 20
Browse additional ASP.NET Core and .NET Security articles from the DotNetNews archive.
ASP.NET Core and .NET Security articles
Page 7 of 20
Newest first
-
Coding for Security with Chris Ayers
spreaker.com Issue #423
What does secure coding look like today? Carl and Richard talk to Chris Ayers about the MITRE ATT&CK matrix, a comprehensive breakdown of the tactics, techniques, and procedures black hats use to ...
-
-
AutoMapper's last free version has a security flaw
roundthecode.com Issue #422
AutoMapper v14 has a high-severity vulnerability. Learn what it means, how to reproduce it, and how to fix or avoid the issue in your apps. The page AutoMapper's last free version has a security flaw ...
-
How to Design a Multi-Tenant SaaS Platform on Microsoft Azure
feedly.com Issue #421
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...
-
️ Custom Session Store for Complex Objects in ASP.NET Core
medium.com Issue #420
ASP.NET Core’s default session fails with complex objects. This post shows how to store them safely in memory.
-
Securing ASP.NET Core APIs with API Keys
c-sharpcorner.com Issue #420
Protect your ASP.NET Core APIs with API Keys! This guide explores 5 practical patterns, from simple middleware to database-backed solutions, complete with code examples.
-
How to Protect Web Applications from DDoS Attacks?
c-sharpcorner.com Issue #419
Shield your web applications from DDoS attacks! Learn practical strategies using CDNs, WAFs, rate limiting, and more to maintain performance and availability.
-
How to Secure REST APIs Using OAuth 2.0 and JWT Authentication?
c-sharpcorner.com Issue #418
Secure REST APIs with OAuth 2.0 and JWT. Learn authentication, authorization, and best practices for robust API security in modern web applications.
-
Minimal APIs, concurrency, and Copilot
DotNetNews Issue #416
This issue covers Minimal APIs, EF Core concurrency, GitHub Copilot modernization, security basics for APIs, and practical performance and GC guidance.
-
ASP.NET Core migration, performance and AI
DotNetNews Issue #415
Issue #415 covers WebHost-to-WebApplication migration, C# enum and nullable reference guidance, bulk DB updates, Copilot, Serilog, and Azure slot swaps.
-
How to Generate OTP in C#
c-sharpcorner.com Issue #414
Learn how to generate OTP (One-Time Password) in C# using both basic and secure methods. Implement secure authentication and verification in your applications.
-
Demystifying .NET
shadhujan.medium.com Issue #414
The Missing Manual for password security, understanding CPU vs. I/O-bound work, and why your password verification is pure synchronous…
-
MCP C# SDK 1.0 arrives with improved authorization server discovery
news.google.com Issue #413
MCP C# SDK 1.0 arrives with improved authorization server discovery
-
-
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.