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 11 of 17
Browse additional ASP.NET Core and .NET Security articles from the DotNetNews archive.
ASP.NET Core and .NET Security articles
Page 11 of 17
Newest first
-
Credential Security in ASP.NET Core Web API: Best Practices and Implementation
c-sharpcorner.com Issue #274
Learn how to secure credentials in ASP.NET Core Web API using best practices such as secret management, authentication, HTTPS, and Azure Key Vault to protect sensitive data and prevent leaks.
-
Data Security in ASP.NET Core MVC Applications
c-sharpcorner.com Issue #274
Learn essential ASP.NET Core MVC data security practices, including HTTPS enforcement and authentication, encryption, XSS/CSRF prevention, and secure storage, to ensure safe and reliable web applicati...
-
Global Exception Handling in ASP.NET Core: From Throw to ProblemDetails
medium.com Issue #273
Centralized error handling with ProblemDetails in ASP.NET Core
-
Rate Limiting in ASP.NET Core — Protect Your APIs Like a Pro
medium.com Issue #273
Learn how to implement rate limiting in ASP.NET Core to protect your APIs from abuse, DDoS attacks, and excessive usage. Includes native…
-
🔐 What is Zero-Knowledge Proof?
c-sharpcorner.com Issue #273
Learn what Zero-Knowledge Proof (ZKP) is, how it works, and why it’s becoming a core part of blockchain and Web3 security. Explore real-world use cases, advantages, and examples explained simply for d...
-
Reset Cookies and force new sign-in using ASP.NET Core Identity
damienbod.com Issue #272
This post looks at implementing a cookie reset in an ASP.NET Core application using Duende identity server which federates to Entra ID. Sometimes cookies need to be reset for end users due to size pro...
-
5 .NET Core Code Patterns for Bulletproof FDA-Compliant MedTech Software
faciletechnolab.com Issue #270
Build bulletproof FDA-compliant MedTech software with these 5 .NET code patterns. Ensure audit trails, e-signatures & HIPAA security. Download our free checklist.
-
Stop Using Try-Catch for Everything — Microsoft’s Real Error Handling Patterns in C#
blog.devgenius.io Issue #268
Structured exception handling is powerful — but if you treat try-catch as your only error-handling tool, you’re silently breaking… Continue reading on Dev Genius »
-
Restricting Login by IP Address in ASP.NET
c-sharpcorner.com Issue #267
Secure your ASP.NET admin panel by restricting login access to specific IP addresses. Learn how to configure web.config and implement C# code to allow only trusted IPs for better security.
-
7 HIPAA-Compliant .NET SaaS Patterns for Healthcare Startups
faciletechnolab.com Issue #267
Discover battle-tested .NET patterns for HIPAA-compliant healthcare SaaS. Learn encryption, audit logging, and access control strategies to avoid big penalties on violations.
-
On .NET Live - Compliance in .NET: The Right Way to Classify & Redact Data
youtube.com Issue #266
Join us for a deep dive into **compliance in .NET** with special guests **Mariam Aziz** and **Darius Letterman**, two of the engineers behind the `Microsoft.Extensions.Compliance.Abstractions` and `Mi...
-
A Comprehensive Guide to Development, Deployment, Security, and Best Practices
c-sharpcorner.com Issue #265
Building Robust APIs with the Microsoft Stack: A Comprehensive Guide to Development, Deployment, Security, and Best Practices.
-
The 2-Line Change That Made Our .NET App Pass the OWASP Top 10 Audit
medium.com Issue #264
We didn’t rewrite endpoints. We didn’t refactor middleware. Just two lines and one vault check saved our .NET app from a major security… Continue reading on .Net Programming »
-
.NET 10: Fortifying the Future with Post-Quantum Cryptography and Enhanced Observability
medium.com Issue #264
The landscape of digital security is constantly evolving, and with the advent of powerful quantum computers on the horizon, the need for…
-
Best Practice to Make your Project Cleaner in .NET Core
c-sharpcorner.com Issue #263
Discover essential best practices for building clean, maintainable .NET Core projects. Learn effective project structuring, dependency injection, configuration, logging, testing, security, and API des...
-
.NET 10 Preview 6: The Performance & Security Powerhouse You’ve Been Waiting For
blog.stackademic.com Issue #262
The momentum behind .NET continues its relentless march as Microsoft introduces .NET 10 Preview 6, propelling the development ecosystem… Continue reading on Stackademic »
-
The Hidden C# Trick That Turns Messy Try-Catch Blocks into Elegant, Maintainable Code
medium.com Issue #262
Learn how to build a custom Try-Catch attribute that centralizes error handling, reduces duplication, and keeps your focus on actual logic…
-
Framework to Build Safe and Trustworthy AI Agents
c-sharpcorner.com Issue #262
Autonomous AI agents are intelligent systems designed to perform tasks independently. They enhance productivity, enable automation, ensure security, and support ethical AI development across industrie...
-
How do I secure a .NET Web API (JWT, OAuth, Identity)?
c-sharpcorner.com Issue #261
Learn how to secure your .NET Web API using JWT, OAuth2, and ASP.NET Core Identity. Implement token-based authentication, role-based access control, and protect your endpoints with best practices.
-
Passkey support for ASP.NET Core identity: Exploring the .NET 10 preview - Part 6
andrewlock.net Issue #259
In this post I look at the passkey support added to ASP.NET Core Identity and the Blazor Web App template, explore how it works, and look at the implementation
-
🔐 How to Secure .NET Web API Endpoints with JWT and [Authorize]
c-sharpcorner.com Issue #258
As modern applications increasingly rely on stateless, scalable backends, securing your API is essential. JSON Web Tokens (JWT) are one of the most common methods for securing RESTful APIs in .NET. In...
-
Understanding Sealed Classes in C# with Example
c-sharpcorner.com Issue #257
In C#, a sealed class prevents inheritance, ensuring its behavior can't be altered through subclassing. It enhances security, enforces design rules, and can improve performance in certain scenarios.
-
Implementing JWT-Based Authentication and Role-Based Authorization in .NET Core
c-sharpcorner.com Issue #257
In modern web applications, security is critical—especially when dealing with user data, financial transactions, or any form of sensitive operations
-
Best Practices for Implementing JWT Auth in .NET Core and React
faciletechnolab.com Issue #255
Master secure JWT authentication for .NET Core APIs and React frontends. Learn battle-tested implementation strategies, avoid critical security flaws, and implement best practices for enterprise-grade...
-
Security Best Practices in MERN Stack (2025 Guide)
c-sharpcorner.com Issue #254
Learn essential MERN stack security practices for 2025, including input validation, HTTPS, JWT auth, CSRF protection, secure headers, MongoDB access, and more to build safe, resilient full-stack appli...