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 2 of 21
Browse additional ASP.NET Core and .NET Security articles from the DotNetNews archive.
ASP.NET Core and .NET Security articles
Page 2 of 21
Newest first
-
Building a Reliable and Scalable AI-Powered ATS with .NET and Angular
c-sharpcorner.com Issue #525
Explore how to build a reliable and scalable AI-powered ATS with .NET and Angular, covering AI integration, security, observability, asynchronous processing, and human oversight.
-
Stopping copy-paste of Frontegg auth across 15 .NET services
medium.com Issue #525
We had a simple goal: around a dozen .NET applications on our platform needed to integrate with Frontegg, and nobody wanted to implement…
-
Building Reproducible .NET Builds with Locked Dependency Graphs
c-sharpcorner.com Issue #525
Build reproducible .NET applications with locked dependency graphs to control transitive packages, prevent unexpected dependency changes, and improve build integrity across environments.
-
CodeAct + Hyperlight: Sandboxed Code Execution in the Microsoft Agent Framework
medium.com Issue #525
What happens when you stop handing your agent ten tools and start letting it write the code itself — and where that code actually runs.
-
Field-Level Encryption in EF Core: AES-GCM for PII Columns
medium.com Issue #524
Transparent database encryption protects the file, then decrypts for anyone who can query it. When a column holds data sensitive enough…
-
Managing Secrets in Microsoft Agent Framework
jesseliberty.com Issue #524
In the realm of software development, managing configuration values and sensitive information is a critical aspect that can significantly impact the security and functionality of applications. Develop...
-
Building Scalable Enterprise Architectures with the Backend for Frontend (BFF) Pattern in C#
c-sharpcorner.com Issue #524
Unlock scalable enterprise architectures with the Backend for Frontend (BFF) pattern in C#. Optimize performance, security, and client experience.
-
CSP Nonces vs Hashes: Lessons I Learned Securing an ASP.NET Core Application
c-sharpcorner.com Issue #524
Master CSP nonces vs hashes for ASP.NET Core security. Learn when to use each to prevent XSS and secure your application effectively.
-
C# 15 Memory Safety: Auditing Unsafe Code Contracts
c-sharpcorner.com Issue #523
C# 15 enhances memory safety by making unsafe code boundaries explicit, shifting focus from pointer syntax to actual memory access for better auditing.
-
Detecting .NET Security Regressions Before Production Deployment
c-sharpcorner.com Issue #522
Create a CI/CD security regression gate for .NET applications that validates runtime and framework updates before deployment and detects security issues early.
-
Auditing AI-Generated C# for Unsafe Code Contracts
c-sharpcorner.com Issue #522
Audit AI-generated C# unsafe code. C# 15's new model clarifies safety contracts, making review critical for pointer, stackalloc, and interop code.
-
REST API Security Best Practices in ASP.NET Core
medium.com Issue #521
It does not matter how clean your architecture is or how fast your queries run — if an attacker can read another user’s orders or forge a… Continue reading on CodeX »
-
Securing ZIP-Based .NET Applications with Password-Protected Archives
c-sharpcorner.com Issue #521
Explore password-protected ZIP archives in .NET and learn how to securely package, transfer, and protect application data using the latest ZIP security capabilities.
-
Your .NET API Works. But Is It Actually Production-Ready?
medium.com Issue #521
A practical guide to taking an ASP.NET Core API from “it works on my machine” to something you can confidently deploy.
-
Building Secure and Scalable Multi-Tenant SaaS Applications with .NET and Angular
c-sharpcorner.com Issue #520
Learn how to build secure and scalable multi-tenant SaaS applications with .NET and Angular, covering tenant isolation, database architecture, authentication, scalability, monitoring, and DevOps.
-
Modern authentication in ASP.NET Core with 2FA and passkey
blog.elmah.io Issue #519
This walkthrough builds a .NET 10 ASP.NET Core Web API (TwoFaNET10) implementing two-factor authentication and WebAuthn/FIDO2 passkey login, using Microsoft.AspNetCore.Identity.EntityFrameworkCore wit...
-
Implementing JWT Authentication with Secure Refresh Tokens in .NET Core
c-sharpcorner.com Issue #519
Implement secure JWT authentication with refresh tokens in .NET Core. Learn to generate, validate, and refresh tokens for stateless API security.
-
Automated Governance and Dynamic Routing in Enterprise LangGraph RAG
c-sharpcorner.com Issue #519
Automate RAG tool registration and enforce Pydantic schemas in enterprise LangGraph with Python metaclasses for scalable, secure multi-agent AI.
-
Building Distributed Rate Limiting with Redis and YARP Reverse Proxy
c-sharpcorner.com Issue #518
Learn to build robust distributed rate limiting for ASP.NET Core apps using Redis and YARP. Protect APIs from traffic spikes and abuse.
-
JWT Session 15: Implement Logout and Refresh Token Revocation in ASP.NET Core Web API
c-sharpcorner.com Issue #518
Secure your JWT-based ASP.NET Core API by implementing robust logout and refresh token revocation to prevent session hijacking and unauthorized access.
-
Building a Production-Ready Image Analysis API with ASP.NET Core
c-sharpcorner.com Issue #517
Learn how to build a secure asynchronous image analysis API with ASP.NET Core, background workers, task tracking, file validation, and pluggable vision providers.
-
Teach Claude Your Auth Rules - Stop Reviewing AI Code for Missing [Authorize] Attributes
c-sharpcorner.com Issue #517
Teach Claude Code your auth rules via CLAUDE.md to prevent security gaps in AI-generated code. Streamline reviews & ensure consistency.
-
Dual-Layer Rate Limiting Middleware for Enterprise LangGraph RAG
c-sharpcorner.com Issue #517
Secure enterprise LangGraph RAG with dual-layer rate limiting (IP & API Key) in FastAPI, preventing abuse and controlling costs.
-
Implementing Multi-Tenant SaaS Architecture in ASP.NET Core
c-sharpcorner.com Issue #517
Implement secure and scalable multi-tenant SaaS in ASP.NET Core. Learn tenancy models, data isolation, and best practices for shared or separate databases.
-
Integrating Snowflake Cortex AI with Enterprise .NET Applications
c-sharpcorner.com Issue #517
Integrate Snowflake Cortex AI with .NET apps for secure, in-perimeter LLM inference. Leverage JWTs & native RBAC for data governance.