ASP.NET Core and .NET Security Articles, Tutorials & News
ASP.NET Core and .NET Security articles, tutorials, and news from the DotNetNews archive.
423 articles Updated Page 2 of 17
ASP.NET Core and .NET Security articles, tutorials, and news from the DotNetNews archive.
ASP.NET Core and .NET Security articles
Page 2 of 17
Newest first
-
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.
-
Lost ASP.NET Identity Cookies on IIS Application Pool Restarts
weblog.west-wind.com Issue #472
Last week I finally updated my blog and moved it to .NET 10 from the ancient WebForms based engine I built 20 years ago. The app is deployed onto a Windows server running IIS and I ran into a snag rel...
-
Building Multi-Tenant SaaS Applications in ASP.NET Core
c-sharpcorner.com Issue #472
Learn how to build multi-tenant SaaS applications in ASP.NET Core. Explore tenant isolation, architecture models, EF Core filtering, and security best practices.
-
Building for the agentic web with .NET 11
youtube.com Issue #472
The demands on modern web apps are increasing. Users expect more performance, airtight security, and even agentic capabilities. What does the next generation of web apps look like on .NET? In .NET 11,...
-
Ten Things Scott Sauber Does On Every .NET App
spreaker.com Issue #471
What settings, configurations, and workflows do you use for every .NET app? Carl and Richard talk to Scott Sauber about his list - from organizing folders by feature, to logging, security, and testing...
-
Improving C# memory safety
csharpdigest.net Issue #470
C# 16 is redesigning the unsafe keyword to act as an explicit contract
-
Building Hyper-Secure .NET Applications with Zero-Trust Security
medium.com Issue #470
I’ll start with something that took me longer than I’d like to admit to fully accept.