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 5 of 21
Browse additional ASP.NET Core and .NET Security articles from the DotNetNews archive.
ASP.NET Core and .NET Security articles
Page 5 of 21
Newest first
-
Secure Coding Practices — Writing Code That Doesn’t Break
medium.com Issue #489
Turning Threat Model Findings into Secure Implementation
-
Implementing AI-Based Dependency Risk Analysis in Large .NET Solutions
c-sharpcorner.com Issue #489
Leverage AI for .NET dependency risk analysis. Proactively manage vulnerabilities, predict issues, and optimize large solutions with ASP.NET Core.
-
Building Enterprise AI Decision Audit Systems Using .NET
c-sharpcorner.com Issue #489
Build enterprise AI decision audit systems with .NET. Ensure transparency, accountability, and compliance for AI-driven decisions.
-
Building AI-Powered Software Dependency Intelligence with .NET
c-sharpcorner.com Issue #488
Leverage .NET and AI for intelligent software dependency management, enhancing security, reliability, and developer productivity.
-
A Customer Got Charged Three Times. The Scary Part? My Code Worked Exactly as Written.
medium.com Issue #488
No exception. No crash. No bug in the logs. The code did precisely what I told it to. And a customer’s card got hit three times for the…
-
Building AI-Powered Application Configuration Advisors with .NET
c-sharpcorner.com Issue #487
Build AI-powered application configuration advisors with .NET to proactively identify risks, optimize settings, and enhance security for improved reliability.
-
Building AI-Powered Compliance Monitoring Platforms with .NET
c-sharpcorner.com Issue #487
Build AI-powered .NET compliance monitoring platforms for proactive risk detection, automated audits, and continuous regulatory adherence.
-
Automating API Security Reviews with AI in ASP.NET Core
c-sharpcorner.com Issue #486
Automate API security reviews in ASP.NET Core with AI. Detect vulnerabilities early, improve code quality, and enhance API protection.
-
Designing AI-Ready Multi-Tenant Architectures in ASP.NET Core
c-sharpcorner.com Issue #486
Design AI-ready multi-tenant ASP.NET Core apps. Ensure isolation, scalability, and security for AI workloads across tenants.
-
Building AI-Powered Knowledge Trust Systems with ASP.NET Core
c-sharpcorner.com Issue #486
Build trustworthy AI with ASP.NET Core. Learn to create Knowledge Trust Systems for verified, validated, and transparent AI responses.
-
How to Modernize Legacy .NET Applications Using AI-Powered Code Analysis
c-sharpcorner.com Issue #485
Modernize legacy .NET apps faster with AI code analysis. Understand, refactor, and secure your codebase efficiently.
-
Implementing AI-Powered Data Classification Systems Using .NET
c-sharpcorner.com Issue #484
Implement AI-powered data classification in .NET for enhanced security, compliance, and efficiency. Automate categorization of sensitive information.
-
Building Custom Role-Based Authorization in ASP.NET Core Using Attributes and Middleware
medium.com Issue #483
Controlling access to different parts of an application is one of the most important aspects of application security. While ASP.NET Core…
-
Your AI Agents Are Running Without a Safety Net — SkillMesh Is the Fix
medium.com Issue #482
I’ve been around the block a few times. I started coding when the internet was a fledgling idea and dial-up tones were the soundtrack of…
-
Secure Secrets Management in .NET Applications Using Azure Key Vault
c-sharpcorner.com Issue #479
Securely manage .NET application secrets with Azure Key Vault. Learn integration, best practices, and why it's crucial for cloud-native security.
-
How to Build Custom MCP Servers in C# for Enterprise AI Applications
c-sharpcorner.com Issue #478
Learn how to build custom MCP servers in C# for enterprise AI applications. Discover MCP architecture, security best practices, tool development, authentication, and real-world integration patterns.
-
API Key Authentication in ASP.NET Core (.NET 10) - Complete Guide
codewithmukesh.com Issue #477
Production-grade API key authentication in ASP.NET Core .NET 10. Hashed keys, DB-backed store, AuthenticationHandler, decision matrix, full source repo.
-
Microsoft is tightening restrictions on the use of unsafe code in C# - Techzine Global
news.google.com Issue #476
PENDING REVIEW: MICROSOFT ARTICLE UNRETRIEVABLE (INSUFFICIENT FULL TEXT). Microsoft is tightening restrictions on the use of unsafe code in C# Techzine Global
-
10 Potentially Harmful NuGet Packages (and Why)
c-sharpcorner.com Issue #476
Discover 10 common NuGet packages and their potential risks, plus best practices for secure and performant .NET development.
-
Secure Multi-Tenant SaaS Development Services By Facile Technolab
faciletechnolab.com Issue #475
Looking for a SaaS development company? Facile Technolab delivers secure multi-tenant platform development, SaaS architecture design, cloud scalability, and subscription billing solutions.
-
Securing .net 9 Application Using JWt Refresh Token signup , login
c-sharpcorner.com Issue #475
Secure .NET 9 apps with JWT refresh tokens. Implement secure signup, login, and resource protection using best practices.
-
Using configurable token lifetimes in Microsoft Entra ID, .NET and Microsoft Graph
damienbod.com Issue #475
Configurable token lifetimes in the Microsoft identity platform went GA and I thought I would look at implementing this using a .NET console application using Microsoft Graph . This article looks at i...
-
Improving C# Memory Safety
devblogs.microsoft.com Issue #474
The `unsafe` keyword is being redesigned to mark caller-facing contracts rather than just syntax. Safety obligations between callers and callees become visible and reviewable. The model is motivated b...
-
NuGet Package Pruning: Cleaner Dependencies and Actionable Vulnerability Reports
devblogs.microsoft.com Issue #473
Package pruning in .NET 10 removes platform-provided packages from your dependency graph. With transitive auditing enabled by default, projects with these defaults have 70% fewer transitive vulnerabil...
-
C# 14 New Features Explained with Real-World Examples
c-sharpcorner.com Issue #473
Explore C# 14's powerful new features with real-world examples! Boost productivity, reduce boilerplate, and enhance performance in your .NET applications.